1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
Commit graph

726 commits

Author SHA1 Message Date
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
hogliux
1b0fb11667 Fixed a compiler warning in the previous commit 2017-10-03 11:48:51 +01:00
hogliux
c38282778d VST2: Ensured that the VST2 version number is encoded correctly for display in Cubase and when hosting VST2 plug-ins in JUCE 2017-10-03 11:02:32 +01:00
jules
27a6903cac Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 2017-09-27 12:24:02 +01:00
hogliux
82bc9da02c Added support for Atmos 7.0.2 and 7.1.2 Surround formats 2017-09-25 12:06:01 +01:00
hogliux
5a843965e6 AAX: Added JucePlugin_AAX_Chunk_Identifier preprocessor define to override the AAX chunk identifier that is used by JUCE 2017-09-22 11:23:38 +01:00
hogliux
70aa86413a Standalone Plug-In: Fixed an issue where the editor would not resize correctly on mobile when the feedback warning was dismissed 2017-09-19 17:04:38 +01:00
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
jules
f4d1969753 Fixed a few documentation typos 2017-09-15 10:09:08 +01:00
hogliux
4bb58c7d51 VST3: respect the editor's constrainer when resizing 2017-09-14 09:59:53 +01:00
tpoole
bab3ce9759 AU and AUv3: Enabled JucePlugin_AUHighResolutionParameters by default and combined this breaking change with 4dcce50 2017-09-13 08:53:53 +01:00
tpoole
2eaca0526d Added another fix to 4dcce50 to support AudioProcessor based parameter selection 2017-09-12 10:00:50 +01:00
hogliux
28eda21b89 VST2: Fixed live-resize issue in Bitwig 2017-09-11 17:15:34 +01:00
tpoole
cbdf17a6fb Increased the size of the standalone filter settings window 2017-09-11 12:55:26 +01:00
tpoole
a234313120 Fixed Digital Performer host detection on MacOS 2017-09-11 12:26:03 +01:00