-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Open-PC.com   
Apps
Groups
Knowledge Base
Events
Forum
People
Jobs
Register
Login
Cool Sites
Mobile Community


-
- Content .- Fans (2) .- Knowledge Base  . 

Virtual MIDI Piano Keyboard

   0.3.1  

Qt Sound Application

Virtual MIDI Piano Keyboard
zoom


Virtual MIDI Piano Keyboard
zoom


Homepage:  Link
Forum:  Link
Depends on:  Qt 4.x
Downloads:  3258
Submitted:  Aug 31 2008
Updated:  Dec 23 2009
Score: 
score71%71%score
 71% good
bad   good

Description:

Virtual MIDI Piano Keyboard is a MIDI event generator and receiver. It doesn't produce any sound by itself, but can be used to drive a MIDI synthesizer (either hardware or software, internal or external). You can use the computer's keyboard to play MIDI notes, and also the mouse. You can use the Virtual MIDI Piano Keyboard to display the played MIDI notes from another instrument or MIDI file player.

The piano widget is also available as a component and QDesigner plugin. See:
http://www.qt-apps.org/content/show.php?content=85050

Features;
* 1 MIDI IN port
* 1 MIDI OUT/THRU port
* Configurable number of keys/octaves
* Configurable key size
* MIDI standards compliant
* Configurable computer keyboard mappings




Changelog:

2009-12-15 0.3.1
* Russian translation. Thanks to Serguey G Basalaev
* French translation, and updated German translation. Thanks to Frank Kober
* Czech translation. Thanks to Pavel Fric
* Persistent state per channel for banks, instruments, and controllers
* New setting in preferences dialog: drums MIDI channel
* Selection of drums instrument, for GM, GS and XG standard devices
* Show percussion names above the piano keys in drums channel
* Moved the "show note names" option from preferences dialog to view menu
* Extra controls: new button types for one shot controllers and SysEx messages

2009-09-27 0.3.0
* merged vpiano 0.8 widget
* implemented RFE #2106022: better looking keys using SVG graphics.
* implemented RFE #2848623: raw keyboard support, raw keyboard map editor.
* implemented RFE #2790324: extra controls tool bar: new extra controllers  
(knobs and on/off buttons) with customizable labels which can be assigned to
arbitrary MIDI controllers.
* German translation, by Andreas Steinel




LicenseGPL
Source(vmpk-0.3.1.tar.bz2)
Source(vmpk-0.3.1.tar.gz)
MS Windows(vmpk-0.3.1.1-win32-setup.exe)
Mac OS X(vmpk-0.3.1-mac32-universal.zip)
openSUSE 11.2
openSUSE Factory
send to a friend
subscription
other apps from plcl

-

 Problem with compilation

 
 by vnu007dl on: Dec 19 2009
 

Hi, i ve got strange error:

[ 87%] Generating vmpk_tr.qm
Updating '/tmp/vmpk-0.3.1/build/build/translations/vmpk_tr.qm'...
Generated 208 translation(s) (184 finished and 24 unfinished)

Ignored 113 untranslated source text(s)
[ 98%] Built target translations
Scanning dependencies of target manpages
[ 98%] Generating vmpk.1
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
make[2]: *** [build/man/vmpk.1] Błąd 4
make[1]: *** [build/man/CMakeFiles/manpages.dir/all] Błąd 2
make: *** [all] Błąd 2
[darek@Linux_Mandriva build]$

What is wrong?


reply to this

-

 Problem with compilation

 
 by vnu007dl on: Dec 19 2009
 

Hi, i ve got strange error:

[ 87%] Generating vmpk_tr.qm
Updating '/tmp/vmpk-0.3.1/build/build/translations/vmpk_tr.qm'...
Generated 208 translation(s) (184 finished and 24 unfinished)

Ignored 113 untranslated source text(s)
[ 98%] Built target translations
Scanning dependencies of target manpages
[ 98%] Generating vmpk.1
I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
make[2]: *** [build/man/vmpk.1] Błąd 4
make[1]: *** [build/man/CMakeFiles/manpages.dir/all] Błąd 2
make: *** [all] Błąd 2
[darek@Linux_Mandriva build]$

What is wrong?


reply to this

-

 Re: Problem with compilation

 
 by plcl on: Dec 20 2009
 

The failure happened trying to generate the manpage from the xml docbook document.

The build system has detected that the program xsltproc is installed, but either the stylesheets for docbook or the XSLT catalogs are missing.

There are two possible solutions:
a) Uninstall xsltproc and restart from the beginning
or
b) Install the docbook stylesheets, and run make again, it will finish the started process.

I don't know the exact name of the packages for Mandriva, sorry.


Regards,
Pedro

reply to this

-

 Re: Re: Problem with compilation

 
 by vnu007dl on: Dec 20 2009
 

Thanks, but still I have a problem, somthing was wrong and I thing program is not complete. In RPM I have files:
‎/usr
‎/usr/share
‎/usr/share/doc
‎/usr/share/doc/vmpk*
‎/usr/share/doc/vmpk*/AUTHORS
‎/usr/share/doc/vmpk*/COPYING
‎/usr/share/doc/vmpk*/ChangeLog
‎/usr/share/doc/vmpk*/NEWS
‎/usr/share/doc/vmpk*/README
‎/usr/share/doc/vmpk*/TODO
You can see, there is now binary files? what is wrong? RPM was cerated by checkinstall


reply to this

-

 Re: Re: Re: Problem with compilation

 
 by plcl on: Dec 20 2009
 

I don't know anything about checkinstall. Sorry.

If you want to create a RPM package for Mandriva, please take a look to the .spec file from Cooker:
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/vmpk/current/SPECS/

To create the RPM package, use rpmbuild.


Regards,
Pedro

reply to this

-

 Link errors on mac

 
 by dhjdhj on: Jan 4 2010
 

I tried to build the piano widget and I'm getting the following link errors

Undefined symbols:
"_GetEventKind", referenced from:
RawKeybdApp::macEventFilter(OpaqueEventHandlerCallRef*, OpaqueEventRef*) in rawkeybdapp.o
"_GetEventParameter", referenced from:
RawKeybdApp::macEventFilter(OpaqueEventHandlerCallRef*, OpaqueEventRef*) in rawkeybdapp.o
"_GetEventClass", referenced from:
RawKeybdApp::macEventFilter(OpaqueEventHandlerCallRef*, OpaqueEventRef*) in rawkeybdapp.o


Anyone know how to fix this?
THanks,
David

P.S. Although I would have loved to have posted this comment in the widget page itself, for some reason, I could not get that page to show up as "logged in"


reply to this

-

 Re: Link errors on mac

 
 by plcl on: Jan 5 2010
 

Hi,

Yes, if you are using Qt 4.6 in Mac OSX, please add to both demo.pro and plugin.pro the following line:

LIBS += -framework Carbon


Regards,
Pedro

reply to this

-

 Re: Re: Link errors on mac

 
 by dhjdhj on: Jan 5 2010
 

Thank you


reply to this

add commentback




-
-
all messages
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge Base
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About Qt-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2006-2010 Qt-Apps.org Team  
All rights reserved. Qt-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
Qt is a trademarks of Nokia