om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Om-synth] root patch/sub patch + lash


From: Atte André Jensen
Subject: [Om-synth] root patch/sub patch + lash
Date: Sat, 12 Aug 2006 12:36:00 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060728)

Hi

I'm new to the new(er) om.

I have lash, patchage, specimen and seq24 running, start om and om_gtk, make a simple patch (attached) in the / window. The connections show up in patchage, I can connect, play and record with it.

However om never shows up in lash_panel. What am I doing wrong?

Also I'm not able to make subpatches work, their connections doesn't show up in patchage. Could someone give me a quick explanation of what I'm supposed to do to make subpatches work? What are they supposed to be used for? If I want to have more than one sound running in om, should I then use subpatches or how is that done?

I'm running a cvs grab of om from a few days ago, all of the above software is compiled by hand...

--
peace, love & harmony
Atte
<?xml version="1.0"?>
<patch>
  <name>bass</name>
  <polyphony>1</polyphony>
  <node>
    <name>ADSR</name>
    <polyphonic>false</polyphonic>
    <type>LADSPA</type>
    <plugin-uri>ladspa:1680</plugin-uri>
    <module-x>1482.000000</module-x>
    <module-y>1109.000000</module-y>
  </node>
  <node>
    <name>Amplifier</name>
    <polyphonic>false</polyphonic>
    <type>LADSPA</type>
    <plugin-uri>ladspa:1067</plugin-uri>
    <module-x>1673.000000</module-x>
    <module-y>1074.000000</module-y>
    <port>
      <name>Gain</name>
      <user-min>0.000000</user-min>
      <user-max>1.000000</user-max>
    </port>
  </node>
  <node>
    <name>Amplitude</name>
    <polyphonic>false</polyphonic>
    <type>LADSPA</type>
    <plugin-uri>ladspa:1070</plugin-uri>
    <module-x>1592.000000</module-x>
    <module-y>1075.000000</module-y>
  </node>
  <node>
    <name>Bandlimited_2</name>
    <polyphonic>false</polyphonic>
    <type>LADSPA</type>
    <plugin-uri>ladspa:1641</plugin-uri>
    <module-x>1485.000000</module-x>
    <module-y>1047.000000</module-y>
  </node>
  <node>
    <name>Om</name>
    <polyphonic>false</polyphonic>
    <type>Internal</type>
    <plugin-uri>om:midi_input</plugin-uri>
    <module-x>1320.000000</module-x>
    <module-y>1075.000000</module-y>
  </node>
  <node>
    <name>Om_2</name>
    <polyphonic>false</polyphonic>
    <type>Internal</type>
    <plugin-uri>om:audio_output</plugin-uri>
    <module-x>1742.000000</module-x>
    <module-y>1097.000000</module-y>
  </node>
  <node>
    <name>Om_3</name>
    <polyphonic>false</polyphonic>
    <type>Internal</type>
    <plugin-uri>om:note_in</plugin-uri>
    <module-x>1393.000000</module-x>
    <module-y>1096.000000</module-y>
  </node>
  <connection>
    <source-node>Om_3</source-node>
    <source-port>Frequency</source-port>
    <destination-node>Bandlimited_2</destination-node>
    <destination-port>Frequency</destination-port>
  </connection>
  <connection>
    <source-node>Om</source-node>
    <source-port>in</source-port>
    <destination-node>Om_3</destination-node>
    <destination-port>MIDI In</destination-port>
  </connection>
  <connection>
    <source-node>Om_3</source-node>
    <source-port>Gate</source-port>
    <destination-node>ADSR</destination-node>
    <destination-port>Gate</destination-port>
  </connection>
  <connection>
    <source-node>Om_3</source-node>
    <source-port>Trigger</source-port>
    <destination-node>ADSR</destination-node>
    <destination-port>Trigger</destination-port>
  </connection>
  <connection>
    <source-node>ADSR</source-node>
    <source-port>Envelope Out</source-port>
    <destination-node>Amplitude</destination-node>
    <destination-port>Input 2</destination-port>
  </connection>
  <connection>
    <source-node>Bandlimited_2</source-node>
    <source-port>Output</source-port>
    <destination-node>Amplitude</destination-node>
    <destination-port>Input 1</destination-port>
  </connection>
  <connection>
    <source-node>Amplitude</source-node>
    <source-port>Output</source-port>
    <destination-node>Amplifier</destination-node>
    <destination-port>Input</destination-port>
  </connection>
  <connection>
    <source-node>Amplifier</source-node>
    <source-port>Output</source-port>
    <destination-node>Om_2</destination-node>
    <destination-port>out</destination-port>
  </connection>
  <preset>
    <name>default</name>
    <control>
      <node-name>ADSR</node-name>
      <port-name>Attack Time (s)</port-name>
      <value>0.000000</value>
    </control>
    <control>
      <node-name>ADSR</node-name>
      <port-name>Decay Time (s)</port-name>
      <value>0.000000</value>
    </control>
    <control>
      <node-name>ADSR</node-name>
      <port-name>Sustain Level</port-name>
      <value>0.000000</value>
    </control>
    <control>
      <node-name>ADSR</node-name>
      <port-name>Release Time (s)</port-name>
      <value>0.000000</value>
    </control>
    <control>
      <node-name>Amplifier</node-name>
      <port-name>Gain</port-name>
      <value>0.100218</value>
    </control>
  </preset>
</patch>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]