Skip to content

Commit

Permalink
Fix recording not possible with MIDI keyboard in PianoRoll (#6593)
Browse files Browse the repository at this point in the history
Co-authored-by: volumie <volumie@yahoo.com>
  • Loading branch information
localhost-127 and Volumie authored Jan 1, 2023
1 parent a876cf9 commit 2f28c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>();}
Expand Down

0 comments on commit 2f28c2b

Please sign in to comment.