Skip to content
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

MIDI sync API #12

Open
diemonster opened this issue Apr 3, 2020 · 5 comments
Open

MIDI sync API #12

diemonster opened this issue Apr 3, 2020 · 5 comments

Comments

@diemonster
Copy link

@evanpurkhiser this project looks great, so psyched it exists!

Curious if you have any plans to implement MIDI sync? It seems like the basics for it are here (bpm, 'start' and 'stop' based off player status, etc). That said, I'm not familiar enough w the codebase to understand the complexities of whether that is a reasonable goal for this lib.

@brunchboy
Copy link

I do offer Midi (and Ableton Link) sync in Beat Link Trigger, powered by my Beat Link library if you can work with the JVM.

@brunchboy
Copy link

If not, though, you can certainly port those features to Go, as it’s all open source too! 😄

@diemonster
Copy link
Author

@brunchboy I'm definitely taking a look at your project as well, will give it a shot this weekend.

My personal issue is that I'm a way more proficient w Go than Java, so this project piqued my interest. But also it would be interesting to take an idea like this and target (something like) a Raspberry Pi using a headless CLI interface . Basically provide just the basics for a CDJ -> midi & CV sync box, similar to what ALMs 'Pamela's Discoteque' is/was going to be (if it ever gets released).

@brunchboy
Copy link

brunchboy commented Apr 4, 2020

My entry in the headless bridge daemon space is open-beat-control, offers command-line configuration, and a remote control interface over Open Sound Control. But Beat Link Trigger also works well with its full feature set on a recent Pi over VNC.

@IljaN
Copy link
Contributor

IljaN commented Jul 12, 2020

Started something similar, but got sidetracked :-/

This can start and stop midi-devices in sync so far.

https://github.com/IljaN/canihazmidi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants