|
|
|
|
midi.pas - a Unit for Delphi and Lazarus
|
|
midi.pas
Coming with complete source code
2010-07-22: new Version V 1.4 available now !!!
After adding two changes to the original source ..
- SysEx Out didn't work (EOX was
cut off when sending)
- [TMidiOutput.Close] now checks if handle <> 0
(without that piece of code: when You close a closed
MIDIout You get an exception)
.. I found another file that is also based on the original
implementation by Adrian Meyer. It can be found
in the Delphi ASIO & VST Project:
ohloh - DAV_MidiIO.pas
From this file I took some code lines to improve "my"
midi.pas
to the actual V1.4
Here's the link to the old / original version:
midimountain.com
Here You also find a ZIP file with the Example Application called
demo_MidiDevices_D6.zip
Based on this Example Application (and the edited file midi.pas)
I have written a software for my ROLAND TD-8.
|
|
|
Macaw
a clip based MIDI +Audio Sequencer
The Macaw music software is a program that implements a
clip based MIDI sequencer, which drives a variety of the
most excellent built in plugin instruments and effects,
as well as external MIDI devices and also loads VST plugin
instruments and effects. It has a soundfont loader and
wave editor.
Download the program and/or sourcecode from here:
code.google.com/p/macaw
____________________________________
I compiled Macaw EXE with some bug fixes.
Also Macaw is now easier to handle if You are more focused on
recording Audio. Download here:
Macaw Portable (new .exe file only !)
Macaw Dlls for Portable version
After Download + UnZIP just put the DLL files into the same
folder as the EXE file !
|
|
|
Other MACAW related links:
jump to these linked websites
|
|
a review in german language
A german webside about Macaw 3
KVR Audio Forum
a Community Forum for Music Makers
Audio Editing Overview
This is also a MACAW ... ;-)
HowTo install the
Macaw SOURCE CODE
|
|
|
SysEx Editor - Delphi Sourcecode
|
|
A universal SysEx Editor
Coming with complete source code
Please take a look at SYSEX EDITOR. The software can be
downloaded as EXE from
www.cougar.lu
The complete source code is also available
here
|
|
|
No Source-Code - but a tip:
How to test Your MIDI Interface
|
|
MIDI Interface Test
I found a tool that just does the job:
Download the file
SysExDumper
from the JOMOX website
and extract the windows program
"MidiInterfaceTest_1.0.2.exe". Open the PDF manual
and there You see how to connect MIDI IN and MIDI OUT
for the test procedure.
The other program in the archive is JOMOX specific
and may not be useful for You.
|