forked from nickbailey/smrgygurdy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (27 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SMRGyGurdy
A physical-model-based, polyphonic hurdygurdy synthesiser
based on Graham Percival's artifastring library.
Author: EE+Computing Students Team E
Maintained by: Nick Bailey
Date: 21 March 2011
To view the documentation go to
doc/index.html
To build for the first time from source, do:
./autogen.sh
./configure
Say ./configure --help to list configuration options.
The smrgygurdy program will be built in the src directory.
The following libraries need to be installed first:
artifastring
libusb (if configured to use the MiniLAB HID)
libhid (if configured to use the MiniLAB HID)
comedilib (if configured to use comedi devices - default)
bogiolib (https://github.com/nickbailey/bogiolib -
a wrapper to simplify access to comedilib)
libhid is distributed in the tar file in the top level of this
package, for convenience.
You'll need a valid configuration file to run this program.
An example is given in smrgygurdy.conf. You can copy this into /etc
or to $HOME/.smrgygurdy as takes your fancy. smrgygurdy writes
the current configuration to the latter on exiting via the
q command.