Virtual MIDI Piano Keyboard 0.2.1 (Default branch)


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

ImageVirtual MIDI Piano Keyboard is a MIDI eventgenerator and receiver. It doesn't produce anysound by itself, but can be used to drive a MIDIsynthesizer (either hardware or software, internalor external). You can use the computer's keyboardor mouse to play MIDI notes. You can use theVirtual MIDI Piano Keyboard to display the playedMIDI notes from another instrument or MIDI fileplayer.License: GNU General Public License v3Changes:
This is a maintenance release, fixing a crash inWindows when playing certain MIDI files andconnecting a player output to VMPK input. Thereset all button now also resets the internalcontrollers' states. The number of keys is nowconstrained to reasonable limits within the MIDInotes range. The "grab keyboard" feature is now anoptional runtime setting, as a workaround for somebroken X11 window managers.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
exmidi(3alleg4) 						  Allegro manual						   exmidi(3alleg4)

NAME
exmidi - Playing MIDI music. Allegro game programming library. SYNOPSIS
#include <allegro.h> Example exmidi DESCRIPTION
This program demonstrates how to play MIDI files. SEE ALSO
END_OF_MAIN(3alleg4), MIDI(3alleg4), SCREEN_H(3alleg4), SCREEN_W(3alleg4), allegro_error(3alleg4), allegro_init(3alleg4), allegro_mes- sage(3alleg4), clear_to_color(3alleg4), desktop_palette(3alleg4), destroy_midi(3alleg4), font(3alleg4), get_filename(3alleg4), get_midi_length(3alleg4), install_keyboard(3alleg4), install_sound(3alleg4), install_timer(3alleg4), key(3alleg4), keypressed(3alleg4), load_midi(3alleg4), makecol(3alleg4), midi_pause(3alleg4), midi_pos(3alleg4), midi_resume(3alleg4), midi_time(3alleg4), play_midi(3alleg4), readkey(3alleg4), rectfill(3alleg4), rest(3alleg4), screen(3alleg4), set_display_switch_mode(3alleg4), set_gfx_mode(3alleg4), set_pal- ette(3alleg4), text_height(3alleg4), text_length(3alleg4), textprintf_centre_ex(3alleg4) Allegro version 4.4.2 exmidi(3alleg4)