11 lines
706 B
Plaintext
11 lines
706 B
Plaintext
|
|
sync@-7 #optional
|
||
|
|
author name = "Anthony RockStar", email=ant@jamkazam.com
|
||
|
|
prelude@7.0 #number of seconds before music starts
|
||
|
|
play@0 all
|
||
|
|
metro_fin@0 bpm=99 , ticks= 4, pmode=stream , name=click, play=left # finish playing at track timestamp
|
||
|
|
#include@1000 "other file.gmep" #include a file at particular timestamp
|
||
|
|
sync@0 #optional
|
||
|
|
metro_start@0:1:0:3 bpm=130, len = 2.0 , pmode=stream # start time track play timestamp. Play for 2 secs
|
||
|
|
ts@1000 #set the media timestamp explicitly
|
||
|
|
metro_start@+0:0:50:3 bpm=150, ticks = 4.1 , pmode=stream # start metronome at time relative to last explicit ts
|
||
|
|
metro_fin@-200 bpm=160 ,ticks= 4 , pmode=stream # finish playing at track relative to last explicit timestamp
|