Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | name peg file after TYPEHEAD0.0.2master | rekado | 2015-02-11 | 2 | -2/+10 |
| | |||||
* | move Makefile to top directory | rekado | 2015-02-11 | 1 | -32/+0 |
| | |||||
* | fix off-by-one error | rekado | 2013-07-29 | 1 | -1/+3 |
| | |||||
* | replace k with sample_index | rekado | 2013-07-29 | 1 | -4/+4 |
| | |||||
* | end = size for both plugins | rekado | 2013-07-28 | 1 | -5/+0 |
| | |||||
* | pass sample pointer to tweak function | rekado | 2013-07-28 | 2 | -23/+14 |
| | |||||
* | simplify update function | rekado | 2013-07-28 | 1 | -13/+7 |
| | |||||
* | inline helper functions | rekado | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | [piano] initialise comb array | rekado | 2013-07-28 | 1 | -0/+1 |
| | |||||
* | [piano] fix: hardness offset may result in negative values | rekado | 2013-07-28 | 2 | -14/+5 |
| | |||||
* | [epiano] fix: pick different sample for different velocity | rekado | 2013-07-28 | 1 | -4/+5 |
| | |||||
* | crudely merge mdaEPiano and mdaPiano | rekado | 2013-07-28 | 2 | -9/+240 |
| | | | | | There are some differences in the types of certain variables that don't seem very important. This will be addressed in future commits. | ||||
* | find ttl files in $TYPE directory | rekado | 2013-07-27 | 1 | -2/+2 |
| | |||||
* | add ttl files for mdaEPiano | rekado | 2013-07-27 | 2 | -0/+180 |
| | |||||
* | move ttl files to mdaPiano directory | rekado | 2013-07-27 | 2 | -0/+0 |
| | |||||
* | merge mdaPianoVoice.h and mdaEPianoVoice.h | rekado | 2013-07-27 | 1 | -3/+29 |
| | |||||
* | merge mdaPiano.h and mdaEPiano.h | rekado | 2013-07-27 | 1 | -0/+3 |
| | |||||
* | rename peg file to ports.peg | rekado | 2013-07-27 | 3 | -6/+6 |
| | |||||
* | generalise defines for both plugins | rekado | 2013-07-27 | 1 | -0/+6 |
| | |||||
* | add mdaEPiano presets and data files | rekado | 2013-07-27 | 39 | -0/+333 |
| | |||||
* | generalise Makefile | rekado | 2013-07-27 | 1 | -8/+15 |
| | |||||
* | move mdaPiano data and preset to own directory | rekado | 2013-07-27 | 24 | -0/+0 |
| | |||||
* | replace Event with Atom extension | rekado | 2013-07-27 | 1 | -3/+4 |
| | |||||
* | switch to LV2 Toolkit (lvtoolkit.org) | rekado | 2013-01-26 | 5 | -11/+12 |
| | | | | | lv2-c++-tools is apparently no longer maintained. lvtk is a fork of lv2-c++-tools. | ||||
* | update comments | rekado | 2013-01-26 | 1 | -1/+3 |
| | |||||
* | move keygroup loader to end of file | rekado | 2013-01-26 | 1 | -20/+20 |
| | |||||
* | trust find_free_voice to return a valid index | rekado | 2013-01-26 | 1 | -7/+3 |
| | |||||
* | define number of samples as NSAMPLES | rekado | 2013-01-25 | 3 | -4/+5 |
| | |||||
* | mark polyphony parameter as unused | rekado | 2013-01-25 | 2 | -4/+2 |
| | |||||
* | define SAMPLES_PER_NOTE | rekado | 2013-01-25 | 2 | -1/+2 |
| | |||||
* | replace note with key, remove note parameter | rekado | 2013-01-25 | 2 | -14/+14 |
| | |||||
* | only use types in declarations | rekado | 2013-01-25 | 1 | -2/+2 |
| | |||||
* | everything is public | rekado | 2013-01-25 | 1 | -4/+1 |
| | |||||
* | rearrange variables in header file | rekado | 2013-01-25 | 1 | -6/+5 |
| | |||||
* | move around headers to match epiano project | rekado | 2013-01-25 | 1 | -3/+3 |
| | |||||
* | remove unused: param array, Fs, iFs, noteOn | rekado | 2013-01-25 | 1 | -4/+0 |
| | |||||
* | change formatting to match mdaEPianoVoice.h | rekado | 2013-01-25 | 1 | -4/+4 |
| | |||||
* | update internal state on render | rekado | 2013-01-25 | 1 | -0/+1 |
| | |||||
* | move around block for easier comparison with mdaEPiano | rekado | 2013-01-25 | 2 | -22/+22 |
| | |||||
* | cosmetic changes | rekado | 2013-01-25 | 2 | -18/+15 |
| | |||||
* | do not reset voices on default case | rekado | 2013-01-25 | 1 | -1/+2 |
| | |||||
* | fix typo | rekado | 2013-01-25 | 1 | -1/+1 |
| | |||||
* | remove unneeded headers | rekado | 2013-01-25 | 1 | -3/+0 |
| | |||||
* | remove setParameter | rekado | 2013-01-25 | 2 | -13/+0 |
| | |||||
* | cut out individual samples more accurately | rekado | 2013-01-20 | 15 | -0/+48 |
| | |||||
* | set pos = 0 and get end from sample size | rekado | 2013-01-19 | 2 | -9/+11 |
| | |||||
* | load individual samples | rekado | 2013-01-19 | 3 | -14/+34 |
| | |||||
* | add split samples to bundle | rekado | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | do not hard-code pos and end | rekado | 2013-01-19 | 1 | -17/+16 |
| | |||||
* | split samples | rekado | 2013-01-19 | 16 | -0/+0 |
| | | | | Split samples.raw according to the keygroup information (pos / end). |