ed
|
da4c1eaf31
|
Projucer: Remove the option to specify multiple global user module paths which was causing issues on other OSes
|
6 years ago |
ed
|
cdd8f2b78a
|
Projucer: Enable "Plugin is a Synth" setting for synth plug-in examples
|
6 years ago |
ed
|
9afccfba10
|
Projucer: Enable "Plugin MIDI Input" and "Plugin MIDI Output" settings when generating the ArpeggiatorPlugin demo from a PIP
|
6 years ago |
ed
|
02b7c0936d
|
Projucer: Check command-line JUCE modules path before the global path when creating PIPs from JUCE examples
|
6 years ago |
ed
|
ec46ad4891
|
Projucer: Only add example assets path to projects generated from JUCE example PIPs
|
6 years ago |
ed
|
7b09d14695
|
Projucer: Use relative paths for PIP includes and modules if project isn't temporary
|
6 years ago |
Tom Poole
|
f9017f7adc
|
Projucer: Fixed a bug creating plug-in projects from PIPs
|
6 years ago |
Tom Poole
|
a3566b8c1e
|
Removed the embedded VST2 SDK
|
6 years ago |
ed
|
c4eb15eb21
|
Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent
|
6 years ago |
ed
|
653d94c7a0
|
Projucer: Pulled out the module and PIP header parsing methods into a single method
|
6 years ago |
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
|
6 years ago |
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
|
6 years ago |
Tom Poole
|
235bbd46cf
|
Projucer: Code tidy up
|
6 years ago |
hogliux
|
fefbbc89b4
|
AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand)
|
7 years ago |
hogliux
|
cf4f12a452
|
Replaced our VST2 interface headers with official VST3 SDK
|
7 years ago |
ed
|
d53171f0e9
|
Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval
|
7 years ago |
Tom Poole
|
884f03aaa3
|
Added a missing plug-in capability when creating the AudioPluginDemo project
|
7 years ago |
ed
|
040a3168f3
|
Projucer: Fix formatting in previous commit
|
7 years ago |
ed
|
12b90421b4
|
Projucer: Set extra plugin formats and characteristics of PIP examples
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
ed
|
728d28fdc0
|
Projucer: Always locally copy PIP files that are created from the clipboard so that they aren't deleted on shutdown
|
7 years ago |
ed
|
c9aebedfeb
|
Projucer: Update PIPGenerator to use new plugin formats multi-choice var
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
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
|
7 years ago |
ed
|
ea826db813
|
PIPs: Ensure that the assets directory is copied correctly for mobile examples
|
7 years ago |
ed
|
d728ca03b7
|
Projucer: Moved some methods out of MiscUtilities and into ProjectExporter
|
7 years ago |
ed
|
dbaca088b3
|
Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h
|
7 years ago |
ed
|
977e173dc0
|
PIPs: Ignore system headers in replaceRelativeIncludesAndGetFilesToMove()
|
7 years ago |
ed
|
da19cf36ab
|
PIPs: Set the plugin manufacturer when generating an AudioProcessor PIP
|
7 years ago |
ed
|
7d451b984a
|
PIPs: Enable building VST and AU when generating an AudioProcessor PIP
|
7 years ago |
ed
|
c596583e3b
|
Projucer: Fixed a bug where PIP files not copied locally wouldn't initially be displayed in the code editor
|
7 years ago |
ed
|
ef2d1fa9fd
|
Projucer: Various fixes and improvements to PIPGenerator
|
7 years ago |
ed
|
fa02112614
|
Projucer: Add PIPGenerator class
|
7 years ago |