Tom Poole
|
5737c42ccf
|
Use getSiblingFile in more places
|
2024-11-20 10:10:35 +00:00 |
|
reuk
|
813b01e3d8
|
Projucer: Remove Visual Studio 2017 exporter
|
2024-06-27 18:10:21 +01:00 |
|
attila
|
552b39301e
|
Fix createAssetInputStream() for JUCE examples exported by the Projucer
|
2024-04-26 12:23:05 +02:00 |
|
Tom Poole
|
fd933dfac6
|
Projucer: Remove the JUCE splash screen and update licensing
|
2024-04-16 17:43:19 +01:00 |
|
Tom Poole
|
94d98a2b10
|
Update licensing information
|
2024-04-16 11:39:35 +01:00 |
|
reuk
|
054a5ed17c
|
Projucer: Enable /bigobj for MSVC builds of PIP examples by default
|
2023-11-01 20:35:09 +00:00 |
|
reuk
|
36627a2216
|
Projucer: Fix assigned-but-not-read variable
|
2023-03-02 12:03:32 +00:00 |
|
attila
|
b913528d11
|
Projucer: Request Bluetooth permission on Android for PIP projects
Prior to 26a23dfc the Android project exporter requested the Bluetooth
permission by default, and some PIPs depended on this behaviour.
|
2022-12-20 14:18:22 +01:00 |
|
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
2022-05-16 17:55:48 +01:00 |
|
attila
|
3c9d83b64a
|
Projucer: Add support for ARA plugin PIPs
|
2022-05-12 12:31:30 +02:00 |
|
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
2022-04-04 12:36:32 +01:00 |
|
ed
|
57fd6422ca
|
Only add modules explicitly declared in PIP file in PIPGenerator
|
2020-11-25 17:39:46 +00:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
ed
|
3283f2224a
|
Projucer: Added new start page window
|
2020-06-04 14:52:29 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
ed
|
fba0295a44
|
Projucer: Added a simple sign-in form, added notification tray for project messages, general refactoring
|
2020-04-17 16:05:10 +01:00 |
|
reuk
|
2ca69e8f70
|
Projucer: Stop requiring JuceHeader to be included in projects
|
2020-04-13 13:16:05 +01:00 |
|
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 |
|
ed
|
e4af85e07b
|
Projucer: Only set PIP generated project settings when they are non-empty
|
2020-03-17 12:37:36 +00:00 |
|
ed
|
2b48d0e4bc
|
Projucer: Removed a duplicate plugin characteristic setting in PIPGenerator
|
2020-02-28 17:35:55 +00:00 |
|
ed
|
7484ac3dd3
|
Projucer: Updated all project templates to use include search path when including JuceHeader.h
|
2020-01-21 16:25:33 +00:00 |
|
Tom Poole
|
a92b231677
|
Projucer: Fixed an error in the PIP generator
|
2019-06-07 13:34:10 +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
|
479371eb8d
|
Projucer: Fix generating JUCE example PIPs with useLocalCopy = 0
|
2019-03-29 16:03:41 +00:00 |
|
ed
|
da4c1eaf31
|
Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes
|
2019-02-18 14:19:25 +00:00 |
|
ed
|
cdd8f2b78a
|
Projucer: Enable "Plugin is a Synth" setting for synth plug-in examples
|
2019-01-23 10:53:58 +00:00 |
|
ed
|
9afccfba10
|
Projucer: Enable "Plugin MIDI Input" and "Plugin MIDI Output" settings when generating the ArpeggiatorPlugin demo from a PIP
|
2019-01-11 12:56:45 +00:00 |
|
ed
|
02b7c0936d
|
Projucer: Check command-line JUCE modules path before the global path when creating PIPs from JUCE examples
|
2019-01-07 11:19:48 +00:00 |
|
ed
|
ec46ad4891
|
Projucer: Only add example assets path to projects generated from JUCE example PIPs
|
2018-12-06 09:46:12 +00:00 |
|
ed
|
7b09d14695
|
Projucer: Use relative paths for PIP includes and modules if project isn't temporary
|
2018-11-27 16:40:58 +00:00 |
|
Tom Poole
|
f9017f7adc
|
Projucer: Fixed a bug creating plug-in projects from PIPs
|
2018-11-05 16:31:09 +00:00 |
|
Tom Poole
|
a3566b8c1e
|
Removed the embedded VST2 SDK
|
2018-10-23 16:00:43 +01:00 |
|
ed
|
c4eb15eb21
|
Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent
|
2018-10-22 16:42:22 +01:00 |
|
ed
|
653d94c7a0
|
Projucer: Pulled out the module and PIP header parsing methods into a single method
|
2018-10-18 11:06:15 +01:00 |
|
ed
|
9761a03334
|
Projucer: Made it possible to specify a semicolon-separated list of user modules paths to override the global default when generating a project from a PIP using the "--create-project-from-pip" command-line option
|
2018-09-06 17:10:20 +01:00 |
|
ed
|
cd8c25b0c1
|
Projucer: Added an optional command-line argument when generating a project from a PIP to specify a JUCE modules directory to be used instead of the global default
|
2018-08-23 15:53:08 +01:00 |
|
Tom Poole
|
235bbd46cf
|
Projucer: Code tidy up
|
2018-07-12 10:07:50 +01:00 |
|
hogliux
|
fefbbc89b4
|
AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand)
|
2018-06-26 16:16:12 +01:00 |
|
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
2018-06-11 12:49:35 +01:00 |
|
ed
|
d53171f0e9
|
Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval
|
2018-04-23 16:45:10 +01:00 |
|
Tom Poole
|
884f03aaa3
|
Added a missing plug-in capability when creating the AudioPluginDemo project
|
2018-04-23 12:33:17 +01:00 |
|
ed
|
040a3168f3
|
Projucer: Fix formatting in previous commit
|
2018-04-23 11:43:10 +01:00 |
|
ed
|
12b90421b4
|
Projucer: Set extra plugin formats and characteristics of PIP examples
|
2018-04-23 10:21:56 +01:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
ed
|
728d28fdc0
|
Projucer: Always locally copy PIP files that are created from the clipboard so that they aren't deleted on shutdown
|
2018-04-11 14:45:40 +01:00 |
|
ed
|
c9aebedfeb
|
Projucer: Update PIPGenerator to use new plugin formats multi-choice var
|
2018-04-11 10:17:34 +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
|
7d36760efd
|
PIPs: Changed the Component Main.cpp wrapper to avoid a crash that would happen on quit when using the live-build engine on Windows
|
2018-04-09 10:43:03 +01:00 |
|
ed
|
ea826db813
|
PIPs: Ensure that the assets directory is copied correctly for mobile examples
|
2018-03-23 10:56:15 +00:00 |
|