Remove 4x in volume calculation
remove old PVolume
Transmit Part peaks in stereo instead of mono
Reverse master and part metering.
maybe could have been a bug?
Cleanup volume parameter callback code.
Global volume to dB float Pt II: cleanup; had replaced /volume::i with
voice volume from 1-127 to dB
Remove application of master volume to part VU meters
Fix master volume zipper.
Revert "update after Pfreq => freq"
voice volume from 1-127 to dB
replace global volume 0-127 with float dB
Check for old lfo freq and convert to new Hz range
remove old PVolume
update lfo frequency values to new Hz range
Remove debug printf statements
update after Pfreq => freq
Pfreq => freq
LFO delay to float seconds
Part volume to float dB
extend range of master volume
Might be correct, but need to test.
adparglobal volume to dB
Fix gui failing to update on instrament load
FMVolume -> PFMVolume
Revert "overzealous renaming"
Fix ADnote legato pop.
Revert "FMVolume -> PFMVolume"
overzealous renaming
new test results after legato changes.
fix legato pops due to random panning
fix pop in legato notes
Now interpolate global amplitude
fixed firsttime error for legato notes
All three synths had the same logic error preventing amplitude interpolation on aftertouch. In addition I found several problems in each of the three synths. ADnote had a logic problem wherein panning to the far left value would cause the use of a random panning instead. Not sure why, but the change to the random panning seems to cause a pop. I need some advice on whether the thing the logic was trying to do is still something we need. I fixed it by commenting out some code causing the randomness...
All three synths had the same logic error preventing amplitude interpolation on aftertouch. In addition I found several problems in each of the three synths. ADnote had a logic problem wherein panning to the far left value would cause the use of a random panning instead. Not sure why, but the change to the random panning seems to cause a pop. I need some advice on whether the thing the logic was trying to do is still something we need. I fixed it by commenting out some code causing the randomness...
All three synths had the same logic error preventing amplitude interpolation on aftertouch. In addition I found several problems in each of the three synths. ADnote had a logic problem wherein panning to the far left value would cause the use of a random panning instead. Not sure why, but the change to the random panning seems to cause a pop. I need some advice on whether the thing the logic was trying to do is still something we need. I fixed it by commenting out some code causing the randomness...
Added a new type of parameter interpolation
Signal the spawned Zyn-Fusion process to terminate.
Rebrand "morph" modulation to "mix" modulation
Make envelope watchpoints output correct values.
Rolling back a bug in last commit.
Make plugin respond to midi program change