Tom Poole
d3248a5f66
Re-saved all projects
2021-04-19 17:33:31 +01:00
Tom Poole
70250dd0c1
Projucer: Added on option to select the macOS application category
2021-04-19 17:31:04 +01:00
reuk
e4dba6a40a
PlistOptions: Add MIDI tag to aumi plists
2021-04-19 14:37:38 +01:00
Tom Poole
f900581605
Projucer: Do a breadth first search for modules
2021-04-19 14:02:54 +01:00
ed
a483fb58ee
Projucer: Set pdb filename to match pdb output file to workaround broken VS2019 copy step
...
When building a static library, VS2019 replaces the generated link pdb file with the one created during compilation due to a broken copy step in Microsoft.CppCommon.targets. This workaround generates the pdb in the output directory so the copy step is skipped.
2021-04-19 08:58:05 +01:00
reuk
8023985a8a
CMake: Allow a broader range of source file extensions in modules
2021-04-14 12:36:48 +01:00
reuk
52fcd4b336
CMake: Ensure only supported module sources are built on each platform
2021-04-14 12:36:48 +01:00
ed
060f96ae7c
Projucer: Generate consistent Xcode projects when saving on Windows
2021-04-12 17:16:33 +01:00
reuk
9549f8c95e
AudioPluginHost: Try to find matching plugins by uniqueId if loading initially fails
2021-04-07 15:14:20 +01:00
reuk
041da08474
VST3: Add a new PluginDescription::uniqueId field
2021-04-07 15:14:20 +01:00
reuk
c7d082e770
CMake: Avoid commandline length limit when creating binarydata libraries with hundreds of input files
2021-04-07 10:22:36 +01:00
ed
282ad8fa9c
Projucer: Fixed a bug escaping Xcode project settings starting or ending with quotes
2021-04-06 10:58:17 +01:00
Tom Poole
60e13bec0c
Allow use of an external VST3 SDK on BSD
2021-04-01 08:39:25 +01:00
reuk
429550f3dd
CMake: Support using custom VST3 SDKs
2021-03-30 17:04:53 +01:00
Tom Poole
79fbde7099
Added preliminary support for FreeBSD
2021-03-29 14:16:46 +01:00
reuk
241bb8d430
VST3 Host: Add cross-platform-compatible VST3 uid hash
2021-03-29 11:02:04 +01:00
Tom Poole
9492b361b9
Re-saved all projects
2021-03-26 10:52:57 +00:00
reuk
432cd793d7
AudioPluginHost: Avoid drawing in unsafe areas of the screen on mobile
2021-03-25 11:51:28 +00:00
reuk
de278cf555
AudioPluginHost: Allow resizing plugins from the host, and increase border size on mobile
...
The increased border size should make it slightly less fiddly to tap on
the window border.
2021-03-25 11:51:28 +00:00
reuk
bc660e8218
AudioPluginHost: Avoid creating editor if hasEditor returns false
2021-03-24 16:23:14 +00:00
reuk
8c9c3c3ca9
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries
2021-03-24 14:24:53 +00:00
reuk
3f17cc7b2e
CMake: Add juce_enable_copy_plugin_step function
2021-03-24 14:24:53 +00:00
Tom Poole
3a8db2f04d
Re-saved all projects
2021-03-22 09:35:42 +00:00
Tom Poole
4c58e50f2e
Bump version number to 6.0.8
2021-03-22 09:24:48 +00:00
Tom Poole
6efb77bed3
Fixed a bug escaping MTL_HEADER_SEARCH_PATHS in the Xcode exporter
2021-03-15 10:07:53 +00:00
Tom Poole
717774b648
VST3: Fixed the plug-in bundle path on aarch64
2021-03-12 18:02:23 +00:00
Tom Poole
0e599bea06
Re-saved all projects
2021-03-12 16:58:39 +00:00
ed
4ea3053b1c
Projucer: Updated URL::createInputStream() code to use URL::InputStreamOptions
2021-03-12 16:23:59 +00:00
reuk
55ffcd1893
CMake: Use CMAKE_OSX_SYSROOT to locate AU/Rez files
...
This change should allow CMake builds to work with either a full Xcode
install, or a CommandLineTools-only install.
2021-03-08 18:47:03 +00:00
ed
8500f40b95
AudioPluginHost: Only auto-scale VST plug-in windows
2021-03-05 18:40:03 +00:00
ed
3a0af69eff
AudioPluginHost: Added an application-level setting for scaling plug-ins on Windows
2021-03-02 15:53:45 +00:00
reuk
45409bb4e6
FileChooser: Hide chooser when it leaves scope on Windows
2021-03-02 10:49:39 +00:00
reuk
1817c54169
CMake: Add Unity build back in for PIPs
2021-02-23 18:33:55 +00:00
reuk
f68ee25b52
CMake: Automatically set archiving-related properties when generating for Xcode
2021-02-23 18:05:06 +00:00
reuk
d6376e710f
CMake: Use correct include paths when invoking rez
2021-02-23 18:05:06 +00:00
ed
7b6d6d55cb
AudioPluginHost: Fixed backwards compatibility with old internal plug-in names
2021-02-19 19:07:13 +00:00
reuk
67093bfe10
juceaide: Be explicit about commandline argument encoding
2021-02-18 17:16:45 +00:00
reuk
77ffb3839a
CMake: Allow more than one AAX category to be specified
2021-02-18 17:16:45 +00:00
reuk
64b9366e8f
CharacterFunctions: Add new function to move pointer past whitespace
2021-02-18 10:54:29 +00:00
reuk
fd1a9b6d14
CMake: Fix issue where UIRequiresFullScreen key was not written to plist
2021-02-18 10:54:29 +00:00
reuk
b1917085db
AudioProcessor: Update listener callback with change details
2021-02-18 10:54:29 +00:00
reuk
e301a75ea3
CMake: Allow custom xcassets folder to be used, without specifying ICON_BIG or ICON_SMALL
2021-02-11 15:57:38 +00:00
reuk
b94d4170f0
CMake: Fix issue where module source file filters were too broad
2021-02-06 18:25:53 +00:00
ed
65f2de3def
iOS: Added options to the Projucer and CMake to set UIRequiresFullScreen .plist option
2021-02-05 11:34:39 +00:00
ed
271a9cd7a4
Re-saved all projects
2021-02-05 11:34:39 +00:00
ed
b5496b16f3
iOS: Correctly set UIViewControllerBasedStatusBarAppearance and UIStatusBarHidden in .plist
2021-02-05 11:34:39 +00:00
reuk
ef1926f916
CMake: Remove unused IAA function
2021-02-02 20:24:03 +00:00
reuk
998883e557
CMake: Group module sources along with other module files
2021-02-02 16:35:09 +00:00
ed
1746d7bc4d
Projucer: Removed a duplicate check in VersionInfo::isNewerVersionThanCurrent()
2021-02-01 10:12:36 +00:00
ed
b8c64bacf4
Projucer: Added missing juce namespace to ToggleButtonHandler generated code in the GUI editor
2021-02-01 10:10:33 +00:00