pingdynasty / OwlSim

Simulator for Open Ware Laboratory, a programmable audio effects pedal: http://hoxtonowl.com/
GNU General Public License v3.0
46 stars 21 forks source link

building OwlSim with current OwlPatches #17

Open benzkji opened 9 years ago

benzkji commented 9 years ago

Hi there,

I have successfully built OwlSim and created a first minimal patch. When I wanted to push here https://github.com/benzkji/OwlPatches I realized that I'm not on master, with OwlPatches. I then managed to merge things and now have a current master OwlPatches - but these do not work, as there is no "owlcontrol.h" in OwlSim, but BlipperPatch wants this (and some others).

Might be my bad, as submodules is not my speciality...;-)

Im on a Mac/Xcode 6. Error Message: ".../Source/OwlPatches/OliLarkin/BlipperPatch.hpp:60:10: 'owlcontrol.h' file not found"

any pointers welcome!

benzkji commented 9 years ago

or, spoken differently, could you elaborate on how to:

thx ben

benzkji commented 9 years ago

as we had in the forum: OwlSim does not yet support FAUST generated patches. that's it for now.

ghost commented 9 years ago

A new FAUST architecture file for the OWL has been pushed to Grame, it should be in the next FAUST release. Meanwhile please use this gist: https://gist.github.com/marsus/bdc5fb5d7c5489c30312 Download and copy to your faust installation directory, e.g. /usr/local/lib/faust/owl.cpp. faust2owl will then produce code compatible with OwlSim and all other OWL projects.

benzkji commented 9 years ago

thx a lot!