reverted previous change of some models from floatModel to intModel as it caused crashes in knob-class
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1384 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -180,9 +180,9 @@ private:
|
||||
QList<notePlayHandle *> m_processHandles;
|
||||
|
||||
|
||||
intModel m_volumeModel;
|
||||
intModel m_panningModel;
|
||||
intModel m_pitchModel;
|
||||
floatModel m_volumeModel;
|
||||
floatModel m_panningModel;
|
||||
floatModel m_pitchModel;
|
||||
intModel m_effectChannelModel;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user