Tutka
-----

Tutka is a free (as in freedom) tracker style MIDI sequencer for
Linux (for now). It is written in C using the GTK+ GUI toolkit.

This version (0.5) is NOT FINISHED and is recommended only for
testing. It may not work, it may loose your work or do other
unintended things. The author takes no responsibility for any
loss of data caused by Tutka. See the TODO file for a list of
bugs and missing features that need to be fixed before Tutka can
be claimed to be stable. There are probably many other bugs as
well.

You should especially note that timing is not precise yet.
A new, precise timing method is needed. It should be available
in version 0.7.



Commands
--------
00 Set MIDI Command value (not implemented yet) (MMD: 00)
01 Slide/Set Pitch Wheel (not implemented yet) (MMD: 01/02/03)
02 End block, set row (set row not implemented yet) (MMD: 0F00/1D)
03 Set playseqpos (MMD: 0B)
04 Stop (MMD command not converted yet) (MMD: 0FFE)
05 Set MIDI Command (not implemented yet) (MMD: 05)
0B Note Delay (MMD: 1F)
0C Velocity/Aftertouch/Note off (aftertouch not implemented yet) (MMD: 0C/0A/0FFF)
0D Channel Pressure (not implemented yet) (MMD: 0D)
0E Set TPL (MMD: 09)
0F Set Tempo (MMD: 0F)



Copyright 2002 Vesa Halttunen

Tutka is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

Tutka is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Tutka; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
