-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
(Enhancement) Record pitch/mod wheel WHILE recording keyboard playing #702
Comments
#682 |
Already possible. There's no limitation to when you can record automation, you can record notes and automations simultaneously or separately, any way you choose. The pitch wheel in LMMS is always connected to the pitch-knob in the instrument window, so you just need to connect that to an automation track and set that to record, and you're all set. Closing this as already implemented. |
Hi, Sorry if I'm not doing this correctly but, can this be reopened? Mod wheel movements can not be recorded and played back in Vestige. Thanks! |
@davetbass2 is there a chance there is overlap with #1472? |
Hi tresf thanks! I think the mod wheel issue itself might have gotten a little lost, I looked through all the numbers under: Right now we can only use pitch bend, exept for the very rare case where the VST has a "mod wheel" knob in the wrench section. Thanks alot for all your help, this one addition would be a huge leap in usefulness |
@davetbass2 is the mod wheel movement not part of the missing MIDI messages? I guess what I'm asking is, is the mod wheel a standard MIDI feature that works fine on other plugins but is simply missing from the VST plugin? |
Hi thanks again for quick response! because I don't know enough about MIDI, I'll try to explain what I'm trying to do, and hopefully there is a easy MIDI answer The mod wheel works when I'm playing the synth, but the mod wheel movements can't be recorded and played back using the automation tracks The pitch bend can be recorded and played back using the automation tracks, by dragging the pitch knob on the front of Vestige into the automation track, enabling record. Hope that helps, thanks! |
@davetbass2 I think that is the problem... the MOD wheel is expected to have a knob in order to be recordable and if the plugin doesn't offer it, we can't automate it. So it sounds like MOD should be visible regardless of whether or not the plugin offers it, which I think is part of LMMS having better support for capturing all MIDI messages. (@Reaper10 has mentioned this in MOD wheel specifically in many bug reports). @softrabbit @curlymorphic do you have any feedback on this conversation? I'm trying to find out whether or not this should be tracked as a separate issue from the overall MIDI improvements.... |
Thanks, I think you have stated the answer clearly when you said: Thanks again! |
@davetbass2 right, I guess I just don't know if the placeholder bug report covers that with the blanket "all midi messages" statement or if perhaps this is important enough to just tackle on its own. Thanks for the feedback. |
Agreed, and sustain and expresion. I am not sure if our internal synths support these features? But this is a must for plugins. maybe this crosses over with #1965 |
Awesome, thanks again guys looking forward to it, Is there anyway I could help? I'm not a programmer, but I have done some bug reporting and testing in my real job (accounting) |
Often 50% legwork for a bug can be the research. If you can get the technical details on the mod wheel stuff and help find a good place in the GUI for it, you might get someone with the technical skills to hack it in. |
Thanks, it works for every VSTi and is linked to the Pitch Wheel of my controller, however I have found out that the Pitch Wheel is a dedicated MIDI controller and doesn't have a MIDI CC number A MOD knob could be added next to the PITCH knob on the GUI and linked to MIDI CC 1? Sorry, this is probably obvious and not helpful, do we know who created VeSTige? Thanks! |
According to the Vestige.cpp source, it was Tobias Doerffel (he goes by tobydox on Github). |
Cool thanks! I didn't realize that was there, i guess I could buy "Learn C++ in 24 hours" and do it myself haha |
@tobydox, Hi, sorry if this is not the best way to ask you this, but if I understand it you wrote Vestige? Is the suggested enhancement (adding a Mod Wheel knob to the front of Vestige to enable recording and playback of mod wheel movements for all VSTis) something that would be fairly straightforward, if it was modeled after the way the PITCH knob on Vestige works? Thanks! |
Sorry, I might be missing something obvious, but over at the KVR forum the guy who made the PG8X "Any host which can record MIDI should be able to record the Mod Wheel." So am I just missing something really obvious? again, all I'm trying to do is play a synth line with pitch and mod wheel movements, and then when the song is played back the pitch and mod wheel movements are still there. Thanks, sorry if this was a wild goose chase |
Does that mean that if you implement MIDI record you automatically achieve functionality to record mod wheel, or is it a statement that he thinks all software should have both... |
Right, I think this is the exact issue, better explained in #1159
Well, I think it is obvious by the vast number of bug reports that we have some area to improve here. 👍 Thanks for taking the time to explain. Since we have this on our radar including most of the technical details, it is just a matter of getting someone to help code it in. It's on the list. 👍 -Tres |
Sounds good man, again, me and alot of people really appreciate the time you guys put into make this work, and hopefully by bugging you guys I'm doing my part haha! I noticed MIDI pitch bend support is up there, but as far as recording pitch bend movements, we can do that now by dragging PITCH from vestige into an automation track and enabling record Could a shot term fix be adding MODWHEEL knob next to PITCH on Vestige, with similar C++ wizardry behind it? (I knew I should have stuck with C in college, 2 semesters ain't enough haha) |
I searched with no results, so forgive me if this has been brought up. I also didn't see it on the roadmap.
I'm aware that automation recording has now been implemented and will be in v1.1 .. and that is AWESOME!!
Now I'm wondering two things:
As per the thread title. .. I feel this is pretty important, since the pitch/mod wheel are intimately related to the actual at-keyboard performance. I'm talking about recording these along with the keyboard in the piano roll here. The piano roll already records velocity I see, so I'm hoping that adding these two in as well won't be that difficult.
Regarding automation recording. Will this be just one knob/slider at a time, or will we be able to record any arbitrary number of knobs/sliders/controls at once? Recording any arbitrary number would be awesome-sauce and ever so useful. .. Take the simple and common following useage: Controlling cutoff and resonance at the same time. Since these two controls are almost always used together, it would be most efficient and useful if both could be simultaneously recorded .. rather than recording one, then going back over the track to record the other (repeat for however many controls the user wants automated for any given instrument) ... that can rapidly become tedious, and thus can cause the performance to lose enthusiasm and coherence.
That's all from me for now.
Thanks for LMMS. I'm really loving it. With a few feature upgrades it can truly be a professional-level tool. =D
The text was updated successfully, but these errors were encountered: