Fix recording not possible with MIDI keyboard in PianoRoll (#6593)
Co-authored-by: volumie <volumie@yahoo.com>
This commit is contained in:
@@ -116,7 +116,7 @@ Song::Song() :
|
||||
/* connect( &m_masterPitchModel, SIGNAL(dataChanged()),
|
||||
this, SLOT(masterPitchChanged()));*/
|
||||
|
||||
qRegisterMetaType<Note>( "Note" );
|
||||
qRegisterMetaType<lmms::Note>( "lmms::Note" );
|
||||
setType( SongContainer );
|
||||
|
||||
for (auto& scale : m_scales) {scale = std::make_shared<Scale>();}
|
||||
|
||||
Reference in New Issue
Block a user