GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DMIDIPLAYER(1) Drumstick MIDI File Player DMIDIPLAYER(1)

dmidiplayer — Plays MIDI, Karaoke and Cakewalk Files

dmidiplayer [-p|–portable] [-f|–file file] [-d|–driver driver] [-c|–connection connection] [midi_files]

dmidiplayer [-h|–help|-v|–version]

This program is a multiplatform MIDI file player for Linux, Windows and macOS. It reads .MID (Standard MIDI Files), .KAR (Karaoke), .RMI (RIFF RMID), and .WRK (Cakewalk) file formats, and outputs MIDI events to hardware MIDI ports and also software synths.

Prints brief usage information.
Prints the current version number.
Portable settings mode.
Portable settings file name.
Drumstick::RT MIDI Out Driver.
Drumstick::RT MIDI Out Connection.

The following options apply to all Qt5 applications:

Set the application GUI style. Possible values depend on the system configuration. If Qt is compiled with additional styles or has additional styles as plugins these will be available to the -style command line option.
Set the application styleSheet. The value must be a path to a file that contains the Style Sheet.
Print debug message at the end about number of widgets left undestroyed and maximum number of widgets existed at the same time.
Set the application’s layout direction to Qt::RightToLeft. This option is intended to aid debugging and should not be used in production. The default value is automatically detected from the user’s locale (see also QLocale::textDirection()).
Specify the Qt Platform Abstraction (QPA) plugin.
Specify the path to platform plugins.
Specify the platform theme.
Specify additional plugins to load. The argument may appear multiple times.
Specify the window geometry for the main window using the X11-syntax. For example: -qwindowgeometry 100x100+50+50
Set the default window icon.
Set the title of the first window.
Restore the application from an earlier session.
Switch displays on X11. Overrides the DISPLAY environment variable.
Specify the window geometry for the main window on X11. For example: -geometry 100x100+50+50
Only available for the Windows platform. XP uses native style dialogs and none disables them.
Use the FreeType font engine.

Input MID/KAR/RMI/WRK file name(s). The set of provided file names becomes a temporary playlist.

*.lst
Playlist files. The last opened or saved playlist file shall be remembered the next time the program is started, but playlists are not saved automatically.

Playlists are simple text files, with a file name on each text line. The file names can be relative to the location of the playlist file itself (so they do not have an absolute path prepended) or each file can have an absolute path on its own.

Users may have several playlists that can be created easily outside of the program, for instance in the Linux command line this command creates a playlist file named “my_playlist.lst” with all the MIDI files located at the working directory:

$ ls -1 *.mid > my_playlist.lst
    

Location of Drumstick::RT plugins. Useful if the plugins are not installed at a standard place.

See Tickets at Sourceforge <https://sourceforge.net/p/dmidiplayer/tickets/> and GitHub <https://github.com/pedrolcl/dmidiplayer/issues/>

qt5options (7)

Pedro López-Cabanillas <plcl@users.sf.net>.

October 12, 2023 dmidiplayer 1.7.3

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.