summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add ttl files for mdaEPianorekado2013-07-272-0/+180
* move ttl files to mdaPiano directoryrekado2013-07-272-0/+0
* merge mdaPianoVoice.h and mdaEPianoVoice.hrekado2013-07-271-3/+29
* merge mdaPiano.h and mdaEPiano.hrekado2013-07-271-0/+3
* rename peg file to ports.pegrekado2013-07-273-6/+6
* generalise defines for both pluginsrekado2013-07-271-0/+6
* add mdaEPiano presets and data filesrekado2013-07-2739-0/+333
* generalise Makefilerekado2013-07-271-8/+15
* move mdaPiano data and preset to own directoryrekado2013-07-2724-0/+0
* update READMErekado2013-07-271-11/+14
* replace Event with Atom extensionrekado2013-07-271-3/+4
* switch to LV2 Toolkit (lvtoolkit.org)...rekado2013-01-265-11/+12
* update commentsrekado2013-01-261-1/+3
* move keygroup loader to end of filerekado2013-01-261-20/+20
* trust find_free_voice to return a valid indexrekado2013-01-261-7/+3
* define number of samples as NSAMPLESrekado2013-01-253-4/+5
* mark polyphony parameter as unusedrekado2013-01-252-4/+2
* define SAMPLES_PER_NOTErekado2013-01-252-1/+2
* replace note with key, remove note parameterrekado2013-01-252-14/+14
* 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
* change formatting to match mdaEPianoVoice.hrekado2013-01-251-4/+4
* update internal state on renderrekado2013-01-251-0/+1
* move around block for easier comparison with mdaEPianorekado2013-01-252-22/+22
* cosmetic changesrekado2013-01-252-18/+15
* do not reset voices on default caserekado2013-01-251-1/+2
* fix typorekado2013-01-251-1/+1
* remove unneeded headersrekado2013-01-251-3/+0
* remove setParameterrekado2013-01-252-13/+0
* cut out individual samples more accuratelyrekado2013-01-2015-0/+48
* set pos = 0 and get end from sample sizerekado2013-01-192-9/+11
* 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