Skip to content

ncassetta/Fl_MIDIKeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fl_MIDIKeyboard

A MIDI Keyboard widget based on FLTK toolkit

The Fl_MIDIKeyboard is a widget developed with FLTK GUI Toolkit (see http://www.fltk.org) by Nicola Cassetta. It allows the user to incorporate into FLTK environment a piano keyboard capable to send MIDI messages to the computer MIDI ports.

It includes these features:

  • Horizontal or vertical keyboard
  • Customizable range
  • Variable ratio between white/black keys height and width
  • Resizing and autoresizing of keys
  • Scrolling with a scrollbar, with the arrow keys on the computer keyboard or with the mouse
  • Playing with a mouse click on the keys or with the computer keyboard (this mode allows playing chords)
  • Callbacks can be executed when a key is pressed or released
  • Can send these MIDI messages: Note On/Off, Program change, Volume, Pan

The widget uses RtMidi library (see http://www.music.mcgill.ca/~gary/rtmidi/ to communicate with the hardware of the computer regardless of operating system. It consists of only one source file and two headers, so it has been incorporated into the source.

The features are shown in the sample programs test_Fl_MIDIKeyboard_hor.cpp and test_Fl_MIDIKeyboard_vert.cpp.

See the BUILDING THE WIDGET page in the docs for building the widget.

Thanks Nicola Cassetta

P.S. Any feedback would be appreciated

Sample programs pictures:

Test horizontal image

The horizontal keyboard

test vertical image

Yhr vertical keyboard

About

A MIDI Keyboard widget based on FLTK toolkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published