summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* load individual samplesrekado2013-01-193-14/+34
* add split samples to bundlerekado2013-01-191-1/+1
* do not hard-code pos and endrekado2013-01-191-17/+16
* split samples...rekado2013-01-1916-0/+0
* is_sustained queries m_key, not noterekado2013-01-181-1/+1
* remove commented coderekado2013-01-181-25/+0
* remove commented coderekado2013-01-181-21/+1
* update parameters on note on...rekado2013-01-161-0/+1
* fix tag names of presetsrekado2013-01-166-6/+6
* set m_key to INVALID_KEY when silentrekado2013-01-161-0/+5
* replace note with m_keyrekado2013-01-161-3/+3
* connect audio outputsrekado2013-01-161-0/+1
* update voice on initialisationrekado2013-01-162-1/+1
* wrap conditional block in curly bracesrekado2013-01-161-1/+2
* do not render voice if no key has been pressedrekado2013-01-161-0/+5
* remove EVENT* definesrekado2013-01-162-5/+0
* statically declare comb arrayrekado2013-01-162-2/+2
* register plugin URIrekado2013-01-161-0/+2
* remove activevoices and voices looprekado2013-01-163-38/+30
* move cmax constant to where it is usedrekado2013-01-163-4/+1
* remove pointer indirectionrekado2013-01-161-20/+17
* convert process into renderrekado2013-01-162-74/+61
* replace programs[curProgram] with direct parameter lookupsrekado2013-01-161-5/+3
* replace param[n] with calls to p_helperrekado2013-01-161-13/+11
* remove voice[vl] from `mdaPianoVoice::on`rekado2013-01-161-16/+15
* fix: key -> noterekado2013-01-161-1/+1
* dampen/undampen notes on pedalrekado2013-01-142-4/+8
* handle note off eventrekado2013-01-141-2/+6
* implement key release handlerrekado2013-01-142-6/+21
* handle note on eventrekado2013-01-141-3/+7
* find next free voicerekado2013-01-143-0/+26
* move voice parameters to mdaPianoVoicerekado2013-01-144-8/+9
* 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