[PD] Hold integer until bang object??

2011-10-16 Thread Sebastian Valenzuela
Hello, Is there an object that will hold a number it has received and wait for an incoming bang to go ahead and SEND that number through its output? Or is there a way to make this work? I would need this to work more than once. For example: *send 41 to object*, *send bang which releases 41 from

Re: [PD] Hold integer until bang object??

2011-10-16 Thread Patrice Colet
Hello, [value] seems to be the object you are looking for Colet Patrice - Mail original - De: Sebastian Valenzuela svalenzuelamu...@gmail.com À: Pure Data Forum pd-list@iem.at Envoyé: Lundi 17 Octobre 2011 03:14:39 Objet: [PD] Hold integer until bang object?? Hello

Re: [PD] Hold integer until bang object??

2011-10-16 Thread Dafydd Hughes
17 Octobre 2011 03:14:39 Objet: [PD] Hold integer until bang object?? Hello, Is there an object that will hold a number it has received and wait for an incoming bang to go ahead and SEND that number through its output? Or is there a way to make this work? I would need this to work more

Re: [PD] Hold integer until bang object??

2011-10-16 Thread Mathieu Bouchard
Le 2011-10-16 à 20:14:00, Sebastian Valenzuela a écrit : Is there an object that will hold a number it has received and wait for an incoming bang to go ahead and SEND that number through its output? If that's an integer (as you say in the subject line), you use [i], alias [int]. For a