Downloads containing JazzTrack readme.txt

Downloads
Name Author Game Mode Rating
TSF with JJ2+ Only: JazzTrackFeatured Download szmol96 Custom / Concept 8.9 Download file

File preview

===================================================================
                            JazzTrack
                              by szmol96
===================================================================


===================================================================
                           Introduction
===================================================================

    JazzTrack is a script inspired by OpenMPT, which can be used
    to compose small tunes using the default JJ2 samples, or
    just listen to them (tunes and samples). Unlike OpenMPT,
    JazzTrack doesn't have support for multiple patterns. Instead,
    there is only one pattern consisting of 256 rows. It is also
    limited to 4 channels,no panning, no effects (vibrato, set
    speed, jump to row etc.) and fixed tempo (this might change if
    I release another version).

===================================================================
                             Controls
===================================================================

 UP ARROW/DOWN ARROW: Change rows. You can also click on a row to
                      select it.
 
 LEFT ARROW/RIGHT ARROW: Change channels. You can also click on a
                         channel to select it.
 
 A: Places a C note in the current octave.

 S: Places a C# note in the current octave.

 D: Places a D note in the current octave.

 F: Places a D# note in the current octave.

 G: Places a E note in the current octave.

 H: Places a F note in the current octave.

 J: Places a F# note in the current octave.

 K: Places a G note in the current octave.

 L: Places a G# note in the current octave.

 ;: ( on a Hungarian keyboard): Places a A note in the current
                              octave.

 '" ( on a Hungarian keyboard): Places a A# note in the current
                              octave.

 \| ( on a Hungarian keyboard): Places a B note in the current
                              octave.

 Q: Places a DEF (default frequency) note.

 BACKSPACE: Clears the current row in the current channel.

 U/I: Change sample. You can also use the !setsamp <sample number>
      command. The command also accepts sample names, in capital
      letters.
 
 O: Preview selected sample in its default frequency. (Try avoiding
    looping samples.)
 
 
 
 Commands
--------------

 !setsamp <sample number>   or   !setsamp <sample name> : See
above.

 !savesong <filename> : Saves the current song as filename.jts.asdat

 !loadsong <filename> : Loads filename.jts.asdat, assuing it's a
                        JazzTrack song.
 
 !clearsong : Clears all rows in all channels.