title | section | header | footer | date |
---|---|---|---|---|
MPPJULIA |
1 |
User Manual |
mppjulia 1.0.0 |
March 27, 2022 |
mppjulia - Display an ASCIImatics animated zoom on a Julia Set
mppjulia [-h] [-d] [-i] [-a AUDIO] [-c CYCLE] [-x XVALUE] [-y YVALUE]
The mppjulia command plays one of the ASCIImatics animations included in MusicPlayerPlus. Command line options can be used to tell mppjulia to play animations for a specified number of cycles, what complex number to use as the starting point for calculations, and which audio file to use as accompaniment.
-h, --help : show this help message and exit
-d, --debug : enable debug mode
-i, --info : show an information screen prior to displaying the Julia Set zoom
-a AUDIO, --audio AUDIO : audio file to play during effects
-c CYCLE, --cycle CYCLE : number of times to cycle back through effects
-x XVALUE, --xvalue XVALUE : starting x value of 'c' for the Julia set
-y YVALUE, --yvalue YVALUE : starting y value of 'c' for the Julia set
mppjulia : Without options mppjulia will display an animated zoom on a Julia Set. These will continue until the 'q' key is pressed.
mppjulia -c 10 : Plays the Julia Set ASCIImatics animation 10 times then exits
mppjulia -a /usr/share/musicplayerplus/music/Epic_Dramatic-Yuriy_Bespalov.wav -c 5 : Plays the Julia Set ASCIImatics animation 5 times accompanied by audio then exits
mppjulia -x 0.687 -y 0.312 : Display an animated zoom on the Julia Set with starting complex coordinates [0.687, 0.312]
Written by Ronald Record github@ronrecord.com
MPPJULIA is distributed under an Open Source license. See the file LICENSE in the MPPJULIA source distribution for information on terms & conditions for accessing and otherwise using MPPJULIA and for a DISCLAIMER OF ALL WARRANTIES.
Submit bug reports online at:
https://github.com/doctorfree/MusicPlayerPlus/issues
mpcplus(1), mpcpluskeys(1)
Full documentation and sources at: