mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 23:30:00 +01:00
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
|
|
for(my $j = 0; $j != 360 ; $j ++)
|
|
{
|
|
# 1 frame delay before sending message
|
|
print "+1\n";
|
|
# preset effect 102 (multi mirrors)
|
|
# 0 on the current playing clip/stream
|
|
# with sequenced parameters 0..3 0..25
|
|
print "182:0 0 155 $j;\n";
|
|
}
|