Music and Computers
Hearing a Binary Counter
Each of the bits in a binary number has been assigned to a different note.
When the binary number is incremented or decremented, we play a note for
each bit that is one.
To Do:
-
Hit the +1 button.
-
Notice bit 0 becomes one so that the decimal number is one.
-
Hear the lowest frequency corresponding to bit 0. (You may not be able
to hear the lowest note if you are listening to the speakers on a laptop
computer. Try using headphones or external speakers.)
-
Hit +1 again.
-
Notice bit 1 becomes one so that the decimal number is two.
-
Hear the next lowest frequency corresponding to bit 1.
-
Hit +1 again.
-
Notice bit 0 and 1 are both one so that the decimal number is two+one=three.
-
Check the "autoCount" box and watch it count.