-
Notifications
You must be signed in to change notification settings - Fork 65
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
Sequencer input issue #26
Comments
On further testing, i got it working (don't know exactly how) on Unity editor and standalone build using both Ableton Live and OP-Z to send the midi clock, but as soon as we get the videopak in OP-Z app, there is no reaction any longer. |
I'm currently running in to this same issue with the videopak 1.1.3-beta in unity 2018.4.29 it seems the step value isn't updated at all. Start and Stop events work like a charm. There is normal MIDI input because Note on/off messages work without issue. Connected over USB on a Mac to the OP-Z app with the Unity 2018.4.29 build. |
#20 seems to be related |
Also seeing the same issue mentioned with videopak 1.1.3-beta, Unity 2018.4.29. |
I've been trying to drive an animation through the step of the sequencer, following exactly the setup described in the wiki, and i don't have any success at all.
I also tried to debug on screen on a Text element the value of the Accumulator, but the string value remains unmodified, as if nothing came out of the accumulator at all.
My setup as said, is identical to the one showed here (at least for what i can see). https://github.com/teenageengineering/videolab/wiki/animation
We're testing through USB so it's not related to the bluetooth issue. We did check through a midi monitor and the clock seems to be sent normally. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: