-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
31 lines (19 loc) · 759 Bytes
/
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
Line 6 Control
==============
Line 6 Control is a Python GTK application which can control a Line 6 USB device as the PODxt.
This is an experimental application, only few features are implemented :
* Channel switching,
* Reading and writing parameters for Amplification, Stomp Box, Mod Box and Delay Box.
Requirements
------------
* Python3,
* python3-object,
* Glib C headers (glib2.0-devel package in CentOS/Fedora),
* Alsa lib headers (alsa-lib-devel)
Running
-------
Type "make".
When the python module is compiled, run Line 6 Control with "./line6control.py"
Known issues
------------
* Time and Speed parameters are not handled as they should be. Using their controls in Line 6 Control can crash the application,