1DRUMSTICK-GUIPLAYER(1) User Commands DRUMSTICK-GUIPLAYER(1)
2
3
4
6 drumstick-guiplayer - A Drumstick GUI utility for playing MIDI files.
7
9 drumstick-guiplayer [options...] [FILE]
10
12 This program is a Drumstick example and utility program. You can use it
13 to play Standard MIDI Files and Cakewalk WRK files with GUI controls.
14
16 The following arguments are optional:
17
18 FILE
19 The name of the input (mid/kar/wrk/rmi) file.
20
21 -p|--port= client:port
22 MIDI Destination Port.
23
24 -h|--help
25 Prints a summary of the command-line options and exit.
26
27 -v|--version
28 Prints the program version number and exit.
29
30 -style= style
31 sets the application GUI style. Possible values are motif, windows,
32 and platinum. If you compiled Qt with additional styles or have
33 additional styles as plugins these will be available to the -style
34 command line option
35
36 -stylesheet= stylesheet
37 sets the application styleSheet. The value must be a path to a file
38 that contains the Style Sheet. Note: Relative URLs in the Style
39 Sheet file are relative to the Style Sheet file's path.
40
41 -session= session
42 restores the application from an earlier session.
43
44 -widgetcount
45 prints debug message at the end about number of widgets left
46 undestroyed and maximum number of widgets existed at the same time
47
48 -reverse
49 sets the application's layout direction to Qt::RightToLeft
50
51 -graphicssystem
52 sets the backend to be used for on-screen widgets and QPixmaps.
53 Available options are raster and opengl.
54
55 -display display
56 sets the X display (default is $DISPLAY).
57
58 -geometry geometry
59 sets the client geometry of the first window that is shown.
60
61 -fn|-font font
62 defines the application font. The font should be specified using an
63 X logical font description.
64
65 -bg|-background color
66 sets the default background color and an application palette (light
67 and dark shades are calculated).
68
69 -fg|-foreground color
70 sets the default foreground color.
71
72 -btn|-button color
73 sets the default button color.
74
75 -name name
76 sets the application name.
77
78 -title title
79 sets the application title.
80
81 -visual TrueColor
82 forces the application to use a TrueColor visual on an 8-bit
83 display.
84
85 -ncols count
86 limits the number of colors allocated in the color cube on an 8-bit
87 display, if the application is using the QApplication::ManyColor
88 color specification. If count is 216 then a 6x6x6 color cube is
89 used (i.e. 6 levels of red, 6 of green, and 6 of blue); for other
90 values, a cube approximately proportional to a 2x3x1 cube is used.
91
92 -cmap
93 causes the application to install a private color map on an 8-bit
94 display.
95
96 -im
97 sets the input method server (equivalent to setting the XMODIFIERS
98 environment variable)
99
100 -inputstyle
101 defines how the input is inserted into the given widget, e.g.,
102 onTheSpot makes the input appear directly in the widget, while
103 overTheSpot makes the input appear in a box floating over the
104 widget and is not inserted until the editing is done.
105
107 Permission is granted to copy, distribute and/or modify this document
108 under the terms of the GNU General Public License, Version 3 or any
109 later version published by the Free Software Foundation, considering as
110 source code any files used for the production of this manpage.
111
113 drumstick-drumgrid(1), drumstick-vpiano(1)
114
116 Pedro Lopez-Cabanillas <plcl@users.sf.net>
117
119 Copyright © 2010-2023 Pedro Lopez-Cabanillas
120
121
122
123drumstick 2.8.0 July 1, 2023 DRUMSTICK-GUIPLAYER(1)