diff options
Diffstat (limited to 'arts/examples/example_moog.arts')
-rw-r--r-- | arts/examples/example_moog.arts | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/arts/examples/example_moog.arts b/arts/examples/example_moog.arts new file mode 100644 index 00000000..3a6a0586 --- /dev/null +++ b/arts/examples/example_moog.arts @@ -0,0 +1,96 @@ +name=example_moog +module=Arts::Synth_MOOG_VCF +{ + id=17 + x=3 + y=4 + port=frequency + { + id=18 + audio_data=2000.00000 + } + port=resonance + { + id=19 + audio_data=3.00000 + } + port=invalue + { + id=20 + connect_to=47 + } + port=outvalue + { + id=21 + connect_to=36 + connect_to=37 + } +} +module=Arts::Synth_BUS_DOWNLINK +{ + id=26 + x=3 + y=0 + port=busname + { + id=27 + string_data=Moog VCF + } + port=left + { + id=28 + connect_to=44 + } + port=right + { + id=29 + connect_to=45 + } +} +module=Arts::Synth_BUS_UPLINK +{ + id=34 + x=3 + y=6 + port=busname + { + id=35 + string_data=out_soundcard + } + port=left + { + id=36 + connect_to=21 + } + port=right + { + id=37 + connect_to=21 + } +} +module=Arts::Synth_XFADE +{ + id=43 + x=3 + y=2 + port=invalue1 + { + id=44 + connect_to=28 + } + port=invalue2 + { + id=45 + connect_to=29 + } + port=percentage + { + id=46 + audio_data=0.00000 + } + port=outvalue + { + id=47 + connect_to=20 + } +} |