Midi player transport hook up
-
Having trouble hooking up the midi player transport everytime i switch a preset the playbutton stops working has anybody got the play stop and rec buttons to work properly and if so how???
-
@whereami518 ok so the problem is when i compile my plugin the stop button engages and cannot be undone by pressing play or stop on interface only buy pressing play in the midi player container any solutions to this would be awesome to hear I've tried all sorts of different things and nothing has worked
-
@whereami518 If you're changing presets with the preset browser or using the
Engine.loadUserPreset()
function
it will send out a AllNotesOf message and it will stop the midi player, what you can do is to build your own system for loading presets -
@whereami518 do you have a snippet showing the issue?
-
@ulrik i don't have a snippet of the problem and the problem isn't that it stops its more that you have to get it to reinitialize only by using the midi player in the container and not the linked buttons on my interface i want the play and stop at least to work but it keeps locking up and will not play sometimes, after compiling or changing presets only sometimes on the presets but after compile everytime it stops working
-
@ulrik it can easily be recreated by adding a preset to preset browser aplay and stop button to your interface hooked up through param id and process id and a drag drop midi with a floating panel compiling it and trying to run midi through the midi player after strictly from the interface the preset browser might not even be necessary i will check that out tomorrow as its 4 am and i need sleep. It seems to be something to do with the compile button or the way the processor id was hooked to the play button it might be a bug