Explanation on how to add new effects

This commit is contained in:
Duilio Protti 2016-02-12 17:23:04 -03:00
parent 27d399cf57
commit 8ddf53efe2
1 changed files with 25 additions and 15 deletions

View File

@ -32,6 +32,14 @@ Run
To enter/leave Full-Screen mode press Tab key. To enter/leave Full-Screen mode press Tab key.
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)
Modes Modes
----- -----
@ -45,33 +53,34 @@ If you run Audacity from a terminal the following command keys will display on
terminal when Infinity loads: terminal when Infinity loads:
Keys: Keys:
- Space: change effect. - Space: change effect
- Tab: toggle full-screen. - Tab: toggle full-screen
- Up/Down: up/down audacity main volume. - Up/Down: up/down audacity main volume
- Left/Right: reward/forward actual played song, if any. - Left/Right: reward/forward actual played song, if any
- z: previous song. - z: previous song
- x: play. - x: play
- c: pause. - c: pause
- v: stop. - v: stop
- b: next song. - b: next song
- Enter: switch to interactive mode. - Enter: switch to interactive mode
(works only if infinity was configured with --enable-debug option) (works only if infinity was configured with --enable-debug option)
- F11: screenshot. - F11: screenshot
- F12: change palette. - F12: change palette
**Interactive Mode**: **Interactive Mode**:
You can control the effects using keys: You can control the effects using keys:
- F12: change palette. - F12: change palette
- Tab: toggle full-screen. - Tab: toggle full-screen
- Enter: switch to non-interactive mode. - Enter: switch to non-interactive mode
- F1-F10: choose transformation vector field - F1-F10: choose transformation vector field
- a,z: change curve 1 lighting - a,z: change curve 1 lighting
- q,s: change curve 2 lighting - q,s: change curve 2 lighting
- e,r: change curve 1 amplitude - e,r: change curve 1 amplitude
- d,f: change curve 2 amplitude - d,f: change curve 2 amplitude
- w: change curve 2 type - w: change curve 2 type
- m: persist current effect
- mouse: change curve 2 position - mouse: change curve 2 position
- F11: screenshot - F11: screenshot
@ -94,6 +103,7 @@ Authors
- Julien Carme (c) 2000 Original author - Julien Carme (c) 2000 Original author
- Duilio Protti (C) 2004 - Present : Current maintainer - Duilio Protti (C) 2004 - Present : Current maintainer
- CBke (C) 2016 <https://github.com/CBke> Nice patches
- John Lightsey (C) 2004 <john@nixnuts.net> Portability fixes and GPL License compliance - John Lightsey (C) 2004 <john@nixnuts.net> Portability fixes and GPL License compliance
- Jean Delvare (C) 2004 <khali@linux-fr.org> Some nice patches - 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/> - Will Tatam (C) 2004 <wtatam@premierit.com> Online source RPMs <http://apt.premierithosting.com/FC2/i386/SRPMS.premierit/>