Musical MIDI Accompaniment 1.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Musical MIDI Accompaniment 1.4 (Default branch)
# 1  
Old 10-02-2008
Musical MIDI Accompaniment 1.4 (Default branch)

MMA (Musical MIDI Accompaniment) is an accompaniment generator. It creates MIDI tracks for a soloist to perform over from a user-supplied file containing chords and MMA directives. It is very versatile and generates excellent tracks. It comes with an extensive user-extendable library with a variety of patterns for various popular rhythms, an extensive user manual, and several demo songs. It is a command line driven program. It creates MIDI files which need a sequencer or MIDI file play program. License: GNU General Public License (GPL) Changes:
A -T command line option to limit tracks generated. The AllGrooves command makes it easy to change a set of parameters in a library file. A Debian package has been added to the download section. New man pages have been created for mma, mma-renum, and mma-libdoc. A simple math parser has been added. You can use this anywhere a macro is valid. Anything in $( )$ delimiters is evaluated (safely) using Python. There are many bugfixes and library additions. 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)