2013-10-18 15:05:15 +00:00
|
|
|
Infinity Visualization Plugin
|
|
|
|
-----------------------------
|
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
https://github.com/dprotti/infinity-plugin
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
by
|
|
|
|
- Julien Carme (c) 2000
|
|
|
|
- Duilio Protti (c) 2004 - 2013
|
2013-10-18 15:05:15 +00:00
|
|
|
|
|
|
|
Infinity is a visualization plugin that generates light effects according to a
|
|
|
|
playing sound.
|
|
|
|
|
|
|
|
To run the plugin,
|
2013-10-18 17:00:17 +00:00
|
|
|
- run audacious
|
|
|
|
- enter the Preferences menu (Ctrl-P)
|
|
|
|
- choose Plugins on the left
|
|
|
|
- choose Visualization tab on the right frame
|
|
|
|
- mark Infinity checkbox
|
|
|
|
- press Tab if you want to enter Full-Screen mode
|
|
|
|
- to stop it, press Tab again and disable it.
|
2013-10-18 15:05:15 +00:00
|
|
|
|
|
|
|
You don't need to be root to enter the full-screen mode.
|
|
|
|
|
|
|
|
There are two different modes in the plugin. Default mode is non-interactive.
|
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
- Non-Interactive Mode:
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
States and palettes periodically switches, in a random sequence.
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
If you run Audacity from a terminal the following command keys will display on
|
|
|
|
terminal when Infinity loads:
|
2013-10-18 15:05:15 +00:00
|
|
|
|
|
|
|
Keys:
|
|
|
|
- Space: change effect.
|
|
|
|
- Tab: toggle full-screen.
|
|
|
|
- Up/Down: up/down audacity main volume.
|
|
|
|
- Left/Right: reward/forward actual played song, if any.
|
|
|
|
- z: previous song.
|
|
|
|
- x: play.
|
|
|
|
- c: pause.
|
|
|
|
- v: stop.
|
|
|
|
- b: next song.
|
|
|
|
- Enter: switch to interactive mode.
|
|
|
|
(works only if infinity was configured with --enable-debug option)
|
|
|
|
- F11: screenshot.
|
|
|
|
- F12: change palette.
|
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
- Interactive Mode:
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
You can control the effects using keys:
|
2013-10-18 15:05:15 +00:00
|
|
|
|
|
|
|
- F12: change palette.
|
|
|
|
- Tab: toggle full-screen.
|
|
|
|
- Enter: switch to non-interactive mode.
|
|
|
|
- F1-F10: choose transformation vector field
|
|
|
|
- a,z: change curve 1 lighting
|
|
|
|
- q,s: change curve 2 lighting
|
|
|
|
- e,r: change curve 1 amplitude
|
|
|
|
- d,f: change curve 2 amplitude
|
|
|
|
- w: change curve 2 type
|
|
|
|
- mouse: change curve 2 position
|
|
|
|
- F11: screenshot
|
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
Dependencies
|
|
|
|
------------
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
Audacious >= 3.2
|
|
|
|
SDL >= 1.0.6
|
|
|
|
Glib >= 2.8
|
|
|
|
Gtk+ >= 2.8
|
2013-10-18 15:05:15 +00:00
|
|
|
|
|
|
|
Known Bugs
|
|
|
|
----------
|
|
|
|
|
|
|
|
If you have problems finding locale.h header file, try to configure with
|
|
|
|
--disable-nls option.
|
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
In Ubuntu systems over AMD64 architectures, try running configure with
|
|
|
|
--prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
|
|
|
|
|
|
|
|
If you found a bug please report it at
|
|
|
|
<https://github.com/dprotti/infinity-plugin/issues>.
|
2013-10-18 15:05:15 +00:00
|
|
|
|
|
|
|
Contributions
|
|
|
|
-------------
|
|
|
|
|
2013-10-18 17:00:17 +00:00
|
|
|
Your help is welcome, either coding, translating or building binary (distro)
|
|
|
|
packages.
|