mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-13 11:20:00 +01:00
42 lines
892 B
Plaintext
42 lines
892 B
Plaintext
sendVIMS - very simple VeeJay client for pure data
|
|
(C) 2002-2004 Niels Elburg <elburg@hio.hen.nl>
|
|
(C) 2004 Tom Schouten <doelie@zzz.kotnet.org>
|
|
|
|
This is free software covered under the terms of the
|
|
GNU GPL. See the file COPYING for details.
|
|
|
|
requirements:
|
|
veejay-1.5.50
|
|
|
|
pre build (optional):
|
|
copy the vims.h file from veejay-current/veejay-server/veejay/vims.h
|
|
The vims.h is taken from veejay 1.5.50
|
|
|
|
perl parse-vims.pl vims.h
|
|
|
|
building:
|
|
|
|
|
|
./configure && make && make install
|
|
|
|
|
|
'make install' copies these files to your pd directory:
|
|
|
|
<prefix>/lib/pd/extra/sendVIMS.pd_linux
|
|
<prefix>/lib/pd/doc/5.reference/help-sendVIMS.pd
|
|
|
|
the default <prefix> is /usr/local/pd
|
|
|
|
|
|
|
|
running:
|
|
|
|
if the module is in your pd path it will be loaded automaticly.
|
|
|
|
|
|
the status line always has 13 status bytes, depending on the
|
|
the playback mode some may or may not be used (-).
|
|
0 = off, 1 = on
|
|
|
|
|