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

Implement a multi-purpose MIDI server #12

Open
11 tasks
oubiwann opened this issue Aug 8, 2021 · 0 comments
Open
11 tasks

Implement a multi-purpose MIDI server #12

oubiwann opened this issue Aug 8, 2021 · 0 comments
Milestone

Comments

@oubiwann
Copy link
Contributor

oubiwann commented Aug 8, 2021

Set up goroutines for Player, Listener, and Beatkeeper.

Tasks:

  • Player: Implement design for async MIDI writer #2
  • Listener: create a cancelable Goroutine that ...
    • listens for MIDI messages from devices
    • translates them to LFE/Erlang midilib messages
    • encodes them and writes them to the LFE/Erlang Port
  • Beatkeeper: create a cancelable Goroutine that ...
    • listens for MIDI beat clock messages
    • ???
  • Timekeeper: create a cancelable Goroutine that ...
    • regularly listens for SMPTE messages in support of MIDI time code syncing with, e.g., a DAW
    • ???
@oubiwann oubiwann added this to the 0.2.0 milestone Aug 8, 2021
@oubiwann oubiwann modified the milestones: 0.2.0, 0.3.0 Dec 19, 2021
@oubiwann oubiwann modified the milestones: 0.3.0, Backlog Nov 21, 2022
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

1 participant