summaryrefslogtreecommitdiff
path: root/src/mdaPiano.h
Commit message (Collapse)AuthorAgeFilesLines
* switch to LV2 Toolkit (lvtoolkit.org)rekado2013-01-261-2/+3
| | | | | lv2-c++-tools is apparently no longer maintained. lvtk is a fork of lv2-c++-tools.
* define number of samples as NSAMPLESrekado2013-01-251-3/+3
|
* only use types in declarationsrekado2013-01-251-2/+2
|
* everything is publicrekado2013-01-251-4/+1
|
* rearrange variables in header filerekado2013-01-251-6/+5
|
* move around headers to match epiano projectrekado2013-01-251-3/+3
|
* remove unused: param array, Fs, iFs, noteOnrekado2013-01-251-4/+0
|
* remove setParameterrekado2013-01-251-1/+0
|
* load individual samplesrekado2013-01-191-3/+6
|
* remove EVENT* definesrekado2013-01-161-4/+0
|
* remove activevoices and voices looprekado2013-01-161-1/+0
|
* move cmax constant to where it is usedrekado2013-01-161-1/+0
|
* find next free voicerekado2013-01-141-0/+1
|
* move voice parameters to mdaPianoVoicerekado2013-01-141-5/+2
|
* implement volume setterrekado2013-01-141-0/+1
|
* replace setParameterrekado2013-01-141-1/+1
|
* rewrite `processEvents` as `handle_midi`rekado2013-01-141-2/+1
|
* remove `resume` functionrekado2013-01-141-1/+0
|
* move `process` to voicerekado2013-01-141-1/+0
|
* remove processReplacingrekado2013-01-141-1/+0
| | | | | `processReplacing` is almost the same as `process`. The differences are now in `process`, but commented until further review.
* create mdaPianoVoice objectsrekado2013-01-141-1/+1
|
* move destructor into header, declare load_* functionsrekado2013-01-141-1/+6
|
* move shared definitions into mdaPianoCommonrekado2013-01-141-53/+2
|
* begin moving voice-related stuff to mdaPianoVoicerekado2013-01-141-0/+2
|
* replace VstInt32 with uint32_trekado2013-01-141-22/+22
|
* instantiate LV2::Synth, not AudioEffectXrekado2013-01-141-3/+4
|
* remove more unneeded VST functionsrekado2013-01-141-15/+0
|
* remove VST functionsrekado2013-01-131-11/+0
|
* consistent use of two space indentationrekado2013-01-121-27/+27
|
* add original mdaPiano files by Paul Kellettrekado2013-01-121-0/+122