summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 processReplacingrekado2013-01-142-58/+14
| | | | | `processReplacing` is almost the same as `process`. The differences are now in `process`, but commented until further review.
* 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 filerekado2013-01-133-58638/+0
| | | | | | | | | To play back the raw audio file use: aplay -t raw -f S16_LE -r 44100 data/samples.raw It should be possible to replace the samples with something of a little higher quality later.
* add Makefilerekado2013-01-131-0/+25
| | | | | For now this depends on larsl's `lv2-c++-tools`, which can be downloaded from http://freecode.com/projects/lv2-c-tools . Revert to plain C later.
* 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
|
* initial commitrekado2013-01-122-0/+70