patcher argument ?


    Jul 29 2008 | 7:03 am
    hi,
    i'd like to know if it's possible to add arguments to patcher.
    i mean that when you type the name of your patcher followed by one or several arguments, is there a way to use them inside the patcher ?

    • Jul 29 2008 | 7:05 am
      ok i found it.
      it's with [patcherargs]
    • Jul 29 2008 | 7:47 am
      On Jul 29, 2008, at 12:03 AM, Matthieu Pernaud wrote:
      > i mean that when you type the name of your patcher followed by one > or several arguments, is there a way to use them inside the patcher ?
      Yes.
      Chris Muir cbm@well.com http://www.xfade.com
    • Jul 29 2008 | 10:10 am
      You may not need [patcherargs] as putting #1 #2 #3 etc... in your patch will take the first, second and third arguments respectively.
      i.e. if I have a send called [send #1] in side a patcher and I give that patcher the argument foo, the send will become [send foo].