-
jamcultur
@whale-av Thanks! What is the purpose of the third and fourth outlets? How should I used them when generating stereo output?
-
jamcultur
[rev3~] has two audio inputs. It it true stereo? The help file doesn't say. It just shows just a single audio source that is routed directly into one input and inverted into the other, but doesn't explain why it does that.
Also, [rev3~] has 4 outputs. What are the functions of the third and fourth outlets? The help file doesn't explain it.
-
-
jamcultur
I upgraded to Pd 0.55.2, and still get the same message. How can I find out what the problem is?
-
jamcultur
I occasionally get an "Audio I/O error" message in red on the Pd console. I'm not getting any other clues what the problem is. The patch sounds the same whether I get the message or not. What's the problem? What's the fix?
This is happening on Windows 10.
-
-
jamcultur
There is a problem with Pure Data patch "3.8.1.1. rfft array" on this page.
When I run the patch, I get a second peak off the edge of the graph, as you can see in the attached image. I'm using Pd 0.55.0. Is this a problem with the patch or with Pure Data? What's the fix?
-
jamcultur
I have a large patch that has gotten very messy because of all the lines connecting objects. I'm considering replacing most of the lines with sends. Does send have more overhead than lines?
-
jamcultur
I tried making the [bang] on the right work like the one on the left by entering "note 100" in the Send symbol field in the Bang Properties, but that didn't work. [r note] gets nothing when I click that bang. If I just enter "note" in Send symbol, without a number, then [r note] gets a bang when I click it. Is there a way to send a number from a bang using Send symbol in Bang Properties? It would make my patches a lot cleaner if I could do that.
-
-
jamcultur
@oid Where are the commands that can be sent to [pdcontrol] documented?
-
-
jamcultur
@benalb That works if I open the patch on the machine where the option was set, but not when the patch is opened on another machine. I'm working on patches that will be distributed to other people, some of whom have very little experience with Pd. Is there a way to trigger zoom from within the patch, so that people on other machines don't have to change their options?
And a related question, is there a way to turn on the DSP from within a patch?
-
jamcultur
The first thing I do when opening my patches is to zoom in using Ctrl+.Is there a way to trigger Ctrl+ from loadbang?
-
jamcultur
@jameslo I had tried closing and reopening the patch, because it seems that it sometimes necessary for changes to take effect, but that didn't help. But when I closed and restarted Pd, it now works. I don't understand why I had to close and restart Pd to make this work, but it does work now. Thank you!
-
jamcultur
@jameslo I still get the "clone: instance number 6 out of range" error when I change the code to this:
-
jamcultur
@jameslo I changed my code to this...
and got this on the console...
Did I do something wrong? -
jamcultur
I'm making a 6-note polyphonic synth using p0ly and clone. The first five notes I play work perfectly, but on the 6th note, I get the error message
"clone: instance number 6 out of range"
How can I fix this?