<?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 — Video about 1-bit sound in Apple Lisa]]></title>
		<link>http://randomflux.info/1bit/viewtopic.php?id=296</link>
		<atom:link href="https://randomflux.info/1bit/extern.php?action=feed&amp;tid=296&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Video about 1-bit sound in Apple Lisa.]]></description>
		<lastBuildDate>Thu, 14 Apr 2022 09:37:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2590#p2590</link>
			<description><![CDATA[<p>Thanks. Attachment added. I&#039;m traveling now so will take time to respond. But once I&#039;m back at the physical Lisa, I will try to update this thread if/when I discover more.</p>]]></description>
			<author><![CDATA[null@example.com (kewatsdop)]]></author>
			<pubDate>Thu, 14 Apr 2022 09:37:19 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2590#p2590</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2589#p2589</link>
			<description><![CDATA[<p>At this rate you&#039;ll have polyphony figured out before us, hehe.</p><p>It seems you missed the attachment. The system is a bit stupid, you have to first select the file with the Browse button but then also hit the Add File button.</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Wed, 13 Apr 2022 23:13:19 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2589#p2589</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2587#p2587</link>
			<description><![CDATA[<p>I don&#039;t think there are 9 pulses; the vertical spacing looks arbitrary to me and does not really correspond to volume changes, something else must be causing the spacing (and quite possibly my cheap oscilloscope). There are clearly 8 levels heard from the speaker, and the code responsible for the above is attached.</p><p>Yeah, I don&#039;t expect people to drop everything and start working on the Lisa... it&#039;s been waiting 40 years, can wait a few more! I&#039;ll try to experiment myself a bit within limited capabilities. I&#039;ll be refreshing the thread with progress.</p><p>Ray Arachelian is working on fixing the emulator; he acknowledged my yesterday&#039;s feedback. </p><p>Lastly, just a minute ago I tried a crazy idea to simply keep shoving new and new series of 8 bits to the shift register without waiting for the sound to finish like below, and it&#039;s working — you can basically keep flooding the shift register without changing its state first in any way. Like this:<br /></p><div class="codebox"><pre><code>        MOVE.W #$20,D6
loader  MOVE.W #$FF,D5          ; load only 1s first, then change pattern with every iteration
pusher  MOVE.B  D5,SHR1(A0)
        MOVE.W  #$00D0,D4       ;set some arbitrary delay constant
ticker  DBF     D4,ticker
        DBF     D5,pusher
        DBF     D6,loader</code></pre></div><p>It didn&#039;t choke or anything. Produced weird whizzing sound because we iterated through all possible 8-bit pulse train shapes.</p>]]></description>
			<author><![CDATA[null@example.com (kewatsdop)]]></author>
			<pubDate>Wed, 13 Apr 2022 18:10:08 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2587#p2587</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2586#p2586</link>
			<description><![CDATA[<p>Aye, that looks... pretty bad. I&#039;m actually surprised to see such a result from a resistor ladder. But good to know, thanks a lot for investigating.<br />One question, looks like there are nine pulses, but I would expect 8, with the first one being silent. Do you know what&#039;s going on there?</p><p>In any case, I&#039;m afraid I won&#039;t get around to this any time soon. And first we need to emulator to emulate sound correctly, anyway.</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Wed, 13 Apr 2022 17:09:49 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2586#p2586</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2585#p2585</link>
			<description><![CDATA[<div class="quotebox"><cite>utz wrote:</cite><blockquote><p>(...) However, from the video it sounds like the upper end is somewhat compressed, ie. the increase in volume is not linear. Could you check that with your oscilloscope?</p></blockquote></div><p>The increase in voltage looks linear (see attachment), but linear voltage increase does not translate to linear power increase, so probably that&#039;s why we hear relatively strong difference between quiet levels, and relatively negligible at the loudest levels.</p><p><span class="postimg"><img src="http://forgottencomputer.com/retro/sound/images/lisa_volume_levels.bmp" alt="http://forgottencomputer.com/retro/sound/images/lisa_volume_levels.bmp" /></span></p><p>That&#039;s for frequency 440Hz, 50-percent duty cycle, notes at individual volume levels played in quick succession.</p><br /><p>Also, I am traveling for the next 10 days so won&#039;t be able to test anything on the Lisa. But I&#039;ll test when I&#039;m back if needed.</p>]]></description>
			<author><![CDATA[null@example.com (kewatsdop)]]></author>
			<pubDate>Wed, 13 Apr 2022 14:01:47 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2585#p2585</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2584#p2584</link>
			<description><![CDATA[<p>Yes, I would try reload-stuffing the sreg at the highest (or at least high enough) rate, too. The problem with that approach is however, that with an IRQ running at such high speed, you can&#039;t get much work done in the interrupt. So at best, this still blocks CPU most of the time.</p><p>Another approach would be to to set the max shift freq and just rotate patterns of %01010101/%00010001/%01110111/#ff in combination with playing with built-in volume. That way, you can update at a fairly low rate, say a couple thousand hertz. Though I&#039;m not sure if it&#039;s possible to achieve frequencies outside the audible range in Lisa.</p><p>Edit: You know what might work, too? Treat the sreg as a 1-bit dpcm decoder. There&#039;s plenty of RAM so that could be fun.</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Wed, 13 Apr 2022 08:37:47 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2584#p2584</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2583#p2583</link>
			<description><![CDATA[<p>I guess with M68K and 6522 we can actually set the shift register to the highest shift frequency possible, hook up an IRQ fired when it gets empty, and generate bit stream for a few channels at once not in a timed loop, like we usually do, but for a few iterations ahead. So we&#039;d have the traditional sounding beeper music that will still leave some time for other code to run.</p><p>Another idea is to have the same single voice music as I did on the PET, but modulate the volume with a timer driven rapid changes, like, triangle/saw/pulse, much among the lines of the AY-3-8910 envelope abuse. This approach won&#039;t bring the polyphony, but very complex timbres instead.</p><p>Either way, a good quality sound emulation is needed to be able to tackle the thing. I&#039;m afraid I haven&#039;t seen an actual Lisa at any computer museum here, let alone someone&#039;s personal possession. It is even biggest challenge than the PET in this regard.</p>]]></description>
			<author><![CDATA[null@example.com (Shiru)]]></author>
			<pubDate>Wed, 13 Apr 2022 06:01:52 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2583#p2583</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2581#p2581</link>
			<description><![CDATA[<p>No worries, I didn&#039;t do any work on Shiru&#039;s PET player, I just happened to work on some PET stuff at the same time.</p><p>Yes, we&#039;ll definitely need proper sound emulation. Either way I guess you&#039;ve just signed yourself up for some beta testing if we get around to coding something <img src="http://randomflux.info/1bit/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Tue, 12 Apr 2022 20:42:41 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2581#p2581</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2580#p2580</link>
			<description><![CDATA[<p>Thank you for watching utz and for the kind words. And I&#039;m sorry for totally missing the fact that you worked on the PET implementation with Shiru, I didn&#039;t realize that, I would&#039;ve mentioned!</p><p>In any case yes, the volume gain definitely doesn&#039;t sound linear, and I&#039;ll do the measurements shortly and post here, good idea. </p><p>Also, Ray Arachelian is actively working on fixing the LisaEm based on my feedback, so hopefully soon it will be easier to compose stuff; see here for details <a href="https://lisalist2.com/index.php/topic,255.0.html">https://lisalist2.com/index.php/topic,255.0.html</a></p>]]></description>
			<author><![CDATA[null@example.com (kewatsdop)]]></author>
			<pubDate>Tue, 12 Apr 2022 20:26:25 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2580#p2580</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2578#p2578</link>
			<description><![CDATA[<p>Thanks a lot for another fantastic installment in your &quot;Understanding Computer Sound&quot; series. The amount of work you put into these is mindblowing.<br />Also yes, you totally convinced me that I want to program aunt Lisa. I think both Shiru and me still have nightmares from working with PET and 6522, but in theory it&#039;s a pretty good setup. 68k @ 5MHz is a bit meh, but not too bad considering the other goodies. 3-bit volume control on top of that is <em>excellent</em>. In my head, that translates to 8 channels polyphony already, hehe. However, from the video it sounds like the upper end is somewhat compressed, ie. the increase in volume is not linear. Could you check that with your oscilloscope?</p>]]></description>
			<author><![CDATA[null@example.com (utz)]]></author>
			<pubDate>Tue, 12 Apr 2022 18:17:56 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2578#p2578</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2572#p2572</link>
			<description><![CDATA[<p>Great. I&#039;m really hoping you can exercise the techniques you used on PET, but on the Lisa... very interesting is the 3-bit volume control available on low level which is not available on other platforms of that era (from what I was able to research). In my experiments I was able to switch very fast between lowest and highest volume which created interesting echo effects.</p><p>Also funny how I found your article on the PET very shortly before publishing my video, glad I did because I was able to reference it!</p><p>Apple Lisa has a strong cult following but (almost) no demos, so there&#039;s a fertile ground and large audience if you ever find time to work in it.</p>]]></description>
			<author><![CDATA[null@example.com (kewatsdop)]]></author>
			<pubDate>Tue, 12 Apr 2022 08:35:48 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2572#p2572</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2571#p2571</link>
			<description><![CDATA[<p>Greetings, kewatsdop!</p><p>Wow, just started to watch the video before seeing this post. Very interesting, hopefully will find time to give it a go. My list of obscure computer hardware to pay some love and get some sound of it grown a lot lately, though. Wish the days were 128 hours long.</p>]]></description>
			<author><![CDATA[null@example.com (Shiru)]]></author>
			<pubDate>Tue, 12 Apr 2022 07:37:22 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2571#p2571</guid>
		</item>
		<item>
			<title><![CDATA[Video about 1-bit sound in Apple Lisa]]></title>
			<link>http://randomflux.info/1bit/viewtopic.php?pid=2570#p2570</link>
			<description><![CDATA[<p>Apple Lisa has a 1-bit sound output. I&#039;m exploring the possibilities in this video + challenging others to try and code an engine for that platform for which I lack skills. I know that Shiru (whom I&#039;ve given credit in the video) has done a lot of work on shift register on the PET platform; Lisa offers a similar approach but with a 68K procesor + software-controlled volume. </p><p>Lisa hardware is relatively rare, but there is a good emulator <a href="https://lisaem.sunder.net">https://lisaem.sunder.net</a>; problem is that it does not support sound correctly yet, but its author is actively working to fix it. Once fixed, I hope skilled people will start coding a lot more for that platform, and explore its sound peculiarities.</p><p>For now I had to test all the experiments on a physical machine. I hope with this post to excite others about this platform for which (from what I know) the demoscene is almost non-existent. Except for one Requiem demo which, however, has very simple sound only.</p><p>The video is here: <a href="https://youtu.be/zKRgtbadZ_U">https://youtu.be/zKRgtbadZ_U</a><br />There&#039;s also an accompanying article here: <a href="http://forgottencomputer.com/retro/sound/#applelisa">http://forgottencomputer.com/retro/sound/#applelisa</a></p>]]></description>
			<author><![CDATA[null@example.com (kewatsdop)]]></author>
			<pubDate>Tue, 12 Apr 2022 07:09:28 +0000</pubDate>
			<guid>http://randomflux.info/1bit/viewtopic.php?pid=2570#p2570</guid>
		</item>
	</channel>
</rss>
