<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Noah Walcutt wrote:
<blockquote
 cite="midcf52da7f0802111832q62a3aa92wf5b51ee3b94ce630@mail.gmail.com"
 type="cite">This is my first PD project, thanks to Dave Merrill for
the starter patch and inspiration.<br>
  <div class="gmail_quote"><br>
*If this patch already exists online please refer me to where I can
find it.*<br>
  <br>
1)&nbsp; Here is what I'm trying to do: <br>
  <br>
--Create a patch for Dave Merrill's "<a
 href="http://www.instructables.com/id/DDR-style-musical-instrument/"
 target="_blank">DDR-style musical instrument.</a>"&nbsp; that will play
notes from the cmajor scale when certain pads on the assembly are
depressed.&nbsp; <br>
--Dave has already created a patch that interprets signals from the pad<br>
--I am trying to assign these (eight) signals to different oscillators
so that when a pad is stepped is on one oscillator plays at a time.<br>
  <br>
2)&nbsp; Here are the issues I'm having:<br>
  <br>
--all of the oscillators output continuously when I turn the audio on<br>
--not all of the inlets in cmajorscale_phasor.pd appear to be working
in my subpatch (ie I step on a pad and only 4 of the inlets show they
have recieved a float)<br>
  <br>
3)&nbsp; Attached is a patch of what I've come up with so far, as well as
the other patches written by Dave Merrill.<br>
  <br>
Any help would be most appreciated! <br>
  <br>
  </div>
</blockquote>
Hi Noah,<br>
<br>
just some remarks and ideas:<br>
In your patch you had some double [inlet] objects right on top of each
other, so you had nearly double the inlets you needed, and only half of
those were connected.<br>
In general, construct your patches top-to-bottom rather than
left-to-right.<br>
Place the inlets from left to right, because then you see clearly which
inlet gets what input from the parent patch.<br>
Have a look at the [line~] objects' help file and also the combination
of it with [*~] to make envelopes (see doc/3.audio.examples/A03.line.pd
and A04.line2.pd).<br>
There is no need to have several [dac~] objects. Best to have only one
and use [throw~] [catch~] or [s~] [r~] to send several signals to it.<br>
I attached an adapted version of your cmajorscale patch.<br>
hope this helps,<br>
<br>
Tim<br>
<br>
<blockquote
 cite="midcf52da7f0802111832q62a3aa92wf5b51ee3b94ce630@mail.gmail.com"
 type="cite">
  <div class="gmail_quote">Thanks,<br>
  <font color="#888888"><br>
Noah<br>
  <br>
  </font></div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:PD-list@iem.at">PD-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
  </pre>
</blockquote>
<br>
</body>
</html>