Tom Poole
|
61aa1fc4ab
|
Bump version number to 7.0.9
|
1 year ago |
reuk
|
70651f1c67
|
AudioWorkgroups: Add os_workgroup_max_parallel_threads support
|
1 year ago |
reuk
|
8ebbc20311
|
MIDI-CI: Add module
|
1 year ago |
reuk
|
94ee60041f
|
Enumerate: Replace some non-ranged loops
|
1 year ago |
Tom Poole
|
45494e34d5
|
Bump version number to 7.0.8
|
1 year ago |
Oliver James
|
82e1c7483e
|
AudioWorkgroup: Update documentation
|
1 year ago |
Tom Poole
|
6bf9bb9a2e
|
Add final specifiers in implementation files
|
1 year ago |
Anthony Nicholls
|
158220ddfa
|
Formatting: Use nested namespace definitions
|
1 year ago |
Anthony Nicholls
|
90c458d92e
|
Includes: Move some miscellaneous includes into module header and source files
|
1 year ago |
Anthony Nicholls
|
4c5cee578a
|
AudioWorkgroup: Fix an issue with reference counters
|
1 year ago |
Tom Poole
|
4153d59e39
|
Formatting
|
1 year ago |
reuk
|
dd30569b3e
|
Formatting: Add missing newlines
|
1 year ago |
Anthony Nicholls
|
59d91cff1e
|
Xcode15: Allow older llvm versions when compiling with Xcode 15
|
1 year ago |
Tom Poole
|
7d45d498b9
|
Removed some superfluous consts from definitions
|
1 year ago |
Tom Poole
|
9b041f3d74
|
Add a base clang-tidy configuration
|
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 |
Tom Poole
|
3aa5d96e67
|
approximatelyEqual: Fix some compilation errors
|
1 year ago |
Anthony Nicholls
|
f2e03eade0
|
IIRFilter: Fix potential divide by zero
|
1 year ago |
Anthony Nicholls
|
03b86ceb08
|
SmoothedValue: Remove approximately equal
|
1 year ago |
Tom Poole
|
d5cb08e60e
|
Bump version number to 7.0.6
|
1 year ago |
luzpaz
|
3c9645fa60
|
Docs: Fix typos
|
1 year ago |
Anthony Nicholls
|
92aa3cf330
|
AudioBuffer: Add equality operators
|
1 year ago |
Tom Poole
|
ff835be2ac
|
Doxygen: Fix some Doxygen issues
|
1 year ago |
reuk
|
974795ed7a
|
VST3: Add support for 5/6/7-order ambisonics from VST 3.7.8
|
2 years ago |
reuk
|
e1da55ccc7
|
MidiRPN: Adjust MSB and LSB order for improved conformance to the MIDI 1.0 spec
|
2 years ago |
reuk
|
f6e6557edb
|
Global: Fix a few more float equality warnings
|
2 years ago |
attila
|
221d1aa6cf
|
VST3: Map k91_4 and k90_4 to the canonical JUCE 9.1.4 and 9.0.4 layouts
|
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
|
9dfaab24e0
|
AAX Client: Avoid float comparisons when determining ambisonic layouts
This comparison can break when relaxing IEEE compliance and enabling
full optimisations.
|
2 years ago |
attila
|
39cd0ef532
|
Add support for AAX SDK 2.5.0
|
2 years ago |
reuk
|
fd69d347b4
|
CoreMidi: Never convert messages to MIDI 2.0 protocol
|
2 years ago |
reuk
|
d5ad26a162
|
AUv2 Client: Add support for new MIDIEventList APIs on supported platforms
|
2 years ago |
reuk
|
78a12d2f57
|
UMP: Migrate to std::byte
|
2 years ago |
attila
|
dab95a8404
|
AudioSampleBuffer: Fix warning
|
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
|
0774162691
|
FloatVectorOperations: Simplify NameForwarder
|
2 years ago |
attila
|
4ef83305e2
|
Windows DLL: Fix FloatVectorOperations related warnings
|
2 years ago |
attila
|
edb4ef67e8
|
AudioBuffer: Minor correction in documentation
|
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 |
hogliux
|
87d519759e
|
Synthesiser: Ensured that the voice stealing algorithm does not allocate
|
2 years ago |
hogliux
|
2d42b9a44f
|
Windows: Added Windows ARM support to JUCE
|
2 years ago |
attila
|
fa37d47ebb
|
AudioThumbnail: Add new member to set an AudioBuffer as source
|
2 years ago |
reuk
|
7d2a11e222
|
Fix typo in docstring
|
2 years ago |
reuk
|
7c14c1fcd7
|
Use more concise stdlib type aliases
|
2 years ago |
attila
|
7aa3bfdc93
|
GenericInterpolator: Fix discontinuity when changing the speedRatio
|
2 years ago |
attila
|
f075de78fa
|
AudioIODeviceCallback, AudioBuffer, AudioFormatReader: Use const T* const* for multi-channel data
|
2 years ago |