-
-
Notifications
You must be signed in to change notification settings - Fork 7
Build it yourself
Rick edited this page Aug 18, 2024
·
3 revisions
- Clone or fork this repository
- Open with HISE (see the readme for build instructions)
- Open the project in HISE
- Load Quetzalcoatl.xml
Now is the time to make any adjustments you might want. It's pretty complex project so additional details are beyond the scope of this document. Post here if you have any specific queries.
- From the export menu, select "Export Sample as Archive", the click OK and wait for the process to complete
- From the export menu, select "Export as Instrument (VSTi/AUi)"
- Cancel the validate sample references dialogue
- Select the export Format and click okay
Mac & Windows
If everything worked, you should have a plugin file in the binaries folder. Copy this to your usual plugin folder and follow the instructions on screen when loading the plugin.
Linux
If everything worked, you should have Projucer file at Quetzalcoatl/Quetzalcoatl/Binaries/AutogenratedProject.jucer.
Open this with Projucer
Select 'save' from the file menu
This will create a makefile in Quetzalcoatl/Quetzalcoatl/Binaries/Builds/LinuxMakefile/
Navigate to this folder and run make CONFIG=Release
in a terminal