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 |
|
ed
|
d728ca03b7
|
Projucer: Moved some methods out of MiscUtilities and into ProjectExporter
|
2018-03-20 15:02:34 +00:00 |
|
ed
|
dbaca088b3
|
Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h
|
2018-03-16 15:56:06 +00:00 |
|
ed
|
977e173dc0
|
PIPs: Ignore system headers in replaceRelativeIncludesAndGetFilesToMove()
|
2018-03-16 12:29:15 +00:00 |
|
ed
|
da19cf36ab
|
PIPs: Set the plugin manufacturer when generating an AudioProcessor PIP
|
2018-03-16 12:22:11 +00:00 |
|
ed
|
7d451b984a
|
PIPs: Enable building VST and AU when generating an AudioProcessor PIP
|
2018-03-16 09:13:36 +00:00 |
|
ed
|
ef2d1fa9fd
|
Projucer: Various fixes and improvements to PIPGenerator
|
2018-03-15 12:10:36 +00:00 |
|
ed
|
fa02112614
|
Projucer: Add PIPGenerator class
|
2018-03-15 12:10:35 +00:00 |
|