<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[The 1-Bit Forum — Dubstep generator]]></title>
		<link>http://randomflux.info/1bit/viewtopic.php?id=250</link>
		<atom:link href="https://randomflux.info/1bit/extern.php?action=feed&amp;tid=250&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Dubstep generator.]]></description>
		<lastBuildDate>Sat, 09 Jan 2021 15:44:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Dubstep generator]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2273#p2273</link>
			<description><![CDATA[<p>I&#039;ve been wondering for some time if there is a way of replacing the usual 16-bit frequency counters with an LFSR or something of that sort. Feels like such a waste to spend 4 registers on a simple counter every time.</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Sat, 09 Jan 2021 15:44:28 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2273#p2273</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dubstep generator]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2269#p2269</link>
			<description><![CDATA[<p>Great stuff!</p><p>As I understand, the amount of bits involved into an LFSR directly affects to the length of evolutions of the sound in time, while bits change density per second (like, how fast LFSR is counting) affects to the richness of the harmonic content. So here we have 6144*8 bits large LFSR, even though these bits may be used not the most efficient way. Overall it is just like a regular LFSR-based noise generator like in all old sound chips, but with tricky looped sub-periods (noise harmonics?) in it.</p>]]></description>
			<author><![CDATA[null@example.com (Shiru)]]></author>
			<pubDate>Fri, 08 Jan 2021 16:48:02 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2269#p2269</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dubstep generator]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2268#p2268</link>
			<description><![CDATA[<p>SherzhSoft s version is close to it<br />and can be shorter as well ??</p><p>;http://www.pouet.net/prod.php?which=87664<br />;digital opera in 22-2 bytes<br />;Serzhsoft, 2 bytes removed by cborn</p><p>start:<br />ad00&nbsp; &nbsp; &nbsp; di<br />ad01&nbsp; &nbsp; &nbsp; ld e,c&nbsp; &nbsp; &nbsp; &nbsp;; c from basic call = start adres<br />ad02&nbsp; &nbsp; &nbsp; ld hl,0x5800</p><p>ad05&nbsp; &nbsp; &nbsp; ld b,h<br />ad06&nbsp; &nbsp; &nbsp; ld a,(bc)<br />ad07&nbsp; &nbsp; &nbsp; ld e,a<br />ad08&nbsp; &nbsp; &nbsp; add a,e<br />ad09&nbsp; &nbsp; &nbsp; inc bc<br />ad0a&nbsp; &nbsp; &nbsp; dec hl<br />ad0b&nbsp; &nbsp; &nbsp; cpl<br />ad0c&nbsp; &nbsp; &nbsp; out (0xfe),a<br />ad0e&nbsp; &nbsp; &nbsp; sub (hl)<br />ad0f&nbsp; &nbsp; &nbsp; ld (hl),a<br />ad10&nbsp; &nbsp; &nbsp; cp (hl)<br />ad11&nbsp; &nbsp; &nbsp; jr z,ad05</p><p>ad13&nbsp; &nbsp; &nbsp; inc e&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;; &#039;e&#039; will be overwritten and this &#039;inc&#039; can be removed, OR the loop has to be re-rwritten so it will be increased..... a puzzle!!<br />ad14&nbsp; &nbsp; &nbsp; jr ad02</p><br /><p>oops sudden rewrite?<br />in lower memory its funky!!</p><p>;http://www.pouet.net/prod.php?which=87664<br />;digital opera in 22 bytes<br />;Serzhsoft</p><p>start:<br />ad00&nbsp; &nbsp; &nbsp; di<br />ad01&nbsp; &nbsp; &nbsp; ld e,c&nbsp; &nbsp; &nbsp; &nbsp;; c from basic call = start adres<br />ad02&nbsp; &nbsp; &nbsp; ld hl,0x5800</p><p>ad05&nbsp; &nbsp; &nbsp; ld b,h<br />ad06&nbsp; &nbsp; &nbsp; ld a,(bc)</p><p>ad08&nbsp; &nbsp; &nbsp; add a,a<br />ad09&nbsp; &nbsp; &nbsp; inc bc<br />ad0a&nbsp; &nbsp; &nbsp; dec hl<br />ad0b&nbsp; &nbsp; &nbsp; cpl<br />ad0c&nbsp; &nbsp; &nbsp; out (0xfe),a<br />ad0e&nbsp; &nbsp; &nbsp; sub (hl)<br />ad0f&nbsp; &nbsp; &nbsp; ld (hl),a<br />ad10&nbsp; &nbsp; &nbsp; cp (hl)<br />ad11&nbsp; &nbsp; &nbsp; jr z,ad05<br />ad14&nbsp; &nbsp; &nbsp; jr ad02</p>]]></description>
			<author><![CDATA[null@example.com (cborn)]]></author>
			<pubDate>Fri, 08 Jan 2021 16:40:12 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2268#p2268</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dubstep generator]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2266#p2266</link>
			<description><![CDATA[<p>Ah, yes, Serzhsoft delivers, as usual. Thanks for reminding me about that one, I forgot to check that out when it was released!</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Thu, 07 Jan 2021 23:42:11 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2266#p2266</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dubstep generator]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2265#p2265</link>
			<description><![CDATA[<p>like this one?<br /><a href="http://www.pouet.net/prod.php?which=87664">http://www.pouet.net/prod.php?which=87664</a></p>]]></description>
			<author><![CDATA[null@example.com (cborn)]]></author>
			<pubDate>Thu, 07 Jan 2021 21:46:18 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2265#p2265</guid>
		</item>
		<item>
			<title><![CDATA[Re: Dubstep generator]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2264#p2264</link>
			<description><![CDATA[<p>Sounds surprisingly nice for being so simple.</p><div class="codebox"><pre><code>start
  ld b,1
  ld hl,#4000
loop
  ld a,(hl)
  add a,b
  ld b,a
  ld (hl),a
  out (#fe),a
  inc hl
  ld a,h
  cp #58
  jp nz,loop
  jp start</code></pre></div><p>Could&#039;ve easily shaved at least 3 bytes off, though <img src="http://randomflux.info/1bit/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p><p>I still would like to see a bytebeat interpreter for beeper one day. Or rather, bitbeat... I don&#039;t see how it could be done though, considering the thing needs to run in constant time.</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Thu, 07 Jan 2021 19:04:28 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2264#p2264</guid>
		</item>
		<item>
			<title><![CDATA[Dubstep generator]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2262#p2262</link>
			<description><![CDATA[<p>Just came across this on YT <img src="http://randomflux.info/1bit/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p><a href="https://youtu.be/S2huhsg6BcI">https://youtu.be/S2huhsg6BcI</a></p>]]></description>
			<author><![CDATA[null@example.com (AtariTufty)]]></author>
			<pubDate>Thu, 07 Jan 2021 18:27:17 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2262#p2262</guid>
		</item>
	</channel>
</rss>
