W5ZZO
Well-known member
I'm building yet another silly synthesizer, and off to a good start... it accepts musical keystrokes and makes sounds (and makes them disappear when a key is released).
I have some keyboard scanning code that will tell me which of 24 keys are pressed or not (and the extra velocity key contacts). It works, and is not shown here.
I am not sure that I need to accommodate a cat laying down on my keyboard in my choice of polyphonic note capability (all 24 notes). Note I have 2 keyboards to work with, but they may more-or-less map to different octaves and sounds (bass keyboard and accent note board.). Ray Manzarek was a master at playing a bass and an organ simultaneously, but one hand on each.
I saw another synth project in these forums that had 22 waveform objects in it. I am unsure if they were all active at once though.
I am planning stereo output to create placement (selective delay and channel volume parameters) and leslie-like effects (phase/volume modulation) to be imposed on the notes.
I am in design mode right now, and wonder if 6/8/12/16?? simultaneous notes are reasonable numbers to work toward, or whether 10 is enough (thumb+finger count on two hands). My general thought is the newest kills the oldest and steals it's channel.
I'm trying to search these forums but specific answers seem to be elusive.
So, if you know something practical that can help, I am all ears!
- Wes
I have some keyboard scanning code that will tell me which of 24 keys are pressed or not (and the extra velocity key contacts). It works, and is not shown here.
I am not sure that I need to accommodate a cat laying down on my keyboard in my choice of polyphonic note capability (all 24 notes). Note I have 2 keyboards to work with, but they may more-or-less map to different octaves and sounds (bass keyboard and accent note board.). Ray Manzarek was a master at playing a bass and an organ simultaneously, but one hand on each.
I saw another synth project in these forums that had 22 waveform objects in it. I am unsure if they were all active at once though.
I am planning stereo output to create placement (selective delay and channel volume parameters) and leslie-like effects (phase/volume modulation) to be imposed on the notes.
I am in design mode right now, and wonder if 6/8/12/16?? simultaneous notes are reasonable numbers to work toward, or whether 10 is enough (thumb+finger count on two hands). My general thought is the newest kills the oldest and steals it's channel.
I'm trying to search these forums but specific answers seem to be elusive.
So, if you know something practical that can help, I am all ears!
- Wes