File: live_input.asd

package info (click to toggle)
soundscaperenderer 0.6.0%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,148 kB
  • sloc: cpp: 36,430; sh: 4,522; makefile: 847; ansic: 762; javascript: 593; python: 57
file content (33 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<asdf
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="asdf.xsd"
  version="0.1">

  <header>
    <name>4 live inputs</name>
    <description>
      This scene creates 4 sound sources and connects them
      to the first 4 inputs of your sound card (if available).
    </description>
  </header>

  <scene_setup>
    <source name="live input 1" model="point">
      <port>1</port>
      <position x="-1.5" y="2"/>
    </source>
    <source name="live input 2" model="point">
      <port>2</port>
      <position x="-0.5" y="2"/>
    </source>
    <source name="live input 3" model="point">
      <port>3</port>
      <position x="0.5" y="2"/>
    </source>
    <source name="live input 4" model="point">
      <port>4</port>
      <position x="1.5" y="2"/>
    </source>
  </scene_setup>
</asdf>