Quotile
TABLE OF CONTENTS
Getting Started
Using Quotile
The playback sequencers
The pattern archives
The command line interface
Scripting
Advanced
Macros are the same thing as scripts.
The only difference is that macros are stored in /Data/macros and are easier to run.
Instead of using the run command, macros are run by simply typing their filename on the command line interface.
Here's an example macro: "/Data/macros/stretchero"
echo p1 20
stretch p1 30
If this macro existed (which it does not), issuing the stretchero command on the command line interface would run it.