Short:        xMidi
Author:       Gilles Pelletier
Uploader:     gilles pelletier live fr (Gilles Pelletier)
Type:         mus/midi
Version:      1.24 (05-Oct-2024)
Requires:     ANAIIS / Sirion 1.3
Architecture: m68k-amigaos

Introduction
~~~~~~~~~~~~
Midi stream interface


Tests programs
~~~~~~~~~~~~~~
CamdTools are originally designed for AmigaOS4.0, but these versions are 
compiled for KS 1.2 and up (V33).
http://aminet.net/package/mus/midi/camdtools

Tests/ShowClusters
Program to show CAMD clusters.

Tests/MidiWatch
CLI command that print MIDI activity for a MIDI node.
Ex:
MidiWatch "in.0" will print all MIDI activity reading the serial port (with a 
MIDI interface)

As the node is created with the xMidi name,
MidiWatch "in.xxxxx" will print all MIDI codes received by the usb interface.

Tests/ShowKeys
ShowKeys displays a keyboard, and will flash the notes received, like watching
a player piano.

Tests/camd.library
The CAMD library, copy it in LIBS:

rMidi.usbfd
Sirion like driver, for (1,3,0) interfaces, in and out are managed.
Install_driver will install it.

rMidi_t.usbfd
Thylacine/Sirion 1.3 version of rMidi.usbfd

xMidi
Program that takes (1,3,0) interface, in and out, and also transform MIDI into
keyboard events for Sonix.
Perhaps it is better to modify the serial.device unit 0 for Sonix... but it
works this way.


Steps
~~~~~
V1.24 05-Oct-2024 Ajust stack size

V0.03 01-Oct-2024 Fix CAMD usage, must be used with a process, not a task

V0.02 23-Sep-2024 first release

V0.01 04-Dec-2023 gcc version
      02-Sep-2023 Arturia MicroLab

Contact address
~~~~~~~~~~~~~~~
Any mail, comments, suggestions, documentations are welcome!

Please send a mail with the title "ANAIIS" at the following mail address
gilles dot pelletier at live dot fr

Many thanks.