summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* implement muffling setterrekado2013-01-142-3/+9
* implement volume setterrekado2013-01-143-1/+11
* replace setParameterrekado2013-01-142-3/+8
* store key in m_key; implement get_keyrekado2013-01-142-0/+7
* add type and declaration of `on`rekado2013-01-142-1/+2
* include C standard librekado2013-01-141-0/+1
* move `update` to voices and call from synthrekado2013-01-143-20/+29
* rewrite `processEvents` as `handle_midi`rekado2013-01-142-66/+56
* remove `resume` functionrekado2013-01-142-10/+0
* remove call to `suspend`rekado2013-01-141-1/+0
* move `process` to voicerekado2013-01-143-87/+86
* remove processReplacing...rekado2013-01-142-58/+14
* implement note resetrekado2013-01-143-6/+9
* create mdaPianoVoice objectsrekado2013-01-142-1/+6
* move mdaPiano::noteOn to mdaPianoVoice::onrekado2013-01-142-74/+79
* move destructor into header, declare load_* functionsrekado2013-01-142-8/+6
* rename LV2::Synth parametersrekado2013-01-141-2/+2
* remove program change handlerrekado2013-01-141-4/+0
* move shared definitions into mdaPianoCommonrekado2013-01-143-53/+33
* begin moving voice-related stuff to mdaPianoVoicerekado2013-01-144-40/+95
* replace VstInt32 with uint32_trekado2013-01-142-45/+45
* move keymap initialisation to separate functionrekado2013-01-141-17/+23
* instantiate LV2::Synth, not AudioEffectXrekado2013-01-142-12/+6
* remove more unneeded VST functionsrekado2013-01-142-116/+0
* load samples from filerekado2013-01-131-3/+41
* Convert pianoData array to raw audio file...rekado2013-01-133-58638/+0
* add Makefile...rekado2013-01-131-0/+25
* remove VST functionsrekado2013-01-132-67/+0
* update copyright headerrekado2013-01-131-6/+14
* consistent use of two space indentationrekado2013-01-122-90/+90
* add manifest and port definitionsrekado2013-01-122-0/+194
* break out presets into ttl filesrekado2013-01-129-8/+386
* add original mdaPiano files by Paul Kellettrekado2013-01-123-0/+59339