Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Musical MIDI Accompaniment 1.4 (Default branch) Post 302242458 by Linux Bot on Thursday 2nd of October 2008 02:20:04 AM
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...
 
oss_midiloop(7) 						    OSS Devices 						   oss_midiloop(7)

NAME
oss_midiloop - Loopback MIDI driver. DESCRIPTION
The loopback midi driver makes it possible to create special purpose virtual midi devices based on user land server processes. INTRODUCTION
MIDI loopback devices are like named pipes or pseudo terminals. They are grouped in client and server device pairs. The server side device must be open before the client side device can be opened. SERVER SIDE DEVICE The server side device is used by some special application (such as a software based MIDI synthesizer) to receice MIDI events from the applications that want to play MIDI. CLIENT SIDE DEVICE Client applications such as MIDI players open the client side device when they need to play some MIDI stream (file). The client side device behaves like any "ordinary" MIDI device. However it cannot be opened when there is no program connected to the server side. COMPATIBILITY ISSUES
MIDI loopback devices differ from "normal" MIDI devices because an application is needed at the both ends of the loop. The loop device will return a "Connection reset by peer" error (ECONNRESET) error. Applications designed to be used as loopback based server applications can/should use this error (returned by read or write) as an end-of-stream indication. OPTIONS
o midiloop_instances: Specifies how many loopback client/server MIDI device pairs to be created. Values: 1-16 Default: 1 KNOWN PROBLEMS
None FILES
/etc/oss4/conf/oss_midiloop.conf Device configuration file AUTHOR
4Front Technologies 16 December 2012 oss_midiloop(7)
All times are GMT -4. The time now is 05:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy