Sen descrición

Adam Avramov 14cbfd8423 add readme, fix error test %!s(int64=9) %!d(string=hai) anos
data 95a1fc9d83 initial support for multiple clips in one instance %!s(int64=9) %!d(string=hai) anos
misc 06587e5338 Move examples to misc/. Prepare to implement OSC. %!s(int64=10) %!d(string=hai) anos
src 14cbfd8423 add readme, fix error test %!s(int64=9) %!d(string=hai) anos
.gitignore 4c38d27304 Move cue buffer reading to separate thread. %!s(int64=10) %!d(string=hai) anos
README.md 14cbfd8423 add readme, fix error test %!s(int64=9) %!d(string=hai) anos
SConstruct c1d53e199a Add basic OSC server. Improve debugging. %!s(int64=10) %!d(string=hai) anos

README.md

Postmelodic

JACK+OSC sound player thingy with cuepoints.

Command line

  • -n set JACK client name
  • -c try to autoconnect to JACK port
  • -p set OSC control port
  • -v verbose output

OSC receive

  • /load int str
  • /play int int
  • /cue int int int
  • /stop int
  • /listen str str
  • /listen str
  • /listen

OSC send

  • /loaded str int str int int int
  • /playing str int int int
  • /stopped str int