Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move around block for easier comparison with mdaEPiano | rekado | 2013-01-25 | 1 | -9/+10 |
| | |||||
* | cosmetic changes | rekado | 2013-01-25 | 1 | -6/+4 |
| | |||||
* | 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 | 1 | -12/+0 |
| | |||||
* | load individual samples | rekado | 2013-01-19 | 1 | -9/+22 |
| | |||||
* | do not hard-code pos and end | rekado | 2013-01-19 | 1 | -17/+16 |
| | |||||
* | connect audio outputs | rekado | 2013-01-16 | 1 | -0/+1 |
| | |||||
* | update voice on initialisation | rekado | 2013-01-16 | 1 | -1/+0 |
| | |||||
* | wrap conditional block in curly braces | rekado | 2013-01-16 | 1 | -1/+2 |
| | |||||
* | remove EVENT* defines | rekado | 2013-01-16 | 1 | -1/+0 |
| | |||||
* | register plugin URI | rekado | 2013-01-16 | 1 | -0/+2 |
| | |||||
* | remove activevoices and voices loop | rekado | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | move cmax constant to where it is used | rekado | 2013-01-16 | 1 | -2/+0 |
| | |||||
* | dampen/undampen notes on pedal | rekado | 2013-01-14 | 1 | -4/+7 |
| | |||||
* | handle note off event | rekado | 2013-01-14 | 1 | -2/+6 |
| | |||||
* | handle note on event | rekado | 2013-01-14 | 1 | -3/+7 |
| | |||||
* | find next free voice | rekado | 2013-01-14 | 1 | -0/+24 |
| | |||||
* | move voice parameters to mdaPianoVoice | rekado | 2013-01-14 | 1 | -2/+1 |
| | |||||
* | implement muffling setter | rekado | 2013-01-14 | 1 | -2/+7 |
| | |||||
* | implement volume setter | rekado | 2013-01-14 | 1 | -1/+8 |
| | |||||
* | replace setParameter | rekado | 2013-01-14 | 1 | -2/+7 |
| | |||||
* | include C standard lib | rekado | 2013-01-14 | 1 | -0/+1 |
| | |||||
* | move `update` to voices and call from synth | rekado | 2013-01-14 | 1 | -20/+5 |
| | |||||
* | rewrite `processEvents` as `handle_midi` | rekado | 2013-01-14 | 1 | -64/+55 |
| | |||||
* | remove `resume` function | rekado | 2013-01-14 | 1 | -9/+0 |
| | |||||
* | remove call to `suspend` | rekado | 2013-01-14 | 1 | -1/+0 |
| | |||||
* | move `process` to voice | rekado | 2013-01-14 | 1 | -86/+0 |
| | |||||
* | remove processReplacing | rekado | 2013-01-14 | 1 | -57/+14 |
| | | | | | `processReplacing` is almost the same as `process`. The differences are now in `process`, but commented until further review. | ||||
* | implement note reset | rekado | 2013-01-14 | 1 | -6/+7 |
| | |||||
* | create mdaPianoVoice objects | rekado | 2013-01-14 | 1 | -0/+5 |
| | |||||
* | move mdaPiano::noteOn to mdaPianoVoice::on | rekado | 2013-01-14 | 1 | -74/+0 |
| | |||||
* | move destructor into header, declare load_* functions | rekado | 2013-01-14 | 1 | -7/+0 |
| | |||||
* | rename LV2::Synth parameters | rekado | 2013-01-14 | 1 | -2/+2 |
| | |||||
* | remove program change handler | rekado | 2013-01-14 | 1 | -4/+0 |
| | |||||
* | move shared definitions into mdaPianoCommon | rekado | 2013-01-14 | 1 | -0/+1 |
| | |||||
* | begin moving voice-related stuff to mdaPianoVoice | rekado | 2013-01-14 | 1 | -40/+1 |
| | |||||
* | replace VstInt32 with uint32_t | rekado | 2013-01-14 | 1 | -23/+23 |
| | |||||
* | move keymap initialisation to separate function | rekado | 2013-01-14 | 1 | -17/+23 |
| | |||||
* | instantiate LV2::Synth, not AudioEffectX | rekado | 2013-01-14 | 1 | -9/+2 |
| | |||||
* | remove more unneeded VST functions | rekado | 2013-01-14 | 1 | -101/+0 |
| | |||||
* | load samples from file | rekado | 2013-01-13 | 1 | -3/+41 |
| | |||||
* | Convert pianoData array to raw audio file | rekado | 2013-01-13 | 1 | -1/+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. | ||||
* | remove VST functions | rekado | 2013-01-13 | 1 | -56/+0 |
| | |||||
* | update copyright header | rekado | 2013-01-13 | 1 | -6/+14 |
| | |||||
* | consistent use of two space indentation | rekado | 2013-01-12 | 1 | -63/+63 |
| | |||||
* | break out presets into ttl files | rekado | 2013-01-12 | 1 | -8/+1 |
| | |||||
* | add original mdaPiano files by Paul Kellett | rekado | 2013-01-12 | 1 | -0/+580 |