Skip to content
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

Split MIDI clip doesn't work #400

Closed
danboid opened this issue Jun 15, 2023 · 5 comments
Closed

Split MIDI clip doesn't work #400

danboid opened this issue Jun 15, 2023 · 5 comments

Comments

@danboid
Copy link

danboid commented Jun 15, 2023

I am running qtractor 0.9.31 under Debian testing amd64.

If I import the attached MIDI file into qtractor, position the playhead at the start of bar 2, click on the first MIDI clip to select it then right click the clip and select Split the selected MIDI clip (in channel 1) does not get split.

main-theme.mid.zip

@rncbc
Copy link
Owner

rncbc commented Jun 15, 2023

hi, maybe you confused the two Split actions available:

  1. Edit > Split - this will split clips at the selection (blue shaded) boundaries; if you select the whole clip it won't do nothing much or anything at all (I believe this is your case);
  2. Clip > Split - this will split clips at the playhead location; on the current highlighted track.

that's all.

@danboid
Copy link
Author

danboid commented Jun 15, 2023

You are correct Master Rui!

So, you say Edit -> Split should "split clips at the selection (blue shaded) boundaries" yet if I define the blue shaded boundaries and choose Edit -> Split on a MIDI clip nothing happens. Shouldn't this spit be removed, greyed out or fixed then if its actually only the other Clip -> Split that works (on MIDI clips)?

@rncbc
Copy link
Owner

rncbc commented Jun 15, 2023

the split operations are the same for both audio and MIDI clips

if the selection boundaries match any of theclip edges, the split is simply no-op at that boundary, of course.

@danboid
Copy link
Author

danboid commented Jun 15, 2023

"if the selection boundaries match any of theclip edges, the split is simply no-op at that boundary, of course."

Of course? Why not? In my case I wanted to delete the first bar of a clip so the first boundary is at the start of the clip and the track. Why should this not work / be considered a "no-op"?

@rncbc
Copy link
Owner

rncbc commented Jun 15, 2023

because you'll have a hard time splitting a clip in it's very beginning (or ending).. you can only split a clip (or anything for that matter) if the split points are inside or between its edges.

@danboid danboid closed this as completed Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants