infinity plugin for audacious, evacuated from NSA/Microsoft Github
Go to file
Duilio Protti 27d399cf57 Added author CBke 2016-02-12 17:13:28 -03:00
po Version 0.7.1 imported from Sourceforge into Github. 2013-10-18 12:05:15 -03:00
src Load effects file from prefix-based path 2016-02-12 16:55:13 -03:00
.gitignore Initial commit 2013-10-18 07:51:48 -07:00
AUTHORS Added author CBke 2016-02-12 17:13:28 -03:00
ChangeLog Build fix for Ubuntu on AMD64. 2013-10-18 14:56:30 -03:00
Doxyfile Version 0.7.1 imported from Sourceforge into Github. 2013-10-18 12:05:15 -03:00
HISTORY Clean up of authors and history file. 2013-10-18 15:15:52 -03:00
LICENSE Initial commit 2013-10-18 07:51:48 -07:00
Makefile.am Version 0.7.1 imported from Sourceforge into Github. 2013-10-18 12:05:15 -03:00
NEWS Version 0.7.1 imported from Sourceforge into Github. 2013-10-18 12:05:15 -03:00
README.md Update to Audacious 3.5 (which have splitted D-BUS remote control functionality into a new separate library Audclient) 2016-02-12 16:25:56 -03:00
TODO Version 0.7.1 imported from Sourceforge into Github. 2013-10-18 12:05:15 -03:00
autogen.sh make autogen.sh executable 2013-10-27 02:02:30 +02:00
config.h.in Version 0.7.1 imported from Sourceforge into Github. 2013-10-18 12:05:15 -03:00
configure.ac Update to Audacious 3.5 (which have splitted D-BUS remote control functionality into a new separate library Audclient) 2016-02-12 16:25:56 -03:00

README.md

Infinity Visualization Plugin

https://github.com/dprotti/infinity-plugin

Infinity is a visualization plugin that generates light effects according to a playing sound.

Requirements

Install

  • ./configure --prefix=/usr (or whatever your prefix is)
  • make
  • sudo make install

Run

  • start Audacious
  • enter menu View -> Visualizations
  • mark Infinity
  • play your favorite songs

To enter/leave Full-Screen mode press Tab key.

Modes

The plugin has two modes. Default is Non-Interactive.

Non-Interactive Mode:

States and palettes periodically switches in a random sequence.

If you run Audacity from a terminal the following command keys will display on terminal when Infinity loads:

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.

Interactive Mode:

You can control the effects using keys:

  • 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

Known Bugs

As of 0.8.0beta1 the settings window and the about dialog does not work.

If you have problems finding locale.h header file, try to configure with --disable-nls option.

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.

Authors

Old Versions

Releases older than 0.8.0beta1 can be found at Sourceforge: https://sourceforge.net/projects/infinity-plugin/

Contributions

Your help is welcome, either coding, translating or building binary (distro) packages.