And its live! http://launch.groups.yahoo.com/group/li
ssage/2422
[ALL] Fixed wrong playback with reversed looped samples
[ALL] Added STOP command.
This one is the equivalent of LSDj's HFF and works only in phrases. In
song mode it will stop the song. In Live mode it will stop immediately
the channel it's sitting into. There's no extra setting to it
[WIN/OSX/DEB/RASPI] MIDICTRLDEVICE setting for the config file.
This will allow to control the piggy from a MIDI device pretty much
the same way as joystick can. A Typical mapping file could contain
<MAPPINGS>
<MAP src="midi:all:0:cc:104" dst="/event/up" />
<MAP src="midi:all:0:cc:105" dst="/event/down" />
<MAP src="midi:all:0:cc:106" dst="/event/left" />
<MAP src="midi:all:0:cc:107" dst="/event/right" />
<MAP src="midi:all:0:note:0" dst="/event/start" />
</MAPPINGS>
Right now there's no additional mapping than the one that existed already
[ALL] Fixed a bug when lega yy00 was used in the first note of any channel
[ALL] Fixed a possible crash when going in the instrument screen from
a note that didn't have an instrument
[ALL] Fixed clicks due to internal numerical overload when mixing
channels (AKA Ghetto pooping)
Huge thanks to Bleo for spending the time on making extremely
detailled bug reports on some hard to figure bugs.
-------