-
Notifications
You must be signed in to change notification settings - Fork 691
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
Add option to set note range in MIDI editor to one note. #553
base: master
Are you sure you want to change the base?
Conversation
@akimaze, how does that differ from I did notice though that Also, just in case (since your screenshot does not show it), I would like to mention the existence P.S: I'm just an Ardour enthusiast without merging rights. Paul and/or Robin feedback is what really matters. |
@ngeiswei I think
I saw the Percusive view but I think the notes are cut off in this mode (they last very short). I don't know maybe this is a bug or I don't know something about Ardour. So I go back to normal mode and made notes longer. |
It is. the minimum range of the scroomer (when manually zooming) is one octave, to provide context. At least one "C" with an octave label is always visible. ardour/gtk2_ardour/midi_scroomer.cc Lines 38 to 39 in 40fd205
Then, when the piano-header is displayed, there is an additional constraint that can lead to additional notes: ardour/gtk2_ardour/midi_streamview.cc Lines 396 to 404 in 40fd205
This patch changes In any case it would be nice to show the note-name. Also related to #477 and https://github.com/alcomposer/ardour/tree/p_roll_test_midnam |
If min range is intentional, then I can see the utility of such menu item. It would probably entail to set a max size of the diamond in percussive mode, cause otherwise, when the track is large (and even when it's minimized), diamonds start to overlap too much. |
@x42 Oh, I missed that division, I think in that case range should be set to 1. I will fix that. Also I try add note name. @ngeiswei My intention was to simulate the LMMS Beat Editor: I think that with this option (one note range in MIDI editor) Ardor is even more useful because you can easily humanize/swing notes without loosing fast "pattern-like editing" (In LMMS you need to open track in midi editor and when you change note position it disappear from beat editor). Percussive mode not working for me. For example when I get "Kick" preset from ZynAddSubFX (lv2) it's played too short, is this working for you when you set crystal notes? Should I configure something? |
I like the simplicity of this! As opposed to other in this direction, this is nice and clean. Then again, I also think this needs a more general solution. e.g. for a hi-hat track you may want to show 3 notes. I also think it's a very poor replacement for LMMS Beat Editor. Have a look at origin/beatbox3 branch. That's work-in progress to add a MIDI-region editor/creator in the likes of FL and Numerology. Perhaps @pauldavisthefirst can elaborate. |
I like the general idea quite a lot, but haven't had a chance to test it out yet. the newbbgui branch is the one most related to what x42 mentioned above (the beat editor), but it's not currently in a state where trying it out will reveal anything (the engine part is there, but the GUI is not) |
I added note name since the area is small I had to make it vertically (A#3 is too long):
This solution is really only a stronger zoom and does not undermine the sense of introducing more advanced solutions, but I think that in many cases it will be sufficient/helpful. Not only with drums but also in any other situation where we only use one midi note.
Do you have any links? Can't find anything.
I compiled that, very helpful I can't wait when will be merged :)
I think it fits well with the philosophy of working in MIDI at Ardor :) I'm the one who likes integrated MIDI editor (although I didn't like it at first, I had to work few hours to start liking it). And this option is a good complement to this idea.
I was looking for this branch @x42 @pauldavisthefirst I worked hard on this today, because I am leaving tomorrow and will be available after 11 August 2020. So if any changes will be needed, feel free to make them or wait for me to come back. Sorry for bad English. |
…() to choose note name color.
Hi!
That tiny change makes working with MIDI percussion tracks a lot more convenient. It allows you to use the midi editor as a simple pattern editor by simply set note range to one note:
Useful for kick, snare, hihat etc. Allows faster editing and saves screen space.