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

Research a mode where only 1 note sounds at the same time #17

Open
davidryan59 opened this issue May 31, 2019 · 0 comments
Open

Research a mode where only 1 note sounds at the same time #17

davidryan59 opened this issue May 31, 2019 · 0 comments
Labels

Comments

@davidryan59
Copy link
Owner

There are currently 3 sustain modes:

  • Note on for fixed time (Sustain ON)
  • Note on, and then turns off when key lifted (Sustain OFF)
  • Note on, and then turns off when same key pressed again (Sustain ON*)

Want a fourth setting, where only one note is played at the same time. Hence it makes the keyboard commutative, since when you hit multiple notes the playing note will be the product of their frequency shifts.

For this mode, don't have to keep creating and destroying audio nodes - can keep one (or more) oscillators in the background, on all the time, and control the note sound with gains etc.

Considerable reorganisation of the audio nodes and instrument. But probably an interesting output - single controllable note, like a violin or trumpet.

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