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

GUI update code in rendered not in global dedicated instrument #26

Open
anton-k opened this issue Jul 3, 2015 · 1 comment
Open

GUI update code in rendered not in global dedicated instrument #26

anton-k opened this issue Jul 3, 2015 · 1 comment
Labels

Comments

@anton-k
Copy link
Contributor

anton-k commented Jul 3, 2015

GUI specific code somehow slips to the audio code (it's invoked as subinstr).
Minimal example:

main = dac $ midiChooser [
    ("osc", onMsg $ onCps $ saw)
  , ("instr", onMsg $ onCps $ mul (fades 0.2 0.2) . osc)] 1
@anton-k anton-k added the bug label Jul 3, 2015
@anton-k
Copy link
Contributor Author

anton-k commented Jul 7, 2015

smth wrong with evtToSig function it forces the GUI opcode to become located in subinstrument and not in the global instrument dedicated to GUIs. The midiChooser is fixed now

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

No branches or pull requests

1 participant