-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Cardinal Host Time - Clock not receiving the BPM from Reaper (LV2 plugin) #109
Comments
I changed the Model in CLKD to P4 and it seemed to synch, but yet still shows 0 on the hover over the Host Time Clock port. Perhap this is by design because it sends some non descript values that ony the clock modules understand? Anyhow, I am not sure where reaper set's it's "pulses per step", but given one of the mode appears to synch eventually consistantly with changes in BPM in reaper, I'm happy to close this if not displaying the values on the port is by design. |
perhaps some docs on this will be needed. The large/long pulse is "bar", so on 4/4 it would trigger every 4 beats. Should it be renamed to "beat step" perhaps? |
Great Thanks |
Scenario:
Load cardinal Host as a module within cardinal
Load Clocked module and link cardinal host time "Clock" to Clocked modules BPM (to try and synch them)
Expected
Correct BPM should be received from Reaper (displayed when hovered over the output from TimeHost, the clock should synch with reaper)
Actual
0 is shown on the Clock and Beat Output and the "clkd" module's BPM is not synched.
Note 1: As a test, I swapped for the "Playing" to see if any comms was working and it did send 10v when reaper was playing and 0 when stopped. I also tried the other bar phrases etc. and they all changed the BPM (wildly as expecte, but it worked)
Note 2: It appears to be the Beat that takes on the actual BPM from Reaper (from some experiments) watching the flashing led on the HostTime module. What does the clock represent ?
Note 3: I tried swapping the Mode to P16/P24/CV etc. (nt that I really know the reasoning, but had lno effect to synch reaper and host (did change the values however)
The text was updated successfully, but these errors were encountered: