faustlibraries icon indicating copy to clipboard operation
faustlibraries copied to clipboard

dx.dx7_ui doesn't compile

Open magnetophon opened this issue 5 years ago • 2 comments

I get an error longer than my scroll back buffer, usinf faust2jack 2.20.2.

magnetophon avatar Jan 22 '20 12:01 magnetophon

Well the code uses the enable primitive which is somewhat experimental, not working in all contextes, and so not fully publicised... You can still compile it using faust -lang ocpp or putting -lang ocpp in your favorite faust2xx script.

sletz avatar Jan 22 '20 12:01 sletz

Yes, that works, thanks.

I'm quite excited to learn about the enable primitive!

In my testing I did:

process =
  par(i,5,os.osc(440*(i+1)) : oct(algorithm == i)) :> _;
oct = nentry("oct",0,0,4,1) : int;

That works, except when flicking trough the the octaves the oscs go silent sometimes.

magnetophon avatar Feb 01 '20 09:02 magnetophon