Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dx.dx7_ui doesn't compile #19

Open
magnetophon opened this issue Jan 22, 2020 · 2 comments
Open

dx.dx7_ui doesn't compile #19

magnetophon opened this issue Jan 22, 2020 · 2 comments

Comments

@magnetophon
Copy link
Contributor

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

@sletz
Copy link
Member

sletz commented Jan 22, 2020

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.

@magnetophon
Copy link
Contributor Author

magnetophon commented Feb 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants