@d-healey Thanks! Everything's working as expected now!
S
Latest posts made by Similija
-
RE: Connecting sliderpack on Interface script with different midiProcessor
-
RE: Connecting sliderpack on Interface script with different midiProcessor
@d-healey Thanks for pointing out the register-function. Two things I notice:
- When I try to do that and even in your example, the interface sliderpack somehow ends up with a huge number of sliders, ignoring the sliderAmount-property.
- My sliderpack only can connect to a processor ID, not a parameter. So what happens when I register two sliderpacks?
-
Connecting sliderpack on Interface script with different midiProcessor
I'm trying to create a simple sequencer where I can set the velocity per step with a sliderpack. I just can't find a way to connect it to the midiProcessor, that handles all the NoteOn/Off and Timer stuff. All I needed to do is to get the slider values to that midiProcessor. Any help is appreciated!