Version number, note about Steinberg SDK.
This commit is contained in:
parent
1aca828559
commit
b76961d85f
2 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<JUCERPROJECT id="wUKQiT" name="JuceOPLVSTi" projectType="audioplug" version="0.9.1"
|
||||
<JUCERPROJECT id="wUKQiT" name="JuceOPLVSTi" projectType="audioplug" version="0.9.3"
|
||||
bundleIdentifier="com.plainweave.JuceOPLVSTi" buildVST="1" buildAU="1"
|
||||
pluginName="JuceOPLVSTi" pluginDesc="JuceOPLVSTi" pluginManufacturer="Plainweave Software"
|
||||
pluginManufacturerCode="Manu" pluginCode="Plug" pluginChannelConfigs="{0, 1}"
|
||||
|
|
|
@ -57,9 +57,10 @@ So far I've only built under Windows. Thanks to Juce, it should be possible to b
|
|||
### Windows Build Instructions ###
|
||||
|
||||
1. Download Juce (http://www.juce.com/)
|
||||
2. Build and run "The Introjucer"
|
||||
3. Open JuceOPLVSTi.jucer
|
||||
2. Download the VST SDK (http://www.steinberg.net/en/company/developer.html)
|
||||
3. Build and run "The Introjucer"
|
||||
4. Open JuceOPLVSTi.jucer
|
||||
- Make any changes to the GUI layout and components here (PluginEditor.cpp).
|
||||
- Save PluginEditor.cpp if modified
|
||||
4. Hit "Save Project and Open in Visual Studio". I used Visual Studio Express 2012.
|
||||
5. Build!
|
||||
5. Hit "Save Project and Open in Visual Studio". I used Visual Studio Express 2012.
|
||||
6. Build!
|
||||
|
|
Loading…
Reference in a new issue