Hey, i ws wodering how would you do this with audio tables,should it work with maybe a phasor~ or vline objet to read through through indices? instead of a metro object?
@elsantoenaccion it is a send/receive object for the tempo portion of the patch at the top-left. I cover send/receive in PURE DATA: 09 Send & Receive. This is needed so that you can send bangs at regular intervals in order to traverse the table.
instead of using a spigot you can just use [sel 0] then take the ouput from the right outlet, that's how I always get around the fact that for some reason expr doesn't have a command to send nothing.
@eyesuck17 yea, when I finished this I realized I biffed the [spigot] solution (it wasn't the best method) and I messed up the bang order (causing the delay). It took way too long to make this so I decided to just let it go. as for [sel 0] with the right inlet, indeed a very elegant solution (I always forget about the right inlet of [sel]
after the [expr] you should put a [t f f] to first open/close the spigot and after send the number
figocris 8 months ago
Hey, i ws wodering how would you do this with audio tables,should it work with maybe a phasor~ or vline objet to read through through indices? instead of a metro object?
cocoxguitar 9 months ago
@cocoxguitar yep. that's covered in PURE DATA: 22 Advanced Audio with [tabread4~]
cheetomoskeeto 9 months ago
what is the object of the tempo the bpm, you didn't explain that, anyway, thanks, you really help to undestand this lenguaje cheers
elsantoenaccion 9 months ago
@elsantoenaccion it is a send/receive object for the tempo portion of the patch at the top-left. I cover send/receive in PURE DATA: 09 Send & Receive. This is needed so that you can send bangs at regular intervals in order to traverse the table.
cheetomoskeeto 9 months ago
instead of using a spigot you can just use [sel 0] then take the ouput from the right outlet, that's how I always get around the fact that for some reason expr doesn't have a command to send nothing.
eyesuck17 2 years ago
@eyesuck17 yea, when I finished this I realized I biffed the [spigot] solution (it wasn't the best method) and I messed up the bang order (causing the delay). It took way too long to make this so I decided to just let it go. as for [sel 0] with the right inlet, indeed a very elegant solution (I always forget about the right inlet of [sel]
cheetomoskeeto 2 years ago