You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe that the timeline moves but notes are not recorded
Expected behavior
Should be able to record via Midi Keyboard.
Actual behavior
Not Able to record via Midi Keyboard
Affected LMMS versions
Only Checked on Version: 1.3.0-alpha.1.239+gff5f092a6
Should Affect all the Versions after #6174
Logs
As these logs suggest the callback event for recording with MidiKeyboard is not registered, because of these warning:
Click to expand
QObject::connect: Cannot queue arguments of type 'lmms::Note'
(Make sure 'lmms::Note' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'lmms::Note'
(Make sure 'lmms::Note' is registered using qRegisterMetaType().)
The text was updated successfully, but these errors were encountered:
Looks like under Win11 as well. alpha 1.237/239.
When I press the keyboard, it senses the key pressed and updates the piano's green color highlighter.
But slider keeps moving ahead, without picking up the note pressed.
noteEnd() triggered without a corresponding activate()!
QObject::connect: Cannot queue arguments of type 'lmms::Note'
(Make sure 'lmms::Note' is registered using qRegisterMetaType().)
QObject::connect: Cannot queue arguments of type 'lmms::Note'
(Make sure 'lmms::Note' is registered using qRegisterMetaType().)
Bug Summary
Impossible to record notes in PianoRoll when using a Midi Keyboard.
But KBAM inputs works alright.
System: Ubuntu 20.04.3 LTS
Version: 1.3.0-alpha.1.239+gff5f092a6
Steps to reproduce
Expected behavior
Should be able to record via Midi Keyboard.
Actual behavior
Not Able to record via Midi Keyboard
Affected LMMS versions
Only Checked on Version: 1.3.0-alpha.1.239+gff5f092a6
Should Affect all the Versions after #6174
Logs
As these logs suggest the callback event for recording with MidiKeyboard is not registered, because of these warning:
Click to expand
The text was updated successfully, but these errors were encountered: