-
Notifications
You must be signed in to change notification settings - Fork 4
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
This is great! A couple of points... #6
Comments
System: Crash log (ask if you need more details): Process: Focusrite Midi Control [31176] Date/Time: 2019-11-11 20:56:47.212 +0000 Sleep/Wake UUID: A7D69194-ACA3-4E9F-982A-F55423A8F0FE Time Awake Since Boot: 380000 seconds System Integrity Protection: disabled Crashed Thread: 5 Dispatch queue: com.apple.root.default-qos Exception Type: EXC_BAD_ACCESS (SIGSEGV) Termination Signal: Segmentation fault: 11 Thread 5 (crashed thread) Thread 5 Crashed:: Dispatch queue: com.apple.root.default-qos |
Hi @beely! I know about the crash problem, I know where it is but didn't really figure out how to fix it. It's my first project in this programming language so I'm missing something. About the thing with midi channels I wasn't aware of, it totally makes sense the way you described, I will try to implement this change ,shouldn't be a big deal. About the first issue I'll give it another shot. |
Awesome, thank you - I've got a workaround for the MIDI port thing in the meantime. Thanks again for making this! |
@beely The crashes are fixed now in the new version, it's stable and has many more features now, check it out here: https://www.raduvarga.com/software/focusrite-midi-control |
Hey - thanks for this, it's like a dream come true and super-useful!
I'm experiencing two issues with it - firstly, I get persistent crashes after some arbitrary time - if I leave it open, after say ten minutes or so, it will randomly crash. I'll sort out a crash log shortly below together with system details etc.
If I leave it running, it will always eventually crash, sometimes about 5-10 mins, sometimes up to 30 mins or more.
Secondly, if possible, a feature request. Currently the app listens to incoming MIDI on all ports. So if I learn, say CC#12 on Chan 1 to a control, the app will respond to that message regardless of the MIDI port it arrives on. I'd like the mapping to apply only to the MIDI port it was learnt from.
The reason being is that I'm controlling the app from one MIDI controller, and there is another MIDI controller on a separate port, that occasionally sends spurious MIDI values due to it's encoders being "twitchy", which resets levels randomly. It's not so easy to change the mappings here as a workaround as these controllers have all kinds of things mapped to them, although I can probably sort something out.
But that feature would be useful to me, hence the FR...
The text was updated successfully, but these errors were encountered: