My serial to 16 bit parallell 74HC595 shift register circuit is working nicely, giving my ATmega328 circuit more than enough outputs to talk to the SID chip from the Commodore 64. The first steps toward a nice retro synth module. #c64#Commodore64#electronics#arduino
I thought these gems were lost forever, since they stopped working and disappeared from the App Store... Until I discovered that all purchases can still be downloaded, if I make sure to use an iOS that is old enough! Christmas miracle! #Rolando#RinthIsland
@ah8982 @nyquist64 Sure! Here's the code for the triangle pattern. Most likely there are more elegant ways to do this, like for instance the famous one liner:
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
#c64#commodore64#programming#netnarr
@TavernWinter@netnarr It's basically the one we made in lab, with the exception of manually populating the spreadsheet with phrases. I considered changing the script to alter the way sentences are built, but left that part for now. I haven't tried out the python method yet either. #netnarr
Not directly related to the readings, but well worth considering when making interactive works in any genre.
@netnarr#netnarr#ux
https://t.co/qz4RWW7mk5
@dogtrax@netnarr In many cases it interferes with the readability, and also makes it less tempting to approach and read. Especially in the web realm where the reader is less patient, it is important to portion and lay out the text so that it feels approachable.
The voluntary lab was fun and educating this week, as we were planning, developing and debugging the prototype of a poetic platformer game. Except for @tavernwinter & @danielklausen2 everyone else chose the sun over programming for some reason. @netnarr#netnarr#Unity#CSharp