Kay Engert
Kay Engert
  • 2
  • 45 506
ADSR-Envelope with Pure Data
How to make an ADSR-Envelope in Pure Data
Переглядів: 33 256

Відео

How to set up touchOSC and pure data.
Переглядів 12 тис.12 років тому
How to set up the connection between TouchOSC-App and pd.

КОМЕНТАРІ

  • @WARDISWARD
    @WARDISWARD 6 місяців тому

    Why do you use a message + variables into the vline ~ , the pack object is enough to make a list ?

  • @lelus5451
    @lelus5451 Рік тому

    ntof?? atof?? stof?? whats word?? or letters

  • @Technomax2007
    @Technomax2007 2 роки тому

    Not work for me ((((((((

  • @GordonBazsaliJr
    @GordonBazsaliJr 3 роки тому

    this helped me a lot. thank you!

  • @markmarkus808
    @markmarkus808 4 роки тому

    Thanks , I have been looking for a midi controlled adsr in pure data. It is very important that the release section is triggered at the end of each midi note. Thanks again.

  • @timandrew4515
    @timandrew4515 4 роки тому

    awesome! the simplest most direct instruction for an ADSR ever.

  • @wurnotantmlb
    @wurnotantmlb 5 років тому

    there is already one adrs envelope example explained perfectly in the pd browser done by the actual writer of the program.....you just bought a mac isn't it??

  • @djpersonalspace2406
    @djpersonalspace2406 5 років тому

    why use those $2, $4 etc? and not $1 for example?

    • @ringhof
      @ringhof 5 років тому

      $1 is for triggering the envelope (see 4:00)

  • @Apeskinny
    @Apeskinny 5 років тому

    The dollar signs numbers are simply referring to the pack inlets, in this case pitch, attack, decay and sustain, but it could be anything....

  • @csec99TV
    @csec99TV 5 років тому

    Is the sustain value $4 an arbitrary value or does it need to be $4 to work? why can't it be 3 or 0.8 etc

  • @moulinexish
    @moulinexish 6 років тому

    can you or someone explain the message box [1 $2, $4 $3 $2] and the [0 $2] because, really, thanks a lot for the video but it'd be awesome to know how that message box works. :)

  • @MarekTCB
    @MarekTCB 6 років тому

    Hi, what if i want to use the bang button instead of the midi input? I have the oscilators setting the frequency played

  • @longcat
    @longcat 8 років тому

    great video, very helpful, but the definition is not so high - so it's hard to see what's inside the messages between the variables, particularly for the decay - is it right to assume that it's: sustain value ($4) in decay + attack ($3+$2)? so that message contains (1 $2, $4 $3+$2)

  • @primostyles
    @primostyles 8 років тому

    Great, thankyou man

  • @SlayerPowa
    @SlayerPowa 8 років тому

    Thanks !!!

  • @doitnowlabs
    @doitnowlabs 9 років тому

    Great video, thanks!

  • @Barxxo
    @Barxxo 9 років тому

    Thanks!

  • @franknada6427
    @franknada6427 10 років тому

    Finally! This has been a great help thank you!

  • @davidchambers6369
    @davidchambers6369 10 років тому

    Fantastic tutorial. Cheers

  • @sprottenkopf
    @sprottenkopf 10 років тому

    Thank you! For some reason this has been a mystery for me (untill now) from 2009.

  • @mehmetkurtulus7726
    @mehmetkurtulus7726 11 років тому

    incredible video. Thank you so much

  • @ogogaiht
    @ogogaiht 12 років тому

    Thanks a lot!

  • @carltaylor43
    @carltaylor43 12 років тому

    thanks a lot... just what I was looking for :)

  • @icanhazTom
    @icanhazTom 12 років тому

    This was really helpful. Thank you!

  • @fakecake
    @fakecake 12 років тому

    Mh... checklist for the app: OSC - enabled Host - same IP-adress as your PC/MAC Port (outgoing) - same number as in the "udpreceive"-object Wifi - ON! (same as your PC/MAC) checklist for PC/MAC: firewall settings - allow pd to receive messages Wifi - ON! In pd you can check incoming OSC messages with the "print"-object connected to the "unpackOSC"-object. The messages will be printed in the parent window.

  • @fakecake
    @fakecake 12 років тому

    @juanesr92 Sounds like you don't got the mrpeach library. A red dashed box means pd doesn't know this object. Another way to import a library is to make an object and call it "import mrpeach". But this works just for this file. Good luck.