302 Commits (55a8b2ac125ddd0d77b71bf06bfbdc6cd98b51dd)

Author SHA1 Message Date
  reuk d6f30304f0
AudioProcessor: Return unique_ptr from createPluginFilterOfType 2 years ago
  reuk 403ba3007f
PluginHostType: Automatically set jucePlugInClientCurrentWrapperType during createPluginFilterOfType 2 years ago
  reuk a78194c9e3
AUv3 Client: Notify host when latency changes 2 years ago
  reuk 28f2157912
Convert ignoreUnused to [[maybe_unused]] 2 years ago
  hogliux 3705a5c413 AUv2: Fix crash in Ableton Live when bus name listeners are called for no reason 2 years ago
  reuk ccf9818902
AU Client: Fix bug where PluginHostType reported a wrapper type of "undefined" for AU plug-ins 2 years ago
  reuk 3b8792d5c5
AUv3 Client: Correctly set default channel layout for buses with more than two channels 2 years ago
  reuk 77f5da93ac
AU Client: Fix build problem when PreferredChannelConfigurations enabled 2 years ago
  reuk f8e91d4003
AU: Replace CoreAudioUtilityClasses with files from new SDK 3 years ago
  reuk 6d267c2fdc
AUv3 Client: Improve const-correctness 2 years ago
  reuk a1e8aa4278
AUv3 Client: Remove unnecessary base class 2 years ago
  reuk 064fb6fa53
AUv3 Client: Switch static data member for proper singleton 2 years ago
  reuk dedfac8dd8
AUv3 Client: Tidy up static methods 2 years ago
  reuk 9712775e5b
macOS: Remove macOS 10.12 preprocessor checks 2 years ago
  reuk a22b23e335
iOS: Remove iOS 11 preprocessor checks 2 years ago
  reuk 752c913cd2
AudioPlayHead: Move HostTimeNs out of AudioProcessor, to consolidate timing information 3 years ago
  reuk 8fbd99c424
AudioPlayHead: Improve granularity of position info 3 years ago
  Tom Poole 2ec861d99e Update licensing banners to JUCE 7 3 years ago
  attila 5f4da905d7 ARA Client: Add ARA interface extensions to AU and VST3 wrappers 3 years ago
  attila cc8aa57793 AU Client: Only call prepareToPlay() from SetProperty() if already in prepared state 3 years ago
  Tom Poole c2ecde591b macOS: Remove 32 bit specific functionality 3 years ago
  reuk 0f16d2dded
AU Client: Prevent parameter change messages being sent during state restoration 3 years ago
  reuk 854ed68c72
AUv3: Fix race on factoryPresets 3 years ago
  reuk 45a5235298
AUv3: Fix race on factoryPresets 3 years ago
  Tom Poole 3b6c05ec10 iOS: Fix a compiler warning 3 years ago
  reuk cfa289d943
AudioProcessor: Allow querying of the host timestamp in processBlock 3 years ago
  reuk 19ddbe2368
Warnings: Fix missing-prototypes warnings 3 years ago
  Tom Poole 2f389c9d42 iOS: Fix a compiler warning 3 years ago
  Tom Poole dea3fe60e4 Update copyright banners 3 years ago
  reuk bb0a40e009
AU Client: Order parameters according to version hint 3 years ago
  reuk 3d38ca764e
AU Client: Switch HashMap to unordered_map 3 years ago
  reuk 288765b3c8
AU Client: Avoid potential out-of-bounds write when clearing buffers 3 years ago
  reuk 409aaea43d
AUv3 Client: Add missing autorelease 3 years ago
  reuk 0f06f45098 AUv3: Add timestamps to all parameter changes when possible 3 years ago
  reuk 3f315ddd00 Plugin clients: Fix bypass behaviours to match getBypassParameter() documentation 3 years ago
  reuk 7650a96092
AUv3: Send parameter begin/end gesture events 3 years ago
  reuk 2678c1d10d
AUv3 Wrapper: Use correct timestamps for outgoing events 3 years ago
  reuk 43280c3f7f
AU: Tidy up ChannelRemapper 3 years ago
  reuk 7d8c5b845d
AU: Cache MIDI output block 3 years ago
  reuk 6de3af3566
AU: Make channel/bus handling more robust 3 years ago
  reuk 81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function 3 years ago
  reuk 3850a2bb20
AudioPlayHead: Update wrappers to use new FrameRate type 3 years ago
  reuk 4ca923a34b
NSViewComponentPeer: Allow mouse events to reach unfocused windows 3 years ago
  ed 7d1918b385 macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 3 years ago
  reuk d0615041f0
Plugin clients: Avoid notifying listeners when parameters have not changed 3 years ago
  reuk cfec0b5356
GenericAudioProcessorEditor: Add support for grouped parameters 3 years ago
  reuk 334bd2a926 AUv3 Client: Notify host when updating current program 3 years ago
  ed 6d53ed3fec AUv3: Handle AURenderEventMIDIEventList 3 years ago
  ed bdc2334c98 AUv3: Fix unhandled enumeration warning when building against the 12.0 SDK 3 years ago
  ed d52fb9ca26 AUv3: Suppress undeclared selector warning for supportsMPE when building against the 10.11 SDK 3 years ago