Made it so ZynAddSubFx isn't lowpassed by default (#7381)
In this repo, the only changes made are updating the according submodule and changing the FREQ knob in ZynAddSubFx's LMMS GUI.
This commit is contained in:
@@ -108,7 +108,7 @@ ZynAddSubFxInstrument::ZynAddSubFxInstrument(
|
||||
m_plugin( nullptr ),
|
||||
m_remotePlugin( nullptr ),
|
||||
m_portamentoModel( 0, 0, 127, 1, this, tr( "Portamento" ) ),
|
||||
m_filterFreqModel( 64, 0, 127, 1, this, tr( "Filter frequency" ) ),
|
||||
m_filterFreqModel( 127, 0, 127, 1, this, tr( "Filter frequency" ) ),
|
||||
m_filterQModel( 64, 0, 127, 1, this, tr( "Filter resonance" ) ),
|
||||
m_bandwidthModel( 64, 0, 127, 1, this, tr( "Bandwidth" ) ),
|
||||
m_fmGainModel( 127, 0, 127, 1, this, tr( "FM gain" ) ),
|
||||
|
||||
Submodule plugins/ZynAddSubFx/zynaddsubfx updated: aac04bc55c...9499523f70
Reference in New Issue
Block a user