-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature Request - Poll Get Edit Buffer #55
Comments
Great to hear, that you find this app useful! This is an interesting idea. My only concern is that this may interfere with the internal workings of the POD. I.e. if an edit buffer request comes from the PC and at the same time comes another MIDI command (at the same time, or during the period however long it takes the POD to process this), this may make POD do weird stuff. I think I observed something similar when working on POD 2.0 support initially. PODXT may fare better with this. Worth a try, either way. Another thought is -- we can add a "MIDI pass-through" mode. Your MIDI devices are daisy-chained and nether the PC nor the POD send the MIDI commands received on the MIDI IN port out to the MIDI OUT port. This is understandable, the POD is expecting to be the only device that is being controlled by MIDI commands.
This way the CC commands sent by the MPK would control When you say, "the new UI", do you mean the default GTK theme? It is a bit more spacious than the theme that the release build of |
I think the idea of a midi pass-through is a much more elegant solution. In my setup (W10) have the POD 2.0 connected to a Focusrite Scarlet 3rdGen. The Pod-ui input and output is set the use the Focusrite Midi ports. In order to get the MPK mini midi signal sent to the POD (via the Focusrite) I have to use a Midi Router (TXL20) I just route the MPK mini Out to the Focusrite IN. I don't route anything back to the MPK mini (it seems to ignore the POD anyway and its not an issue for me) Re the "the new UI", I think I am looking at the default theme :). The theme in the release is just fine and I'm not sure the added complexity of giving us a choice is worth it. (the more we have the more we ask for!). |
Can you also route MPK mini Out to pod-ui midi in? Due to the design limitations, pod-ui will only create midi in/out ports not on app start-up, but when the app connects to the POD. Once it does, you can try routing MPK mini Out to both Focusrute IN and Pod-ui midi in... |
Ok, so you're only able to route signals to physical ports. The pass-through functionality wouldn't help in this case. Let me think of something... |
I'm not sure why I don't see the pod-ui ports on the TXL20 Router. I can see loopMidi ports which I think are software ports. It feels like progress and I'll try a few different setups and keep you posted. |
I was wondering why I could not get this working using loopMidi and the TXL20 Router before I raised this feature request and I think it was because pod-ui displays midi port names a bit strangely and I got a bit confused with my inputs and outputs. I've attached a screen print showing the pod-ui Settings Box with the MIDI output dropdown showing. Please note I'm not writing all of this because I am unhappy with the application. It is really useful and I have been able to work around this issues. I just wanted you to have these details for your information. |
I really appreciate the feedback, especially from Windows, which I do not use myself. |
It's interesting that pod-ui can get the input port names OK but can't resolve the output port names in the same way. I saw some comments about the winrt API whiche may be relevant. I could try the other Windows release build? I'll do that anyway:) I tried to find the port names using windows Device Manager but they don't show up correctly either. I found this. But I think it only looks for Outputs. (It's in the name SendMIDI |
gbeven has produced a receivemidi.exe as well as the above |
I tried the pod-ui-v1.4.0-win64 build which uses the other WinMM API and the port select in settings works ok. |
This is a very nice application and I use it with a POD 2.0 which I control at the same time using an MPK Mini mk2 controller. (on Windows 10)
I would like to have the POD UI automatically poll the Get Edit Buffer function (once per second or something) so that I can see the changes I am making via the MPK Mini shown in the POD UI.
I know I can use the mouse and the POD UI as intended to do this but it is nice to be able to tweak the effects using physical knobs on the MPK. I also use pads on the MPK to switch Reverb etc off and on.
I did download the code and build it using the instructions and I see the new UI is nicer. Adding this feature myself is beyond me (I am a brute force and plenty of ignorance coder) and I thought others may find the suggested feature useful.
Thanks again for all your hard work it is much appreciated.
The text was updated successfully, but these errors were encountered: