Iain Mott a écrit :
hi if it's a signal related patch, include a "switch~" object in the patch. Send a "0" to it to switch it off and a "1" to switch it back on.
Where is it documented? It seems to work, but does its action applies to the patches within the patch where I put the switch~ object?
On Tue, 6 Feb 2001, Marc [iso-8859-1] Lavall�e wrote:
Iain Mott a �crit :
hi if it's a signal related patch, include a "switch~" object in the patch. Send a "0" to it to switch it off and a "1" to switch it back on.
Where is it documented? It seems to work, but does its action applies to the patches within the patch where I put the switch~ object?
It is not documented as far as I know (there are some comments in the code where it is implemented, but I don't think that is what you were asking for). It will apply to all subpatches. It is the same mechanism as block~ and basically allows you to selectively run portions of the signal graph.
Karl
-- Marc Lavall�e
| Karl W. MacMillan | | Computer Music Department | | Peabody Institute of the Johns Hopkins University | | karlmac@peabody.jhu.edu | | www.peabody.jhu.edu/~karlmac |
Karl MacMillan a écrit :
It is not documented as far as I know (there are some comments in the code where it is implemented, but I don't think that is what you were asking for).
It's all in d_ugen.c. Is there many undocumented objects like these ones? Since I don't want to read all the source code yet, is there an easy way to list all available objects? Then I could extract all objects names, definitions and comments in order to build a quick reference.
On Wed, 7 Feb 2001, Marc [iso-8859-1] Lavall�e wrote:
Karl MacMillan a �crit :
It is not documented as far as I know (there are some comments in the code where it is implemented, but I don't think that is what you were asking for).
It's all in d_ugen.c. Is there many undocumented objects like these ones? Since I don't want to read all the source code yet, is there an easy way to list all available objects? Then I could extract all objects names, definitions and comments in order to build a quick reference.
I think most are in the reference list available by right clicking. It is also not that hard to find most of the objects in the code while avoiding the internals of pd - they are in d_*.c and x_*.c.
Karl
-- Marc Lavall�e
| Karl W. MacMillan | | Computer Music Department | | Peabody Institute of the Johns Hopkins University | | karlmac@peabody.jhu.edu | | www.peabody.jhu.edu/~karlmac |
is there a way to increase the display update when you do a tabsend~ into an array, to make a more responsive scope? (without using the tabwrite~ + metro method)