ext clock broken #1
Comments
|
For the
Otherwise I'm looking at beatclock.lua with regards to external clock as I'm not certain it's working properly there. |
|
Also a dumb question: I am adding a bunch of debug print statements in beatclock, but none of them show up in the REPL at all. Is there something funny here because it's a "required" module? Any trick to get those prints in beatclock to work? |
|
Ok - I think I sorted out the external clock problem. (turns out my prints were not happening because There are 2 midi.connect() statements in awake. Line 80 and Line 150 As they are, they are both trying to connect to vport 1 - I think the second one is over-riding the first one. At which point If I set So... not sure if this is a larger problem - maybe needing some debug if a script tries to connect to the same midi port twice ? |
No description provided.
The text was updated successfully, but these errors were encountered: