2016-06-25 19:47:30 +00:00
|
|
|
Infinity
|
|
|
|
========
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2016-06-25 19:47:30 +00:00
|
|
|
Visualization plugin for [Audacious](http://audacious-media-player.org/) music player.
|
|
|
|
It generates beautiful light effects.
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2016-02-13 16:39:22 +00:00
|
|
|
![Screenshot of Infinity](https://a.fsdn.com/con/app/proj/infinity-plugin/screenshots/Infinity.png)
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 17:15:56 +00:00
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
2016-02-13 16:39:22 +00:00
|
|
|
- Audacious >= 3.5
|
2016-06-25 20:36:39 +00:00
|
|
|
- Audclient >= 3.5 (Audacious remote control library)
|
2016-05-21 01:22:28 +00:00
|
|
|
- 1.0.6 <= SDL < 2
|
2013-10-18 17:15:56 +00:00
|
|
|
- Glib >= 2.8
|
|
|
|
- Gtk+ >= 2.8
|
|
|
|
|
2016-06-27 14:18:13 +00:00
|
|
|
** Install deps in Ubuntu **
|
2016-06-25 20:36:39 +00:00
|
|
|
|
|
|
|
sudo apt -y install audacious-dev libaudclient-dev libsdl1.2-dev libglib2.0-dev libgtk2.0-dev
|
|
|
|
|
2016-06-27 14:18:13 +00:00
|
|
|
Install from tarball
|
2013-10-18 17:15:56 +00:00
|
|
|
-------
|
|
|
|
|
2016-06-25 22:14:22 +00:00
|
|
|
- **[Download](https://github.com/dprotti/infinity-plugin/releases/latest/)**
|
2016-06-27 14:18:13 +00:00
|
|
|
- ./configure
|
|
|
|
- make
|
|
|
|
- sudo make install
|
|
|
|
|
|
|
|
Install from repo
|
|
|
|
-------
|
|
|
|
|
|
|
|
- git clone https://github.com/dprotti/infinity-plugin
|
|
|
|
- ./autogen.sh --prefix=/usr (or whatever your prefix is)
|
2013-10-18 17:15:56 +00:00
|
|
|
- make
|
|
|
|
- sudo make install
|
|
|
|
|
|
|
|
Run
|
|
|
|
---
|
|
|
|
|
|
|
|
- start Audacious
|
|
|
|
- enter menu View -> Visualizations
|
|
|
|
- mark Infinity
|
|
|
|
- play your favorite songs
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2016-06-25 20:36:39 +00:00
|
|
|
Enter / leave full-screen by pressing Tab.
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2016-06-25 19:47:30 +00:00
|
|
|
![Screenshot of Infinity Settings](../screenshots/screenshot-settings.png?raw=true "Infinity Settings")
|
|
|
|
|
2016-02-12 20:23:04 +00:00
|
|
|
Add New Effects
|
|
|
|
---------------
|
|
|
|
|
|
|
|
- Build with --enable-debug and install
|
|
|
|
- Run Audacious on console
|
|
|
|
- Go to interactive mode (see next section) and experiment
|
|
|
|
- Press key 'm' for saving current effect to disk (will persist amongst Audacious sessions)
|
|
|
|
|
2013-10-18 17:15:56 +00:00
|
|
|
Modes
|
|
|
|
-----
|
|
|
|
|
2013-10-18 18:12:35 +00:00
|
|
|
The plugin has two modes. Default is Non-Interactive.
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 18:12:35 +00:00
|
|
|
**Non-Interactive Mode**:
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 17:15:56 +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:
|
2016-02-12 20:23:04 +00:00
|
|
|
- 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
|
2013-10-18 15:05:15 +00:00
|
|
|
(works only if infinity was configured with --enable-debug option)
|
2016-02-12 20:23:04 +00:00
|
|
|
- F11: screenshot
|
|
|
|
- F12: change palette
|
2013-10-18 15:05:15 +00:00
|
|
|
|
2013-10-18 18:12:35 +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
|
|
|
|
2016-02-12 20:23:04 +00:00
|
|
|
- F12: change palette
|
|
|
|
- Tab: toggle full-screen
|
|
|
|
- Enter: switch to non-interactive mode
|
2013-10-18 15:05:15 +00:00
|
|
|
- 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
|
2016-02-12 20:23:04 +00:00
|
|
|
- m: persist current effect
|
2013-10-18 15:05:15 +00:00
|
|
|
- mouse: change curve 2 position
|
|
|
|
- F11: screenshot
|
|
|
|
|
|
|
|
Known Bugs
|
|
|
|
----------
|
|
|
|
|
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
|
|
|
|
2013-10-18 18:12:35 +00:00
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
|
|
|
- Julien Carme (c) 2000 Original author
|
2016-02-12 19:25:56 +00:00
|
|
|
- Duilio Protti (C) 2004 - Present : Current maintainer
|
2016-02-12 20:23:04 +00:00
|
|
|
- CBke (C) 2016 <https://github.com/CBke> Nice patches
|
2013-10-18 18:12:35 +00:00
|
|
|
- John Lightsey (C) 2004 <john@nixnuts.net> Portability fixes and GPL License compliance
|
|
|
|
- Jean Delvare (C) 2004 <khali@linux-fr.org> Some nice patches
|
|
|
|
- Will Tatam (C) 2004 <wtatam@premierit.com> Online source RPMs <http://apt.premierithosting.com/FC2/i386/SRPMS.premierit/>
|
|
|
|
- Haavard Kvaalen (C) 2000 <havardk@xmms.org> Converted original hand made Makefile to automake/autoconf/libtool
|
|
|
|
- Chris Lea (C) 2000 <chrislea@luciddesign.com> Made RPMs
|
|
|
|
- Mitja Horvat (C) 2000 <Mitja.Horvat@hermes.si> Misc optimisations
|
|
|
|
|
2013-10-18 17:44:45 +00:00
|
|
|
Old Versions
|
|
|
|
------------
|
|
|
|
|
|
|
|
Releases older than 0.8.0beta1 can be found at Sourceforge: <https://sourceforge.net/projects/infinity-plugin/>
|
|
|
|
|
2013-10-18 15:05:15 +00:00
|
|
|
Contributions
|
|
|
|
-------------
|
|
|
|
|
2016-06-25 19:47:30 +00:00
|
|
|
Your help is welcome either coding, testing or building distro packages.
|