summaryrefslogtreecommitdiff
path: root/src/mdaPianoVoice.h
Commit message (Collapse)AuthorAgeFilesLines
* merge mdaPianoVoice.h and mdaEPianoVoice.hrekado2013-07-271-3/+29
|
* rename peg file to ports.pegrekado2013-07-271-1/+1
|
* switch to LV2 Toolkit (lvtoolkit.org)rekado2013-01-261-2/+2
| | | | | lv2-c++-tools is apparently no longer maintained. lvtk is a fork of lv2-c++-tools.
* mark polyphony parameter as unusedrekado2013-01-251-1/+1
|
* replace note with key, remove note parameterrekado2013-01-251-1/+0
|
* change formatting to match mdaEPianoVoice.hrekado2013-01-251-4/+4
|
* set pos = 0 and get end from sample sizerekado2013-01-191-2/+3
|
* is_sustained queries m_key, not noterekado2013-01-181-1/+1
|
* statically declare comb arrayrekado2013-01-161-1/+2
|
* convert process into renderrekado2013-01-161-0/+3
|
* dampen/undampen notes on pedalrekado2013-01-141-0/+1
|
* implement key release handlerrekado2013-01-141-0/+1
|
* find next free voicerekado2013-01-141-0/+1
|
* move voice parameters to mdaPianoVoicerekado2013-01-141-1/+4
|
* implement muffling setterrekado2013-01-141-1/+2
|
* implement volume setterrekado2013-01-141-0/+2
|
* store key in m_key; implement get_keyrekado2013-01-141-0/+3
|
* add type and declaration of `on`rekado2013-01-141-0/+1
|
* move `update` to voices and call from synthrekado2013-01-141-0/+1
|
* implement note resetrekado2013-01-141-0/+1
|
* begin moving voice-related stuff to mdaPianoVoicerekado2013-01-141-0/+51