Shop OBEX P1 Docs P2 Docs Learn Events
Hal Chamberlin's "Musical Applications of Microprocessors" — Parallax Forums

Hal Chamberlin's "Musical Applications of Microprocessors"

John A. ZoidbergJohn A. Zoidberg Posts: 514
edited 2011-09-14 17:56 in General Discussion
Hey there,

I recently acquired a used copy of the book. Although it's outdated, but there are many quick tricks and guides of making music on the microprocessor.

The thing is, the language in the program codes used is in some ASM, and a bit of Fortran and Basic. They can be "ported" to any newer microcontroller programming languages.

I'm reading about the inverse fast fourier transform in that book. I believe that any new dsPICs or higher end microcontrollers could do that quickly nowadays. :smile:

Comments

  • edited 2011-03-27 19:22
    Thanks for the tip. Although it is outdated, Amazon wants $54.17 and up for them.
  • SSteveSSteve Posts: 808
    edited 2011-03-28 17:28
    That was The Bible back when I got into computer music in 1984. Unfortunately I didn't make a whole lot of progress. It's still sitting in a box in a storage locker, though, just in case I ever want to delve back into it.
  • schillschill Posts: 741
    edited 2011-03-28 19:25
    I guess I'm glad I got my (used) copy three years ago - I only had to pay $27 for a hardcover in pretty good condition.
  • Bob Lawrence (VE1RLL)Bob Lawrence (VE1RLL) Posts: 1,720
    edited 2011-03-29 08:39
    I have a copy. He also had it available on CD a few years ago when I contacted him.
  • Heater.Heater. Posts: 21,230
    edited 2011-03-29 08:47
    The PASM FFT I wrote will do 1024 point FFT in about 40ms. It varies a bit with different input data so let's say it can do 10 transforms per second. That's keeping up with a sample rate of 10240 samples persecond, good for an audio bandwidth to 5KHz.

    If we were really keen that algorithm could be split over 2 or 4 COGS for higher bandwidth.

    With a bit of tweaking it can of course perform the inverse transform and be used for sound sysnthesis.

    http://forums.parallax.com/showthread.php?128292-Heater-s-Fast-Fourier-Transform.&highlight=heater_fft

    Mind you that is only good for about 10 bits per sample.
  • Invent-O-DocInvent-O-Doc Posts: 768
    edited 2011-03-29 11:44
    Looks really cool but I won't spend $60 bucks for a copy. I'll keep it on the wish list and look for a deal. Thanks for the topic!
  • NitroChromeNitroChrome Posts: 1
    edited 2011-09-13 13:08
    I've got one. I am an electronic musician. I have a home studio. This text is vital reading for anyone who is interested in home studio recording. It's a fascinating read for a textbook, although the language is rather archaic for today. I wish there was an update. It's an ablosute must, I am surprsed that there is little to none reference material like this one. I would not understand the harmonic content of waveforms if it wasn't for this text. Please tell Hal many thanks for writing this one. :)
  • PublisonPublison Posts: 12,366
    edited 2011-09-13 13:16
    Yes, Mine sits on my book shelve within arm's length to read once and a while. Got it new and have used a lot from the information contained in the book.


    I've got one. I am an electronic musician. I have a home studio. This text is vital reading for anyone who is interested in home studio recording. It's a fascinating read for a textbook, although the language is rather archaic for today. I wish there was an update. It's an ablosute must, I am surprsed that there is little to none reference material like this one. I would not understand the harmonic content of waveforms if it wasn't for this text. Please tell Hal many thanks for writing this one. :)
  • Invent-O-DocInvent-O-Doc Posts: 768
    edited 2011-09-14 17:56
    There are several used copies on amazon right now @ ~$13 plus shipping. Just snagged one (last time i saw this thread, the cheapest copy was more than $50)
Sign In or Register to comment.