/usr/share/doc/libmusic-dev/examples/loop.music is in libmusic-dev 1.0.7-1.2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | np=1
stoptime=1.1
[A]
binary=./eventdelay
args=-d 0.1 -L 1 -b 2
[B]
binary=./eventdelay
args=-d 0.1 -L 2 -b 2
[from]
binary=eventsource
args=-b 5 10 spikes
[to]
binary=eventlogger
args=-b 5
from.out -> A.in [10]
A.out -> B.in [10]
B.out -> A.aux [10]
B.out -> to.in [10]
|