mAirList 1.5.30 released

Hi.

Here’s another version. Only small improvements. There are two new options for playlists, “always show duration” and “always show ramp”, meaning that “0:00:00” should be displayed instead of a blank cell in case the value is unknown/not set.

The second improvement is the ability to send MIDI messages through scripts, by these functions:

procedure MidiOut(iDevice: integer; iStatus, iData1, iData2: byte); procedure MidiOutListDevices;

The first sends the message to the device specified, the second prints a list of all available devices to the system log.

Torben