You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New key control for toggling between bowing and plucking
In bow mode, rather than exciting a string by settings its previous state to a 'pluck' shape, a string will be continually excited based on the stick-slip model of a bowed string.
This will required note-on and note-off events to be handled in order to trigger the start and stop of bowing. Currently, I think only key-down events are handled. This may require a new dependency such as ebiten.
A note-on event would trigger start of an ADSR envelope (based on the existing triangular envelopes developed for the prototype, sinusoidal sources), and a note-off event would trigger the decay.
The envelope values would control the amplitude of the stick-slip excitation.
The text was updated successfully, but these errors were encountered:
Add the ability to bow as well as pluck a string:
The text was updated successfully, but these errors were encountered: