Virtual MIDI Piano Keyboard 0.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Virtual MIDI Piano Keyboard 0.2.0 (Default branch)
# 1  
Old 09-27-2008
Virtual MIDI Piano Keyboard 0.2.0 (Default branch)

Image 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 or mouse to play MIDI notes. You can use the Virtual MIDI Piano Keyboard to display the played MIDI notes from another instrument or MIDI file player. License: GNU General Public License v3 Changes:
Mouse handling has been enhanced, and optional MIDI Thru has been added. Controller states and banks/programs are remembered and stored when the program exits. Internationalization capabilities have been added, along with a Spanish translation.Several bugs have been fixed. There is a new logo/icon. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
COMPOSITE_MIDI(7)						     Reference							 COMPOSITE_MIDI(7)

NAME
composite_midi - Default MIDI Implementation for Composite DESCRIPTION
The default MIDI implementation for Composite is a fixed MIDI implementation. Future versions of Composite will allow you to redefine the MIDI implementation, but a default MIDI Implementation will always be provided. This description of the MIDI implementation only covers the sampler plugin. At this time it does not apply to the composite-gui. MIDI IMPLEMENTATION
+------------------------+-------------+-----------------+-------------------------+ | Function | Transmitted | Recognized | Remarks | +------------------------+-------------+-----------------+-------------------------+ | Basic Channel | NO | 1-16 | Always listens in OMNI | | | | | mode, will change in | | | | | future. | +------------------------+-------------+-----------------+-------------------------+ | Mode | NO | NO | | +------------------------+-------------+-----------------+-------------------------+ | Note Number | NO | 36-127 | Depends on drum kit. | +------------------------+-------------+-----------------+-------------------------+ | Note Velocity | NO | 0-127 | | +------------------------+-------------+-----------------+-------------------------+ |Polyphonic After Touch | NO | NO | | +------------------------+-------------+-----------------+-------------------------+ | Channel After Touch | NO | NO | | +-----------------+------+-------------+-----------------+-------------------------+ | | 0 | NO | 0-127 | Bank (coarse) | | +------+-------------+-----------------+-------------------------+ | | 7 | NO | 0(min)-127(max) | Volume (coarse) | | +------+-------------+-----------------+-------------------------+ | | 32 | NO | 0-127 | Bank (fine) | | +------+-------------+-----------------+-------------------------+ | Control Change | 39 | NO | 0(min)-127(max) | Volume (fine) | | +------+-------------+-----------------+-------------------------+ | | 120 | NO | 0-127 | All Sound Off (value is | | | | | | ignored) | | +------+-------------+-----------------+-------------------------+ | | 123 | NO | 0-127 | All Sound Off (value is | | | | | | ignored) | +-----------------+------+-------------+-----------------+-------------------------+ | Program Change | NO | 0-127 | User-defined presets, | | | | | depends on the bank | | | | | setting (CC #0, 32) | +------------------------+-------------+-----------------+-------------------------+ | System Exclusive | NO | NO | | +------------------------+-------------+-----------------+-------------------------+ | System Common | NO | NO | | +-----------------+------+-------------+-----------------+-------------------------+ | | 0xF8 | NO | NO | Clock Pulse | | +------+-------------+-----------------+-------------------------+ | | 0xFA | NO | NO | Start | | +------+-------------+-----------------+-------------------------+ | | 0xFB | NO | NO | Continue | |System Real Time +------+-------------+-----------------+-------------------------+ | | 0xFC | NO | NO | Stop | | +------+-------------+-----------------+-------------------------+ | | 0xFE | NO | NO | Active Sensing | | +------+-------------+-----------------+-------------------------+ | | 0xFF | NO | YES | System Reset/Panic | +-----------------+------+-------------+-----------------+-------------------------+ SEE ALSO
composite_sampler(1) AUTHOR
Gabriel M. Beddingfield <gabriel@teuton.org> Composite 03/18/2010 COMPOSITE_MIDI(7)