-
ChrisHipgrave
Hi all,
To get 24dB/oct from svf~ do i need to do the following?
[5000\
|
|
[svf~]
|
[svf~]
|
[svf~]
|
[svf~]
|
outThanks,
Chris -
ChrisHipgrave
Hi,
Is there any way of storing all the abstractions from a patch in a separate folder from the main patch without changing the path?
Thanks
Chris -
ChrisHipgrave
Hi all,
I'm trying to get a canvas to display numbers dynamically as a label.
This works:
[ ;
[ receive label word (But this does not:
[100\
|
|
[ ;
[ receive label $1 (Any ideas how i can do this?
Thanks,
Chris -
ChrisHipgrave
Hi,
Is there a LED gui object anywhere? If not, is there a circle cnv?
Thanks
Chris -
ChrisHipgrave
Hi,
I've been looking for an object which is equivilant to the gate object in max/MSP. The object lets symbols/messages/numbers through when the message 1 is recieved and blocks anything going through when a 0 is recieved.
Is there something which will do this in pure data? i know about the cyclone library but i cannot seem to get it working.
Thank you
Chris -
-
ChrisHipgrave
A simpler version would be to use [prepend set /40h]. then you could just link the message into the prepend object.
Chris
-
ChrisHipgrave
@hardoff said:
here's a quick and dirty hack for a circle canvas
Thanks hardoff that should do the trick.
Obiwannabe - The bang button wouldn't work because i need it to stay on once pressed, not sure if you can do that with the bang?
-