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

tidal-listener: Add minimal install notes #895

Merged
merged 1 commit into from
Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion tidal-listener/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# tidal-listener
Experimental tidal OSC listener.

## Install

Move to the repository directory and run `cabal install`.

On Linux systems, the `tidal-listener` binary will be found inside `~/.cabal/bin/`.

## Protocol

This is a work-in-progress and the below is not yet implemented.

Basic protocol ideas (`>`, incoming message `<`, outgoing message)
Expand Down Expand Up @@ -75,4 +83,4 @@ Show length of sample -- from https://club.tidalcycles.org/t/ticking-sound-on-sp
< /samplelength/ 16
```

We probably need a way to add an identifier to incoming commands that gets added to outgoing commands, to help clients match up replies.
We probably need a way to add an identifier to incoming commands that gets added to outgoing commands, to help clients match up replies.