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
int relativeKey = keyNum - m_parameterEditClickedNote->key();
2837
2837
2838
2838
// Set the quantization of the automation editor to match the piano roll. This is not an ideal system, but it works.
@@ -2848,13 +2848,13 @@ void PianoRoll::updateParameterEditPos(QMouseEvent* me, Note::ParameterType para
2848
2848
if (m_parameterEditDownLeft)
2849
2849
{
2850
2850
// Don't allow the user to drag the first node from the start of the note. They can drag it up and down, but if they try to move it from the first tick, apply the previous drag and start a new one to preserve the node
// Also, don't let the user drag another node onto the first node, since that creates issues with the first node changing height without the user intending it to
0 commit comments