1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

154 commits

Author SHA1 Message Date
reuk
ece5644a20 CMake: Add support for building JUCE projects with CMake 2020-04-13 12:10:11 +01:00
reuk
327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 2020-04-09 15:22:56 +01:00
reuk
3520f6c4f6 Standalone: Put CreatePluginFilter in a common header 2020-03-13 16:59:40 +00:00
reuk
1915fc7a37 Standalone: Fixed build issue with createPluginFilterOfType 2020-03-13 16:59:40 +00:00
ed
59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 2020-03-09 17:39:28 +00:00
ed
133b068dcb Added support for selecting fewer input/output channels than the max supported by the plug-in in the standalone plug-in audio settings 2020-01-21 17:14:00 +00:00
ed
388e42214c Mute audio input by default in standalone plug-in 2019-10-15 09:31:44 +01:00
Tom Poole
22aa9bc682 Standalone plug-in: Fixed a mute button race condition 2019-10-09 13:08:37 +01:00
ed
de4f6fe0fa Resize standalone plug-in window when scale factor is changed 2019-07-16 14:46:54 +01:00
ed
d2a90d1ee2 Resize the standalone plug-in holder window correctly when the plug-in has a scale factor set via AudioProcessorEditor::setScaleFactor() 2019-07-15 16:40:03 +01:00
ed
c8d8201aba Use a GenericAudioProcessorEditor in the standalone wrapper if no editor is provided 2019-07-09 18:32:54 +01:00
Tom Poole
a4bd6cbc66 Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +01:00
ed
e26529d5e9 Added identifier-based MIDI input/output methods to AudioDeviceManager and deprecated the old name-based methods 2019-05-22 15:45:15 +01:00
jules
6463529371 Another batch of conversion of methods which returned bare XmlElement* to return unique_ptrs 2019-05-15 11:02:03 +01:00
jules
2e2cfb5f6c Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 2019-05-09 10:51:19 +01:00
ed
6c87ed6bed Ensure that the standalone plug-in saves its state when the OS sends a quit request 2019-02-22 10:08:55 +00:00
ed
174934bf85 Fixed a bug in the StandalonePluginHolder constructor that was causing a mismatch of channel layouts 2019-02-18 15:45:38 +00:00
ed
083078034a Fixed a typo in the StandalonePluginHolder constructor 2019-02-11 16:08:59 +00:00
ed
92141bf279 Added an AudioProcessorPlayer::setMidiOutput() method for forwarding MIDI messages from the AudioProcessor and updated the standalone plugin holder to use this 2018-08-21 11:59:50 +01:00
Tom Poole
895c822775 Fixed a unique_ptr compiler error 2018-05-03 17:02:16 +01:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
Tom Poole
4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
ed
cdbc28c18b Add documentation tags 2018-03-15 12:10:32 +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
Lukasz Kozakiewicz
181f4ab7fc StandalonePluginWindow: allow to customise kiosk mode enablement. 2017-12-14 16:20:05 +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
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
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
jules
a742ae834e Added a missing inline to the StandalonePluginHolder class 2017-10-24 16:23:18 +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
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
cbdf17a6fb Increased the size of the standalone filter settings window 2017-09-11 12:55:26 +01:00
tpoole
6d369ac0d6 Fixed a double header inclusion bug 2017-09-11 08:41:47 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
hogliux
b78ce1f059 Fixed an assertion when quitting the standalone plug-in target when the audio settings window is open 2017-08-30 10:47:51 +01:00
hogliux
ffdc318d7f iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice 2017-08-19 11:14:53 +01:00
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
tpoole
507a4ed985 Standalone plug-in: Fixed the placement of the mute feedback option 2017-07-05 14:15:50 +01:00
hogliux
22c187826d Android: Fixed a compile error when building standalone plug-ins on Android 2017-06-07 16:10:21 +01:00
hogliux
7673e4e0ad Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone 2017-05-31 14:42:43 +01:00
hogliux
9d921a3b21 Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 2017-05-31 12:02:12 +01:00
hogliux
c55c127f84 Standalong plug-in target: Fixed a compile error for older macOS deployment targets 2017-05-31 12:02:11 +01:00