Nescaline and Freeboy - Better default sound (#4968)
This commit is contained in:
@@ -519,7 +519,7 @@ NesInstrument::NesInstrument( InstrumentTrack * instrumentTrack ) :
|
||||
m_ch3Volume( 15.f, 0.f, 15.f, 1.f, this, tr( "Channel 3 Volume" ) ),
|
||||
|
||||
//channel 4
|
||||
m_ch4Enabled( true, this ),
|
||||
m_ch4Enabled( false, this ),
|
||||
m_ch4Volume( 15.f, 0.f, 15.f, 1.f, this, tr( "Channel 4 Volume" ) ),
|
||||
|
||||
m_ch4EnvEnabled( false, this ),
|
||||
|
||||
@@ -104,11 +104,11 @@ papuInstrument::papuInstrument( InstrumentTrack * _instrument_track ) :
|
||||
m_ch1So1Model( true, this, tr( "Channel 1 to SO2 (Left)" ) ),
|
||||
m_ch2So1Model( true, this, tr( "Channel 2 to SO2 (Left)" ) ),
|
||||
m_ch3So1Model( true, this, tr( "Channel 3 to SO2 (Left)" ) ),
|
||||
m_ch4So1Model( true, this, tr( "Channel 4 to SO2 (Left)" ) ),
|
||||
m_ch4So1Model( false, this, tr( "Channel 4 to SO2 (Left)" ) ),
|
||||
m_ch1So2Model( true, this, tr( "Channel 1 to SO1 (Right)" ) ),
|
||||
m_ch2So2Model( true, this, tr( "Channel 2 to SO1 (Right)" ) ),
|
||||
m_ch3So2Model( true, this, tr( "Channel 3 to SO1 (Right)" ) ),
|
||||
m_ch4So2Model( true, this, tr( "Channel 4 to SO1 (Right)" ) ),
|
||||
m_ch4So2Model( false, this, tr( "Channel 4 to SO1 (Right)" ) ),
|
||||
m_trebleModel( -20.0f, -100.0f, 200.0f, 1.0f, this, tr( "Treble" ) ),
|
||||
m_bassModel( 461.0f, -1.0f, 600.0f, 1.0f, this, tr( "Bass" ) ),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user