Anthony Nicholls
|
21df860385
|
AudioDeviceSelector: Correctly display when there is no MIDI output device selected
|
1 year ago |
Anthony Nicholls
|
da68fe2b60
|
AudioDeviceSelector: Auto resize when showing or hiding advanced settings
|
1 year ago |
Tom Poole
|
61aa1fc4ab
|
Bump version number to 7.0.9
|
1 year ago |
Tom Poole
|
45494e34d5
|
Bump version number to 7.0.8
|
1 year ago |
Tom Poole
|
6bf9bb9a2e
|
Add final specifiers in implementation files
|
1 year ago |
Anthony Nicholls
|
90c458d92e
|
Includes: Move some miscellaneous includes into module header and source files
|
1 year ago |
Tom Poole
|
4153d59e39
|
Formatting
|
1 year ago |
reuk
|
42100c9341
|
AudioDeviceSelectorComponent: Avoid assertions when recreating AudioDeviceSettingsPanel
|
1 year ago |
Tom Poole
|
7d45d498b9
|
Removed some superfluous consts from definitions
|
1 year ago |
Anthony Nicholls
|
3540152d71
|
CoreAudio: Return the correct index when the list of devices change
|
1 year ago |
Anthony Nicholls
|
27fad0f975
|
AudioDeviceSelector: Use make_unique instead of reset
|
1 year ago |
Oliver James
|
7d9cdd3016
|
Audio: Add AudioWorkgroup support
This allows real-time threads to join an audio workgroup on Apple platforms.
|
1 year ago |
Tom Poole
|
b769982bb5
|
Bump version number to 7.0.7
|
1 year ago |
reuk
|
d821f84d6e
|
MidiKeyboardComponent: Avoid adding binding for keycode zero
|
1 year ago |
Tom Poole
|
d5cb08e60e
|
Bump version number to 7.0.6
|
1 year ago |
Anthony Nicholls
|
f5cd9547dd
|
Tidy divider comments
|
2 years ago |
reuk
|
28414a6af8
|
Global: Avoid floating-point equality checks where possible
|
2 years ago |
Anthony Nicholls
|
05d5c94990
|
Native: Rename all native files for improved consistency
|
2 years ago |
reuk
|
39a731de46
|
ScopedMessageBox: Replace old AlertWindow uses with new API
|
2 years ago |
reuk
|
26a872ba9f
|
AudioDeviceManager: Send changeNotification when MIDI devices change
This patch also updates the MidiDemo to automatically refresh the device
lists when the set of available devices changes.
|
2 years ago |
Tom Poole
|
78f1baae08
|
Bump version number to 7.0.5
|
2 years ago |
Tom Poole
|
715fa7e8dc
|
Bump version number to 7.0.4
|
2 years ago |
reuk
|
26a23dfc9d
|
Android: Add support for new bluetooth permissions from Android API 31
|
2 years ago |
reuk
|
28f2157912
|
Convert ignoreUnused to [[maybe_unused]]
|
2 years ago |
Tom Poole
|
306ed633c6
|
Bump version number to 7.0.3
|
2 years ago |
attila
|
2ab1b462b4
|
AudioProcessorPlayer: Fix crash when number or active outs is less than hardware outs
|
2 years ago |
reuk
|
a9a4fae783
|
AudioProcessorPlayer: Avoid unconditionally replacing playhead
|
2 years ago |
chroma
|
d3cff375be
|
Thread: Introduce a new Thread backend
This is a breaking change - see BREAKING-CHANGES.txt
|
2 years ago |
hogliux
|
4c24ee2be0
|
MPE: Fix incorrect order of jlimit parameters
|
2 years ago |
reuk
|
b2d999073c
|
AudioCDReader: Fix readSamples signature
Co-authored-by: Roland Rabien <figbug@gmail.com>
|
2 years ago |
attila
|
fa37d47ebb
|
AudioThumbnail: Add new member to set an AudioBuffer as source
|
2 years ago |
attila
|
c97864d7f3
|
Remove AudioIODeviceCallback::audioDeviceIOCallback
|
2 years ago |
attila
|
f075de78fa
|
AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data
|
2 years ago |
reuk
|
b3a4d54a72
|
Build: Update the minimum C++ standard to C++17
|
2 years ago |
Tom Poole
|
7296b8e3f7
|
Bump version number to 7.0.2
|
2 years ago |
Tom Poole
|
fd8607302d
|
Bump version number to 7.0.1
|
2 years ago |
Tom Poole
|
8b399998b4
|
Bump version number to 7.0.0
|
2 years ago |
reuk
|
752c913cd2
|
AudioPlayHead: Move HostTimeNs out of AudioProcessor, to consolidate timing information
|
2 years ago |
reuk
|
8fbd99c424
|
AudioPlayHead: Improve granularity of position info
|
2 years ago |
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
Oli
|
2bca60e52c
|
AudioDeviceManager: Fix MidiOutput dangling pointer
Changed the lifetime of the default MIDI oputput.
Removed the need for Timer workaround in AudioDeviceSelectorComponent.
|
3 years ago |
Tom Poole
|
db3c6e6216
|
macOS/iOS: Fix unguarded availability warnings
|
3 years ago |
reuk
|
cfa289d943
|
AudioProcessor: Allow querying of the host timestamp in processBlock
|
3 years ago |
Tom Poole
|
eda5c696e5
|
macOS/iOS: Fix unguarded availability warnings
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
Tom Poole
|
111bbc0979
|
Bump version number to 6.1.6
|
3 years ago |
Tom Poole
|
3c03693d07
|
Bump version number to 6.1.5
|
3 years ago |
reuk
|
fc6bfaf79e
|
MidiKeyboardComponent: Avoid triggering assertions when painting
|
3 years ago |
Tom Poole
|
c072b1bc8e
|
Fix some typos
|
3 years ago |
ed
|
e0e8e85d6b
|
Add KeyboardComponentBase class for custom MIDI keyboard components and MPEKeyboardComponent class
|
3 years ago |