1DRUMSTICK-DRUMGRID(1) User Commands DRUMSTICK-DRUMGRID(1)
2
3
4
6 drumstick-drumgrid - A Drumstick utility emulating a drum box.
7
9 drumstick-drumgrid [Standard options...]
10
12 This program is a Drumstick example and utility program. You can use it
13 to create and play drum patterns.
14
16 The following arguments are optional:
17
18 -p|--port= client:port
19 MIDI Destination Port.
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
104 Permission is granted to copy, distribute and/or modify this document
105 under the terms of the GNU General Public License, Version 3 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
110 drumstick-guiplayer(1), drumstick-vpiano(1)
111
113 Pedro Lopez-Cabanillas <plcl@users.sf.net>
114
116 Copyright © 2010-2022 Pedro Lopez-Cabanillas
117
118
119
120drumstick 2.7.2 October 1, 2022 DRUMSTICK-DRUMGRID(1)