Page 1 of 1

Start a video after a midi note stops playing

Posted: Fri Feb 23, 2024 3:20 pm
by Gtr
Hello everyone, I'm new here and just started with MMV last week.

I tried to search for more info on expression methods available but couldn't seem to find anything specific to my scenario. Maybe I'm not using the correct search phrase :?

Regardless, the method I'm trying to accomplish is this:
1. When a midi note is played = Video 1 starts playback. (this is working)
2. When that same midi note is released = Video 1 stops (this is working) && Video 2 starts playback (not sure how to do this part?)

I'm using "if(x!=xp,1,0)" on video 2 currently, and it seems to work, however its starting video 2 at both states, note start and note end.

Thanks in advance for any help.

Re: Start a video after a midi note stops playing

Posted: Fri Feb 23, 2024 3:48 pm
by Gtr
So I kept digging on the forum here and found some posts about toggles.

I may have figured it out, this seems to work on Video 2:

Expression: if(x!=xp,1,0)
Trigger: 0.6
Wrap: 2.0

Figured I'd leave that for the next guy or incase there's a better solution that anyone has to add.

Thanks