Hello everyone,
I'm sort of a newbie to pd, and this is my first question here:
Is there a way to have my abstractions in a separate folder than the one with the patches that use them? I'd like to have a subfolder with those, like a toolbox of sorts.
Thanks!
Ignacio Lois wrote:
Hello everyone,
I'm sort of a newbie to pd, and this is my first question here:
Is there a way to have my abstractions in a separate folder than the one with the patches that use them?
Yes.
http://crca.ucsd.edu/~msp/Pd_documentation/x3.htm#s5
I'd like to have a subfolder with those, like a toolbox of sorts.
Thanks!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Yup. Worked. Thanks!
On Tue, Jan 12, 2010 at 2:19 AM, Claude Heiland-Allen < claudiusmaximus@goto10.org> wrote:
Ignacio Lois wrote:
Hello everyone,
I'm sort of a newbie to pd, and this is my first question here:
Is there a way to have my abstractions in a separate folder than the one with the patches that use them?
Yes.
http://crca.ucsd.edu/~msp/Pd_documentation/x3.htm#s5
I'd like to have a subfolder with those, like a toolbox of sorts.
Thanks!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
you can also use the declare object
On Mon, Jan 11, 2010 at 5:34 PM, Ignacio Lois ignaciolois@gmail.com wrote:
Yup. Worked. Thanks!
On Tue, Jan 12, 2010 at 2:19 AM, Claude Heiland-Allen < claudiusmaximus@goto10.org> wrote:
Ignacio Lois wrote:
Hello everyone,
I'm sort of a newbie to pd, and this is my first question here:
Is there a way to have my abstractions in a separate folder than the one with the patches that use them?
Yes.
http://crca.ucsd.edu/~msp/Pd_documentation/x3.htm#s5
I'd like to have a subfolder with those, like a toolbox of sorts.
Thanks!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Or even simpler, you can use the folder name as a prefix to the object
name, then it'll work without changing preferences, i.e.:
myprojectdir/my-project.pd myprojectdir/toolbox/nicetool.pd
Then in your my-project.pd patch, you can just type: toolbox/nicetool
.hc
On Jan 11, 2010, at 8:34 PM, Ignacio Lois wrote:
Yup. Worked. Thanks!
On Tue, Jan 12, 2010 at 2:19 AM, Claude Heiland-Allen <claudiusmaximus@goto10.org
wrote:
Ignacio Lois wrote: Hello everyone,
I'm sort of a newbie to pd, and this is my first question here:
Is there a way to have my abstractions in a separate folder than the
one with the patches that use them?Yes.
http://crca.ucsd.edu/~msp/Pd_documentation/x3.htm#s5
I'd like to have a subfolder with those, like a toolbox of sorts.
Thanks!
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"Free software means you control what your computer does. Non-free
software means someone else controls that, and to some extent controls
you." - Richard M. Stallman
The current help patch for [bonk~] says the output from the right outlet is the instrument number and a velocity. But there's a third number in the list. What is it?
Thanks, Jonathan
It's a measure of brightness -- the balancing point of the loudness distribution over the filterbang (nominally 11 filters).
cheers Miller
On Mon, Jan 11, 2010 at 08:41:04PM -0800, Jonathan Wilkes wrote:
The current help patch for [bonk~] says the output from the right outlet is the instrument number and a velocity. But there's a third number in the list. What is it?
Thanks, Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hans-Christoph Steiner wrote:
Or even simpler, you can use the folder name as a prefix to the object name, then it'll work without changing preferences, i.e.:
myprojectdir/my-project.pd myprojectdir/toolbox/nicetool.pd
Then in your my-project.pd patch, you can just type: toolbox/nicetool
though then "toolbox" is probably a suboptimal name (imagine what happened if all toolboxes were called "toolbox"), and you should go for something more personalized. i really think that "zexy" is a nice name, but this one is already taken.
fmarsd IOhannes