glastonbridge / ScanVox

Vocal machine-listening music making machine.
GNU General Public License v3.0
11 stars 0 forks source link

Unable to compile ScanVox #47

Closed endaobrien closed 9 years ago

endaobrien commented 9 years ago

Hello,

I have been trying to build the ScanVox application after importing it to intelliJ. I am getting compilation errors on the following classes: MappedSynth1AY1, MappedSynth1Gendy1, MappedSynth1Moogy1, MappedSynth1SuperSimple. when I search I don't see definitions for these classes anywhere. Is there something I am missing.

Thanks, Enda.

glastonbridge commented 9 years ago

As far as I can recall, they need to be generated by SuperCollider. From a console, try: cd supercolliderSource/scripts Then run: sclang _make_all_synthdefs.scd

I think that @danstowell may have written a build hook for the Eclipse version, which could be missing from the IntelliJ IDEA imported version. It's been a while since we tried compiling ScanVox!

Also, make sure you use SuperCollider v3.5 for compatibility with SuperCollider-Android

endaobrien commented 9 years ago

Thanks, I got it working.

Before running sclang _make_all_synthdefs.scd, I needed to copy files from ScanVox ./supercolliderSource/classes to Platform.userExtensionDir as-well as install AYUGens and MCLDUGen plugins.