summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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