Tidak Ada Deskripsi

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

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