Improv is a C++ environment for writing programs that enable musician/computer interaction using MIDI instruments. Improv programs can be written in special pre-defined environments, or they can be written from scratch using just the basic MIDI input and output classes. Example programs are provided which demonstrate how to use the Improv library. The programs range from simple programs such as one which switches the key number and attack velocity parameters of a MIDI message (switch1) to more complicated programs such as one which statistically analyzes the input notes to estimate the musical key of the performance (keyan). The example programs are sorted according to their use of MIDI I/O connections. Each group of examples share a common programming interface called an environment. There are two primary interactive environments: one for MIDI keyboard interaction, called synthImprov; and another called batonImprov to allow interaction with a radio baton MIDI controller. Also, there are example programs which do not need a pre-defined environment because they do not even use MIDI I/O, or they use it in a simple manner. These example are collected in the improv examples directory. Example programs in this category include cinmidi which is a MIDI input scope, and midimixup which smears the timing information in a standard MIDI file and does not use MIDI I/O. Compiled versions of some of the example programs can be downloaded: [ Linux | MS windows ] More information about Improv can be found on the Documentation page, and keyword searches can be made on the Improv website from the Improv search page. Components
Improv consists of two major components which can be downloaded from the download page.
Portability
Currently, programs using the Improv library run in the Windows 95/NT and Linux operating systems with Intel 75 MHz Pentium CPU's or better. A compile-time definition is used to specify which operating system is being used. For example, the symbol LINUX is defined when compiling for Linux operating systems, and VISUAL is used when compiling for Windows 95/NT systems using Microsoft Visual C++. The Improv programming environment is designed to be portable to different computer operating systems. Porting Improv to other computer systems would involve:
|
Current library version of Improv is 2.2.7, released 27 April 2000.