Fixed mistakes made by sed-mass-replaces
Some variables got renamed the way the shouldn't. Doesn't have any functional impact but fix it for the sake of cosmetics.
This commit is contained in:
@@ -132,7 +132,7 @@ public:
|
||||
// returns instrument-track this note-play-handle plays
|
||||
inline InstrumentTrack * instrumentTrack()
|
||||
{
|
||||
return m_InstrumentTrack;
|
||||
return m_instrumentTrack;
|
||||
}
|
||||
|
||||
// returns whether note is a base-note, e.g. is not part of an arpeggio
|
||||
@@ -223,7 +223,7 @@ private:
|
||||
} ;
|
||||
|
||||
|
||||
InstrumentTrack * m_InstrumentTrack; // needed for calling
|
||||
InstrumentTrack * m_instrumentTrack; // needed for calling
|
||||
// InstrumentTrack::playNote
|
||||
f_cnt_t m_frames; // total frames to play
|
||||
f_cnt_t m_totalFramesPlayed; // total frame-counter - used for
|
||||
|
||||
Reference in New Issue
Block a user