File: README

package info (click to toggle)
creox 0.2.2rc2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,700 kB
  • ctags: 1,058
  • sloc: sh: 10,689; cpp: 6,719; perl: 2,037; makefile: 133
file content (23 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
creox - 0.2.2rc2 - The realtime sound effector.
(c)2003 GPL-v2 Jozef Kosoru<jozef.kosoru@pobox.sk>

 Creox is a real-time sound processor. You can plug your electric guitar or any
other musical instrument directly to the PC's sound card and start
experimenting with various sound effects. Creox has a nice user-friendly GUI, a
preset support, a low-latency DSP engine and each effect parameter can be
altered "on the fly".

It requires JACK sound server (http://jackit.sf.net/).

As the creox is a JACK application, the output sound can be routed to the other
JACK-aware applications and the input audio can be taken as the output
from the other JACK client. 
 
 The simplest way to compile and install this application is:

 ./configure
 ./make
 su (log as root)
 ./make install

Please report all bugs to <jozef.kosoru@pobox.sk>.