Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

smfsh(1) [debian man page]

SMFSH(1)																  SMFSH(1)

NAME
smfsh - SMF shell SYNOPSIS
smfsh [ -V ] [ file ] OPTIONS
-V Print libsmf version and exit. file Load the file. DESCRIPTION
smfsh, an "SMF shell", is an interactive, command-driven frontend to libsmf, useful for modifying MIDI files by hand. It started its life as a debugging aid for libsmf. There are four groups of commands: SMF level, track level, event level, and others. SMF LEVEL COMMANDS
SMF level commands display or change properties of smf (i.e. the MIDI file) as a whole. save file Save a file. If the file name is not given, the last file name is used. Note that this will not ask for confirmation. load file Load a file. If the file name is not given, the last file name is used. Instead of using "load", you can pass the file name on the command line. ppqn new-ppqn Show (if used without parameter) or change PPQN (Pulses Per Quarter Note, aka Division). format new-format Show (if used without parameter) or change format. tempo Show tempo map. Tempo map is computed automatically from the SMF contents - to modify a tempo, just add a Tempo Change event using "add" command. length Show total length of the song. Just like the tempo map, file length is computed from the SMF contents. TRACK LEVEL COMMANDS
Track level commands display or change properties of tracks. SMF may contain one or more tracks. tracks Show the list of tracks in the SMF. track track-number Show details of a track (if called without parameter), or select track with a given number - for example in order to display ("events") the events it contains. trackadd Create new track. trackrm track-number Remove the track. If the track number is not given, this will remove the track currently selected. EVENT LEVEL COMMANDS
Event level commands display or change properties of events. Events are grouped into tracks. Track may contain any number of events, including zero. events Show the list of events in the current track. event event-number Show information about a current event (if used without parameter) or select the event. add time-in-seconds midi-message-as-hex Add new event to the currently selected track. rm event-number Remove the event. If the event number is not given, this will remove the event currently selected. OTHER COMMANDS
There are three commands in the "other" category - "help", "version", and "exit". Their meaning should be self expanatory. smfsh 1.3 21 March 2010 SMFSH(1)

Check Out this Related Man Page

EXAILE(1)							   User Commands							 EXAILE(1)

NAME
exaile - music manager and player DESCRIPTION
exaile [OPTION]... [URI] OPTIONS
Playback Options: -n, --next Play the next track -p, --prev Play the previous track -s, --stop Stop playback -a, --play Play -t, --play-pause Pause or resume playback --stop-after-current Stop playback after current track Collection Options: --add=LOCATION Add tracks from LOCATION to the collection Track Options: -q, --query Query player --gui-query Show a popup with data of the current track --get-title Print the title of current track --get-album Print the album of current track --get-artist Print the artist of current track --get-length Print the length of current track --set-rating=N Set rating for current track to N% --get-rating Get rating for current track --current-position Print the current playback position as time --current-progress Print the current playback progress as percentage Volume Options: -i N, --increase-vol=N Increases the volume by N% -l N, --decrease-vol=N Decreases the volume by N% -m, --toggle-mute Mutes or unmutes the volume --get-volume Print the current volume percentage Other Options: --new Start new instance -h, --help Show this help message and exit --version Show program's version number and exit. --start-minimized Start minimized (to tray, if possible) --toggle-visible Toggle visibility of the GUI (if possible) --safemode Start in safe mode - sometimes useful when you're running into problems --force-import Force import of old data from version 0.2.x (Overwrites current data) --no-import Do not import old data from version 0.2.x --start-anyway Make control options like --play start Exaile if it is not running Development/Debug Options: --datadir=DIRECTORY Set data directory --debug Show debugging output --eventdebug Enable debugging of xl.event. Generates LOTS of output --eventfilter=TYPE Limits event debug to output of TYPE --quiet Reduce level of output --startgui --no-dbus Disable D-Bus support --no-hal Disable HAL support. exaile 0.3.2.2 May 2012 EXAILE(1)
Man Page