Hacker News new | ask | show | jobs
by leviathant 1248 days ago
Can you talk a little bit about the origin of the sequencer in the Tempest? As in, did you start from scratch, were you looking to emulate a particular preexisting model? I recognize that the Tempest was built on different hardware than anything that I presume Roger had ever worked on, but I imagine he contributed to some conceptualization that you then had to translate into a functioning OS.

A long time ago now, I wrote a crude Javascript emulation of a Boss DR-110, and when I got to the sequencer part, I threw in the towel because it seemed to be a step beyond the "hobby" level of effort I was willing to commit, lol.

1 comments

I did the whole thing from scratch. I was not trying to emulate anything in particular, I was working with what we had in the hardware to optimize. We basically pushed the chip to its limits without going heavily into assembly, although if I were to do it again (WHEN I do it again...) it'll be way better =)