1VMPK(1) User Commands VMPK(1)
2
3
4
6 vmpk - Virtual MIDI Piano Keyboard
7
9 vmpk [Standard options...]
10
12 This manual page documents briefly the vmpk program.
13
14 This program has standard Qt programs options.
15
16 Virtual MIDI Piano Keyboard is a MIDI events generator and receiver. It
17 doesn´t produce any sound by itself, but can be used to drive a MIDI
18 synthesizer (either hardware or software, internal or external). You
19 can use the computer´s keyboard to play MIDI notes, and also the mouse.
20 You can use the Virtual MIDI Piano Keyboard to display the played MIDI
21 notes from another instrument or MIDI file player.
22
24 -style=style
25 sets the application GUI style. Possible values are motif, windows,
26 and platinum. If you compiled Qt with additional styles or have
27 additional styles as plugins these will be available to the -style
28 command line option
29
30 -stylesheet=stylesheet
31 sets the application styleSheet. The value must be a path to a file
32 that contains the Style Sheet. Note: Relative URLs in the Style
33 Sheet file are relative to the Style Sheet file´s path.
34
35 -session=session
36 restores the application from an earlier session.
37
38 -widgetcount
39 prints debug message at the end about number of widgets left
40 undestroyed and maximum number of widgets existed at the same time
41
42 -reverse
43 sets the application´s layout direction to Qt::RightToLeft
44
45 -graphicssystem
46 sets the backend to be used for on-screen widgets and QPixmaps.
47 Available options are raster and opengl.
48
49 -display display
50 sets the X display (default is $DISPLAY).
51
52 -geometry geometry
53 sets the client geometry of the first window that is shown.
54
55 -fn|-font font
56 defines the application font. The font should be specified using an
57 X logical font description.
58
59 -bg|-background color
60 sets the default background color and an application palette (light
61 and dark shades are calculated).
62
63 -fg|-foreground color
64 sets the default foreground color.
65
66 -btn|-button color
67 sets the default button color.
68
69 -name name
70 sets the application name.
71
72 -title title
73 sets the application title.
74
75 -visual TrueColor
76 forces the application to use a TrueColor visual on an 8-bit
77 display.
78
79 -ncols count
80 limits the number of colors allocated in the color cube on an 8-bit
81 display, if the application is using the QApplication::ManyColor
82 color specification. If count is 216 then a 6x6x6 color cube is
83 used (i.e. 6 levels of red, 6 of green, and 6 of blue); for other
84 values, a cube approximately proportional to a 2x3x1 cube is used.
85
86 -cmap
87 causes the application to install a private color map on an 8-bit
88 display.
89
90 -im
91 sets the input method server (equivalent to setting the XMODIFIERS
92 environment variable)
93
94 -inputstyle
95 defines how the input is inserted into the given widget, e.g.,
96 onTheSpot makes the input appear directly in the widget, while
97 overTheSpot makes the input appear in a box floating over the
98 widget and is not inserted until the editing is done.
99
101 This manual page was written by Mehdi Dogguy <dogguy@pps.jussieu.fr>
102 for the Debian GNU/Linux system (but may be used by others). Permission
103 is granted to copy, distribute and/or modify this document under the
104 terms of the GNU General Public License, Version 3 or any later version
105 published by the Free Software Foundation; considering as source code
106 all the file that enable the production of this manpage.
107
109 Mehdi Dogguy <dogguy@pps.jussieu.fr>
110
111
112
114 Copyright © 2009 Mehdi Dogguy
115
116
117
118vmpk 0.3.3 June 7, 2009 VMPK(1)