<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[writing numbers in array audio rate]]></title><description><![CDATA[<p>Hello everyone, I'm currently searching for a way to write a list of integers into an array at audio speed so ~44100 writings per second approximately. But I'm not sure if this is really possible cause every time I think about it then it comes the moment when I always have to use a snapshot~ and a metro that would carry the time itself at that point.</p>
<p>I've also seen at [bang~] but at 64 block size, it fires bangs at ~1.33 milliseconds which is always slower than a [metro 1].</p>
<p>If you have any suggestion pls let me know and thanks in advance 🤙🏻</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15913/writing-numbers-in-array-audio-rate</link><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 02:59:43 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/15913.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 28 Jun 2026 00:26:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to writing numbers in array audio rate on Sun, 28 Jun 2026 00:26:59 GMT]]></title><description><![CDATA[<p>Hello everyone, I'm currently searching for a way to write a list of integers into an array at audio speed so ~44100 writings per second approximately. But I'm not sure if this is really possible cause every time I think about it then it comes the moment when I always have to use a snapshot~ and a metro that would carry the time itself at that point.</p>
<p>I've also seen at [bang~] but at 64 block size, it fires bangs at ~1.33 milliseconds which is always slower than a [metro 1].</p>
<p>If you have any suggestion pls let me know and thanks in advance 🤙🏻</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15913/writing-numbers-in-array-audio-rate</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15913/writing-numbers-in-array-audio-rate</guid><dc:creator><![CDATA[TheBarker]]></dc:creator><pubDate>Sun, 28 Jun 2026 00:26:59 GMT</pubDate></item><item><title><![CDATA[Reply to writing numbers in array audio rate on Sun, 28 Jun 2026 11:26:50 GMT]]></title><description><![CDATA[<p>maybe its just tabwrite~ really.<br />
<img src="/uploads/files/1782645627128-screenshot_2026-06-28_12-19-46.png" alt="Screenshot_2026-06-28_12-19-46.png" class="img-responsive img-markdown" /></p>
<p>youtube videos maybe has the correct bits    this guy probably has it .</p>
<p><img src="/uploads/files/1782646006916-screenshot_2026-06-28_12-26-24.png" alt="Screenshot_2026-06-28_12-26-24.png" class="img-responsive img-markdown" /></p>
<p>otherwise you take the start list array  which exists at first and then use tabread it at the correct speed  using a counter  and then tabwrite it into the second array.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15913/writing-numbers-in-array-audio-rate/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15913/writing-numbers-in-array-audio-rate/2</guid><dc:creator><![CDATA[willblackhurst]]></dc:creator><pubDate>Sun, 28 Jun 2026 11:26:50 GMT</pubDate></item><item><title><![CDATA[Reply to writing numbers in array audio rate on Sun, 28 Jun 2026 14:17:52 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/thebarker">@TheBarker</a></p>
<p>If it's tabwrite~ then you'd have to bang it precisely when it should loop back around to the beginning of the array. That might be doable at 48 kHz because 48000 is divisible by 64. 44.1 kHz is likely to be trickier.</p>
<p>For this usage, I'm a fan of count~ and poke~ in the cyclone library.</p>
<p>hjh</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/15913/writing-numbers-in-array-audio-rate/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/15913/writing-numbers-in-array-audio-rate/3</guid><dc:creator><![CDATA[ddw_music]]></dc:creator><pubDate>Sun, 28 Jun 2026 14:17:52 GMT</pubDate></item></channel></rss>