summaryrefslogtreecommitdiff
path: root/klangfarbrs/src/instrument.rs
AgeCommit message (Collapse)Author
2021-12-17Add: more detailed Risset's Bell implementationGrant Shangreaux
also hooks duration up to the main synth to control the length of the Instrument notes that get played, since they aren't subject to the ADSR envelope
2021-12-04Remove hacky trick for instrument and update the instrument in the trigger ↵Jacob Lee
method on the synth instead
2021-12-04Add oscillator back and allow toggling between instrument and waveform in ↵Jacob Lee
Godot interface. Still need to work on how we're playing the instrument.
2021-12-03Add: Partial implementation to refactor InstrumentGrant Shangreaux
2021-12-03Additive synthesis works! Clean up neededJacob Lee
2021-12-03Add: partial hooking up Instrument in place of OscGrant Shangreaux
2021-12-03Add: sketch of Instrument implementationGrant Shangreaux