Tom Poole
|
ad73ea8e3f
|
VST3: Added a call to setNonRealtime before prepareToPlay
|
2018-02-19 12:12:29 +00:00 |
|
Tom Poole
|
d0c2c025ce
|
Added the ability to mark an AudioProcessorParameter as boolean
|
2018-02-14 15:38:58 +00:00 |
|
Tom Poole
|
f654d453ba
|
Fixed a compiler warning
|
2018-02-12 17:13:54 +00:00 |
|
Tom Poole
|
187d88e75a
|
VST: Added a Cockos extension to the VST interface to display parameter labels
|
2018-02-12 16:35:01 +00:00 |
|
ed
|
fa0f7a4281
|
Bump version number to 5.2.1
|
2018-02-08 10:55:52 +00:00 |
|
Tom Poole
|
59d260c809
|
AUv3: Fixed an issue when destructing an AUv3 on a non-message thread
|
2018-02-06 14:49:35 +00:00 |
|
Tom Poole
|
0a3da44f07
|
AU: Fixed a bug setting default values for discrete parameters
|
2018-02-02 14:39:01 +00:00 |
|
Tom Poole
|
3c0d634b4f
|
AUv3: Improved the host-provided parameter views
|
2018-02-01 13:01:22 +00:00 |
|
Tom Poole
|
8c0f0815f0
|
iOS: Added memory warning callbacks
|
2018-01-29 15:11:56 +00:00 |
|
Tom Poole
|
50ff2c5bc3
|
AAX: Removed an unused variable
|
2018-01-25 10:29:22 +00:00 |
|
Tom Poole
|
bdea443017
|
VST3: Fixed a bug setting tail lengths
|
2018-01-15 10:55:18 +00:00 |
|
jules
|
8d09eaadb6
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
2018-01-11 09:08:51 +00:00 |
|
Tom Poole
|
0f752396a5
|
VST3: Made MIDI CC parameters non-automatable
|
2018-01-08 17:30:55 +00:00 |
|
jules
|
4fcedf7be5
|
Standardised some lambda syntax
|
2018-01-08 10:28:41 +00:00 |
|
Tom Poole
|
71bc0ca7e6
|
Code cleanup
|
2017-12-22 09:47:37 +00:00 |
|
Tom Poole
|
a2a3f32d8f
|
Fixed some issues with IO channel counts in the StandaloneFilterWindow
|
2017-12-21 18:59:53 +00:00 |
|
Lukasz Kozakiewicz
|
a2bbd99234
|
StandaloneFilterWindow: hide title bar on iOS and Android even when not in Kiosk mode.
|
2017-12-15 12:45:29 +00:00 |
|
Tom Poole
|
2d92311116
|
VST3: Fixed an issue with parallel streams of parameter updates during playback
|
2017-12-15 12:04:24 +00:00 |
|
Lukasz Kozakiewicz
|
181f4ab7fc
|
StandalonePluginWindow: allow to customise kiosk mode enablement.
|
2017-12-14 16:20:05 +00:00 |
|
Tom Poole
|
e14ca41087
|
VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2
|
2017-12-14 12:19:52 +00:00 |
|
jules
|
58a99ff139
|
Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated!
|
2017-12-12 16:24:40 +00:00 |
|
Noah Dayan
|
2a5108ffc6
|
Fix doc typo in juce_PluginHostType.h
|
2017-12-11 11:55:28 +00:00 |
|
Noah Dayan
|
4f8749e744
|
Added documentation to juce_PluginHostType.h
|
2017-12-11 11:51:37 +00:00 |
|
Tom Poole
|
ceb0afd861
|
Fixed some data races in the CoreAudio audio device
|
2017-12-05 09:36:36 +00:00 |
|
jules
|
6a49d6efdc
|
Minor tidying up
|
2017-11-29 17:33:00 +00:00 |
|
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
hogliux
|
30269baed1
|
Added higher-order ambisonics support to JUCE
|
2017-11-23 15:11:26 +00:00 |
|
hogliux
|
1c7185ed25
|
VST3: Removed more unused code in the VST3 wrapper
|
2017-11-23 11:46:28 +00:00 |
|
hogliux
|
7a22f133c4
|
VST3: Added support for VST3 SDK 3.6.8
|
2017-11-21 12:39:04 +00:00 |
|
jules
|
ad8ce801ab
|
Added functionality to tell ProTools when a parameter name changes. Also did some quick cleanup in the AAX wrapper
|
2017-11-20 16:55:25 +00:00 |
|
hogliux
|
190631a191
|
VST3: Fixed a leak in VST3 plug-ins if the host was listening for track property updates
|
2017-11-20 16:53:54 +00:00 |
|
tpoole
|
20b625fefa
|
Fixed a Windows RTAS namespacing issue
|
2017-11-06 15:02:58 +00:00 |
|
hogliux
|
ff0a72da7f
|
AU: Ensure that Final Cut Pro will re-query the state information of the AudioProcessor when updateHostDisplay is called
|
2017-11-03 11:07:33 +00:00 |
|
hogliux
|
f4de59972a
|
Fixed a build error on Linux
|
2017-11-02 11:40:08 +00:00 |
|
hogliux
|
853b93b7c5
|
Standalone Plug-In: Avoided build errors when including juce_StandeloneFilterWindow.h in a custom standalone plug-in app
|
2017-11-02 11:26:15 +00:00 |
|
tpoole
|
8e4e4af795
|
CLion: Fixed issues with setting the cpp standard, launching Windows GUI apps without the console, spaces in project names, and Windows style include paths
|
2017-10-31 18:30:09 +00:00 |
|
ed
|
141be27dab
|
Added some missing braces in StandaloneFilterApp
|
2017-10-31 08:57:18 +00:00 |
|
jules
|
aecb819985
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
2017-10-30 14:52:47 +00:00 |
|
tpoole
|
cc5b2238ae
|
Fixed an IAA namespacing issue
|
2017-10-27 10:54:08 +01:00 |
|
hogliux
|
0b2822f819
|
Standalone Plug-In: Added an override flag to not auto open midi devices on mobile
|
2017-10-26 15:39:01 +01:00 |
|
ed
|
dbb2f620b4
|
Bump version number to 5.2.0
|
2017-10-25 12:07:32 +01:00 |
|
jules
|
a742ae834e
|
Added a missing inline to the StandalonePluginHolder class
|
2017-10-24 16:23:18 +01:00 |
|
tpoole
|
afdb888514
|
RTAS: Fixed some namespacing around include paths
|
2017-10-23 21:42:12 +01:00 |
|
hogliux
|
55a917ebe5
|
AU/AUv3: Ensured that prepareToPlay is called when an AU host enables/disables non-realtime mode
|
2017-10-23 12:31:02 +01:00 |
|
hogliux
|
829e64468f
|
Standalone Plug-In: Added missing save state when the standalone app is closed
|
2017-10-13 08:40:37 +01:00 |
|
jules
|
dd4230586f
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
2017-10-11 12:26:05 +01:00 |
|
hogliux
|
191b91503a
|
VST2: Added warnings if the plug-in version number cannot be displayed by Cubase's version encoding
|
2017-10-10 10:00:51 +01:00 |
|
hogliux
|
d95edfd770
|
VST3: First add Midi controller changes and then add other midi events to ensure that all-notes off events occur before any note-on event with the same sampleOffset
|
2017-10-07 14:03:23 +01:00 |
|
tpoole
|
e85d3aaf1f
|
Renamed XCode to Xcode in multiple places
|
2017-10-06 09:54:32 +01:00 |
|
jules
|
28dfa55088
|
Fix to the VST2/3 compatibility code to handle a Studio One issue
|
2017-10-03 15:04:51 +01:00 |
|