Do you recall back in 2023 where I mentioned failing my C programming class in college? So long ago! Going into this holiday break (a two week vacation for me), I got bored and picked up the old source code and input file and I finished the assignment…on the 30th anniversary of my Incomplete. Assignment:Based …
Tag Archives: C
Ephesus
In school, the prof teaching my “Intro to the C Language” course, Dr. H, really took the “Baptist” part of OBU to heart. The final project was that he would hand us a text file, a book from the New Testament, and we were to write a C program to generate a concordance (an index) …
T.I.meout
Spinning off from the momentum of my JX-3P decoder, I’m attacking the TI tape decoder project again. Managed to successfully detect the tape dumps and get a bit stream, overcoming all the problems of the first attempt. But decoding the bitstream into program code is going to be harder than I thought. I was hoping …
JX-3P Tape Decoder, Decoded
A month or so ago I mentioned that I was working on a project to decode a Roland JX-3P patch tape dump into a spreadsheet so I could see the internal values of all of the patch parameters. I’m pleased to say I’ve finished that project. I’ve posted a full write-up with source code and …
C Tape
Currently working up a project that I’ve finally gained some momentum on. A year ago I set out to learn C, and my rationale for doing so was to write a program that could take all these computer tapes I have from the various computers I had in the late 80’s and decode their audio …