tomassch / Dekrispator

Experimental Music synthesizer based on an STM32F4 Discovery board (ARM Cortex M4F) with USB MIDI Host function for interaction and automatic mode.
1 stars 3 forks source link

selection between Sequencer / full auto / keyboard performance #1

Open tomassch opened 10 years ago

tomassch commented 10 years ago

Commit 49 is harcoded in keyboard performance because that was the last thing that i developed.

in soundGen.c, at synth_init, I am setting the sequenceON to false. We should think about a way to let the user decide.

Concurrent modes will not be possible now because the synth is monophonic.