Simplified and updated with Github references.

This commit is contained in:
Duilio Protti 2013-10-18 14:00:17 -03:00
parent b4383d480e
commit f34cad71f2
1 changed files with 30 additions and 53 deletions

View File

@ -1,10 +1,11 @@
Infinity Visualization Plugin Infinity Visualization Plugin
----------------------------- -----------------------------
http://infinity-plugin.sf.net https://github.com/dprotti/infinity-plugin
by Julien Carme (c) 2000 by
Duilio Protti (c) 2004 - 2011 - Julien Carme (c) 2000
- Duilio Protti (c) 2004 - 2013
Infinity is a visualization plugin that generates light effects according to a Infinity is a visualization plugin that generates light effects according to a
playing sound. playing sound.
@ -24,10 +25,10 @@ There are two different modes in the plugin. Default mode is non-interactive.
- Non-Interactive Mode: - Non-Interactive Mode:
States and palettes are selected randomly, and change sometimes. States and palettes periodically switches, in a random sequence.
The following command keys will be shown when Infinity loads. If you want to If you run Audacity from a terminal the following command keys will display on
see it, start Audacity from a terminal. terminal when Infinity loads:
Keys: Keys:
- Space: change effect. - Space: change effect.
@ -46,9 +47,7 @@ see it, start Audacity from a terminal.
- Interactive Mode: - Interactive Mode:
You can control the effect: You can control the effects using keys:
Keys:
- F12: change palette. - F12: change palette.
- Tab: toggle full-screen. - Tab: toggle full-screen.
@ -62,50 +61,28 @@ You can control the effect:
- mouse: change curve 2 position - mouse: change curve 2 position
- F11: screenshot - F11: screenshot
SDL Dependencies
--- ------------
You must have installed SDL 1.0.6 or above to run the plugin. Audacious >= 3.2
SDL >= 1.0.6
Glib >= 2.8
Gtk+ >= 2.8
Known Bugs Known Bugs
---------- ----------
Your X system has to be at least in 16 bpp to make this program work. If you
have more than 16 bpp, it should work but may be very slow. The Preferences
cannot be changed while the plugin is enabled.
If you have problems finding locale.h header file, try to configure with If you have problems finding locale.h header file, try to configure with
--disable-nls option. --disable-nls option.
If you found a bug on this program, please take five minutes of your time and In Ubuntu systems over AMD64 architectures, try running configure with
fill a bug report on the project's site <http://infinity-plugin.sf.net>. --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu
The author will work to solve the problem.
If you found a bug please report it at
<https://github.com/dprotti/infinity-plugin/issues>.
Contributions Contributions
------------- -------------
This project as of 2011 welcomes people that makes translations and people Your help is welcome, either coding, translating or building binary (distro)
to make binary distributions. Translations are easy because of the gettext packages.
system, and because Infinity have just a few translatable strings (and that
will not change, this is a plugin so doesn't have a rich user interface).
Both translations and binary packages are very important because the intended
audience are end users, so we aim to leave things as simple as possible.
If you want to keep track of Infinity development, subscribe to the development
mailing list at:
http://lists.sourceforge.net/mailman/listinfo/infinity-plugin-devel
You don't need to be a project developer to subscribe.
New Features
------------
If you like any new feature on this program, please fill a feature request
or directly submit a patch to SourceForge's project site at:
http://sourceforge.net/projects/infinity-plugin
Duilio J. Protti.