1DRUMSTICK-GUIPLAYER(1)           User Commands          DRUMSTICK-GUIPLAYER(1)
2
3
4

NAME

6       drumstick-guiplayer - A Drumstick GUI utility for playing MIDI files.
7

SYNOPSIS

9       drumstick-guiplayer [options...] [FILE]
10

DESCRIPTION

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

ARGUMENTS

16       The following arguments are optional:
17
18       FILE
19           The name of the input SMF (mid/kar) or Cakewalk (wrk) file.
20
21       -h|--help
22           Prints a summary of the command-line options and exit.
23
24       -V|--version
25           Prints the program version number and exit.
26
27       -style= style
28           sets the application GUI style. Possible values are motif, windows,
29           and platinum. If you compiled Qt with additional styles or have
30           additional styles as plugins these will be available to the -style
31           command line option
32
33       -stylesheet= stylesheet
34           sets the application styleSheet. The value must be a path to a file
35           that contains the Style Sheet. Note: Relative URLs in the Style
36           Sheet file are relative to the Style Sheet file's path.
37
38       -session= session
39           restores the application from an earlier session.
40
41       -widgetcount
42           prints debug message at the end about number of widgets left
43           undestroyed and maximum number of widgets existed at the same time
44
45       -reverse
46           sets the application's layout direction to Qt::RightToLeft
47
48       -graphicssystem
49           sets the backend to be used for on-screen widgets and QPixmaps.
50           Available options are raster and opengl.
51
52       -display display
53           sets the X display (default is $DISPLAY).
54
55       -geometry geometry
56           sets the client geometry of the first window that is shown.
57
58       -fn|-font font
59           defines the application font. The font should be specified using an
60           X logical font description.
61
62       -bg|-background color
63           sets the default background color and an application palette (light
64           and dark shades are calculated).
65
66       -fg|-foreground color
67           sets the default foreground color.
68
69       -btn|-button color
70           sets the default button color.
71
72       -name name
73           sets the application name.
74
75       -title title
76           sets the application title.
77
78       -visual TrueColor
79           forces the application to use a TrueColor visual on an 8-bit
80           display.
81
82       -ncols count
83           limits the number of colors allocated in the color cube on an 8-bit
84           display, if the application is using the QApplication::ManyColor
85           color specification. If count is 216 then a 6x6x6 color cube is
86           used (i.e. 6 levels of red, 6 of green, and 6 of blue); for other
87           values, a cube approximately proportional to a 2x3x1 cube is used.
88
89       -cmap
90           causes the application to install a private color map on an 8-bit
91           display.
92
93       -im
94           sets the input method server (equivalent to setting the XMODIFIERS
95           environment variable)
96
97       -inputstyle
98           defines how the input is inserted into the given widget, e.g.,
99           onTheSpot makes the input appear directly in the widget, while
100           overTheSpot makes the input appear in a box floating over the
101           widget and is not inserted until the editing is done.
102

LICENSE

104       Permission is granted to copy, distribute and/or modify this document
105       under the terms of the GNU General Public License, Version 2 or any
106       later version published by the Free Software Foundation, considering as
107       source code any files used for the production of this manpage.
108

SEE ALSO

110       drumstick-drumgrid(1), drumstick-vpiano(1)
111

AUTHOR

113       Pedro Lopez-Cabanillas <plcl@users.sf.net>
114
116       Copyright © 2010 Pedro Lopez-Cabanillas
117
118
119
120drumstick 1.1.2                  May 13, 2010           DRUMSTICK-GUIPLAYER(1)
Impressum