mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-06 15:18:09 -05:00
clang-tidy: Apply modernize-loop-convert everywhere (#6481)
Co-authored-by: allejok96 <allejok96@gmail.com> Co-authored-by: Dominic Clark <mrdomclark@gmail.com>
This commit is contained in:
@@ -67,11 +67,6 @@ Piano::Piano( InstrumentTrack* track ) :
|
||||
m_instrumentTrack( track ),
|
||||
m_midiEvProc( track ) /*!< the InstrumentTrack Model */
|
||||
{
|
||||
for( int i = 0; i < NumKeys; ++i )
|
||||
{
|
||||
m_pressedKeys[i] = false;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*! \brief Turn a key on or off
|
||||
|
||||
Reference in New Issue
Block a user