Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 12:26:32 -0700 (Thu, 07 Jun 2007)
Revision: 112
Log message:
mkdir
Changes | Path |
Added | FluidPlug/ |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 12:33:05 -0700 (Thu, 07 Jun 2007)
Revision: 113
Log message:
A place for following packages that aren't mine.
Changes | Path |
Added | vendorTrees/ |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 12:33:26 -0700 (Thu, 07 Jun 2007)
Revision: 114
Log message:
mkdir
Changes | Path |
Added | vendorTrees/JuceAudioPlugin/ |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 12:35:04 -0700 (Thu, 07 Jun 2007)
Revision: 115
Log message:
Added the wrapper code from JAP
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 12:35:48 -0700 (Thu, 07 Jun 2007)
Revision: 116
Log message:
add the demo project as well
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 12:49:00 -0700 (Thu, 07 Jun 2007)
Revision: 117
Log message:
Long overdue initial commit
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 12:49:54 -0700 (Thu, 07 Jun 2007)
Revision: 118
Log message:
Removing files that shouldn't have been added.
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 18:28:34 -0700 (Thu, 07 Jun 2007)
Revision: 119
Log message:
Starting to reorganize to a single-project, multiple targets model.
Changes | Path |
Copied | FluidPlug/FluidPlug/build/Mac/ (from rev 117, FluidPlug/FluidPlug/build/VST_Mac) |
Deleted | FluidPlug/FluidPlug/build/Mac/JuceVST.xcodeproj/n8gray.pbxuser |
Deleted | FluidPlug/FluidPlug/build/Mac/JuceVST.xcodeproj/n8gray.perspective |
+370 -22 | FluidPlug/FluidPlug/build/Mac/JuceVST.xcodeproj/project.pbxproj |
+370 -22 | FluidPlug/FluidPlug/build/VST_Mac/JuceVST.xcodeproj/project.pbxproj |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 18:31:07 -0700 (Thu, 07 Jun 2007)
Revision: 120
Log message:
Adding a plist file
Changes | Path |
Added | FluidPlug/FluidPlug/build/Mac/FluidPlugAU-Info.plist |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 18:33:28 -0700 (Thu, 07 Jun 2007)
Revision: 121
Log message:
Renamed, since it's now for all plugin architectures.
Changes | Path |
Copied | FluidPlug/FluidPlug/build/Mac/JuceAudioPluginProject.xcodeproj/ (from rev 119, FluidPlug/FluidPlug/build/Mac/JuceVST.xcodeproj) |
Deleted | FluidPlug/FluidPlug/build/Mac/JuceVST.xcodeproj/ |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-07 19:56:15 -0700 (Thu, 07 Jun 2007)
Revision: 122
Log message:
I can now build both VST and AU targets. Haven't tested them in hosts yet.
Changes | Path |
+11 -5 | FluidPlug/FluidPlug/build/Mac/FluidPlugAU-Info.plist |
Copied | FluidPlug/FluidPlug/build/Mac/FluidPlugVST-Info.plist (from rev 119, FluidPlug/FluidPlug/build/Mac/Info.plist) |
Deleted | FluidPlug/FluidPlug/build/Mac/Info.plist |
Added | FluidPlug/FluidPlug/build/Mac/JuceAU.exp |
+55 -48 | FluidPlug/FluidPlug/build/Mac/JuceAudioPluginProject.xcodeproj/project.pbxproj |
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-10 23:11:52 -0700 (Sun, 10 Jun 2007)
Revision: 123
Log message:
The channel labels are now 1-based and they light up when midi events are
received.
Saving/restoring of banks/programs is implemented.
Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2007-06-12 22:52:30 -0700 (Tue, 12 Jun 2007)
Revision: 124
Log message:
Saving/restoring now works as expected, including bank/preset for each channel.
This is all so icky. I'm sure there are mucho bugs lurking. I really want a
better way of doing user interfaces...