190 Commits (bb724761f22a2b51a17205c07ed2343e56e67298)

Author SHA1 Message Date
  reuk 3850a2bb20
AudioPlayHead: Update wrappers to use new FrameRate type 3 years ago
  reuk cccb3d360a
AAX Client: Avoid overwriting bypass parameter value on state recall 3 years ago
  reuk 4ca923a34b
NSViewComponentPeer: Allow mouse events to reach unfocused windows 3 years ago
  reuk e797c993a8
AAX Client: Add dirty state reporting via updateHostDisplay 3 years ago
  reuk cfec0b5356
GenericAudioProcessorEditor: Add support for grouped parameters 3 years ago
  reuk d51354d704
AAX: Avoid adding plugin description as an alternative name 3 years ago
  reuk 3c68581567
Use jassertquiet where possible 3 years ago
  ed 88ec2759cb AAX: Support unicode track names for TrackProperties 3 years ago
  reuk 63284e783d
AAX Client: Fix potential out-of-bounds array access 3 years ago
  reuk 3399c34d0d
Windows: Fix more warnings emitted by clang with GNU-like command-line 3 years ago
  ed 17d967551c AAX: Added JucePlugin_AAXDisableDefaultSettingsChunks flag to set the AAX_eProperty_Constraint_DoNotApplyDefaultSettings property 3 years ago
  reuk 10c77ce296
AAX: Set nonrealtime state appropriately when rendering with AudioSuite 4 years ago
  reuk b1917085db
AudioProcessor: Update listener callback with change details 4 years ago
  Tom Poole d1bb4d61f0 AAX: Fixes an Xcode compiler warning 4 years ago
  Tom Poole a357e548a3 AAX: Fixes an Xcode compiler warning 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  ed 351c5142e5 AAX: Resize host window correctly when global scale != 1 5 years ago
  ed 2c46150f0c AAX: Resize host window correctly when global scale != 1 5 years ago
  ed d9093c87d6 Removed some cross-module relative includes 5 years ago
  ed b57509c4a2 Removed some cross-module relative includes 5 years ago
  reuk 0e9fb915fa
CMake: Add Wpedantic as a recommended warning flag 5 years ago
  reuk f49b3733ec
Warnings: Silence some GCC warnings 5 years ago
  ed 9f9d4de77d AAX: Fixed some warnings in the AAX wrapper 5 years ago
  ed 428a7caf55 AAX: Fixed some warnings in the AAX wrapper 5 years ago
  reuk 4cf66d6522 Cleanup: Remove redundant inlines 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk eae9a10944 MidiBuffer: Add iterator compatible with C++11 range-for 5 years ago
  reuk 5f348c3040 Warnings: Add warning-wrangling header 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  Tom Poole 379e8410fb AAX: Fixed a ppqPosition bug 5 years ago
  ed a54da0b832 Fixed some more typos 5 years ago
  ed 168f7e655b Fixed some compiler errors in the AAX wrapper when JUCE_STRING_UTF_TYPE != 8 5 years ago
  Tom Poole 18cda401c7 AAX: Tidied up an unused variable 5 years ago
  Tom Poole d4b7cceb32 Fixed more compiler warnings 6 years ago
  Tom Poole 07828eb87d AAX: Fixed a potential race condition when suspending a plug-in 6 years ago
  ed f617bea5fa AAX: Fixed a conversion warning in JuceAAX_Processor::isInAudioSuite() 6 years ago
  Tom Poole dc16992968 AAX: Fixed a bug setting the number of parameter steps 6 years ago
  Tom Poole d4aed754c0 AAX: Fixed some compiler warnings 6 years ago
  Tom Poole 096cad36a6 AAX: Fixed a bug setting the number of parameter steps 6 years ago
  Tom Poole ebe7aa2cc0 AAX: Fixed some compiler warnings 6 years ago
  ed 8f25833649 AAX: Disable multiple output buses when running in AudioSuite and added a PluginHostType::isInAAXAudioSuite() method to allow plug-ins to query whether they are running in AudioSuite 6 years ago
  Tom Poole 315f803c49 AAX: Prevent a warning about gaps in the algorithm context structure 6 years ago
  Tom Poole 3687710c58 AAX: Fixed potential issues with older PT control surfaces not handling large numbers of parameter steps 6 years ago
  Tom Poole 5a94a8d584 Minor formatting 6 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 6 years ago
  hogliux cfb071d52f PlugIns: Ensured that the midi buffer is allocated with a reasonable size before the plugin starts processing 7 years ago
  hogliux d37187c959 Re-named AudioProcessor in previous commit to not be plug-in format specific 7 years ago
  hogliux 4d0b1167f0 AAX: Added support for EQ curve graphs via a new AudioProcessor callback AudioProcessor::getAAXCurve 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago