victor-shepardson / rave-supercollider

GNU General Public License v3.0
53 stars 7 forks source link

Linux support? #2

Open yaxu opened 2 years ago

yaxu commented 2 years ago

Hi, does someone have this working under linux? I managed to compile it, but it just crashes when I get as far as running ~synth.set(\prior, 1); in the example patch `

victor-shepardson commented 2 years ago

I have not tried it under linux. What happens exactly -- scsynth crashes silently?

Also: are you sure the RAVE you are using has a prior method? Do you maybe have a RAVE checkpoint which was trained on autoencoding only? That's the only thing that occurs to me which would cause it to crash there, specifically. If you stop before ~synth.set(\prior, 1); line does it work for timbre transfer?

victor-shepardson commented 2 years ago

should now print a warning about missing prior model, if that was the issue.