Quotile

Home  |  download  |  Perl  |  media  |  documentation  |  clo...@gmail.com
 
TABLE OF CONTENTS

Getting Started


Using Quotile

Every command that you enter in Quotile is stored in the "command history". Pressing the up-arrow will copy your old commands back on to the command line, which is useful for repeating a command or correcting a typo.

The entire contents of the command history can be saved to a script file using the save command.

For example:

save myfile.txt

The saved history can then be replayed using the run command.

For example:

run myfile.txt

These script files can be edited using a text editor. And (jumping ahead a little) adding the command wait to a script will cause the script to pause during playback until step 32 is reached on the playback sequencer.

The command clearhistory will clear out the command history:

clearhistory