-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further SampleEditor tweaks #1304
Comments
Hum, I'm afraid this one was my fault ..
Same here, the call to setClean() was misplaced in the SampleEditor's setup.
This is fixed with my PR.
Also done in #1314, |
Nice! I will have a look tomorrow. |
charbeljc
added a commit
to charbeljc/hydrogen
that referenced
this issue
Jul 6, 2021
charbeljc
added a commit
to charbeljc/hydrogen
that referenced
this issue
Jul 7, 2021
charbeljc
added a commit
to charbeljc/hydrogen
that referenced
this issue
Jul 7, 2021
charbeljc
added a commit
to charbeljc/hydrogen
that referenced
this issue
Jul 15, 2021
charbeljc
added a commit
to charbeljc/hydrogen
that referenced
this issue
Jul 15, 2021
charbeljc
added a commit
to charbeljc/hydrogen
that referenced
this issue
Jul 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SampleEditor
-> enter a large value in the spinbox of the "Start" and press enter -> both the values in the spinboxes of "Start" and "Loop" get updated but only the "S" line gets moved in the wave display while "L" remains at zero.SampleEditor
-> change something and hit the "Close" button -> a dialog "Unsave changes..." will pop up and the user has to consent to discard the changes -> clicking "Ok" and reopen theSampleEditor
by clicking "Edit Layer" again -> the same popup shows up again. I think the second one is a dud.SampleEditor
the value of theEndFrameSpinBox
looks perfectly fine. But as soon as the mouse pointer enters theMainSampleWaveDisplay
it is reset to 0 bySampleEditor::getAllFrameInfos()
what causes some other oddities. The slider, however, stays at it's correct position. This also caused sample editor : end marker jumps to start marker position #811.DetailWaveDisplay
. It would be nice to update theDetailWaveDisplay
as soon as the spinboxes have focus and make the first change affect the value as well.SampleEditor
playback is still rolling but can not be started/stopped till the dialog is closed again. That's not good. Either it is a proper modal and transport stops or no modal and transport keeps rolling.The text was updated successfully, but these errors were encountered: