index
:
software/lv2-mdametapiano
master
Ports of the mdaEPiano and mdaPiano plugins for the LV2 plugin framework
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mdaPianoVoice.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
mark polyphony parameter as unused
rekado
2013-01-25
1
-3
/
+1
*
define SAMPLES_PER_NOTE
rekado
2013-01-25
1
-1
/
+1
*
replace note with key, remove note parameter
rekado
2013-01-25
1
-13
/
+14
*
update internal state on render
rekado
2013-01-25
1
-0
/
+1
*
move around block for easier comparison with mdaEPiano
rekado
2013-01-25
1
-13
/
+12
*
cosmetic changes
rekado
2013-01-25
1
-12
/
+11
*
set pos = 0 and get end from sample size
rekado
2013-01-19
1
-7
/
+8
*
remove commented code
rekado
2013-01-18
1
-25
/
+0
*
remove commented code
rekado
2013-01-18
1
-21
/
+1
*
update parameters on note on
...
rekado
2013-01-16
1
-0
/
+1
*
set m_key to INVALID_KEY when silent
rekado
2013-01-16
1
-0
/
+5
*
replace note with m_key
rekado
2013-01-16
1
-3
/
+3
*
update voice on initialisation
rekado
2013-01-16
1
-0
/
+1
*
do not render voice if no key has been pressed
rekado
2013-01-16
1
-0
/
+5
*
statically declare comb array
rekado
2013-01-16
1
-1
/
+0
*
remove activevoices and voices loop
rekado
2013-01-16
1
-36
/
+29
*
move cmax constant to where it is used
rekado
2013-01-16
1
-1
/
+1
*
remove pointer indirection
rekado
2013-01-16
1
-20
/
+17
*
convert process into render
rekado
2013-01-16
1
-74
/
+58
*
replace programs[curProgram] with direct parameter lookups
rekado
2013-01-16
1
-5
/
+3
*
replace param[n] with calls to p_helper
rekado
2013-01-16
1
-13
/
+11
*
remove voice[vl] from `mdaPianoVoice::on`
rekado
2013-01-16
1
-16
/
+15
*
fix: key -> note
rekado
2013-01-16
1
-1
/
+1
*
implement key release handler
rekado
2013-01-14
1
-6
/
+20
*
move voice parameters to mdaPianoVoice
rekado
2013-01-14
1
-0
/
+2
*
store key in m_key; implement get_key
rekado
2013-01-14
1
-0
/
+4
*
add type and declaration of `on`
rekado
2013-01-14
1
-1
/
+1
*
move `update` to voices and call from synth
rekado
2013-01-14
1
-0
/
+23
*
move `process` to voice
rekado
2013-01-14
1
-0
/
+86
*
implement note reset
rekado
2013-01-14
1
-0
/
+1
*
move mdaPiano::noteOn to mdaPianoVoice::on
rekado
2013-01-14
1
-0
/
+79
*
begin moving voice-related stuff to mdaPianoVoice
rekado
2013-01-14
1
-0
/
+41