![]() |
|
![]() | ||
|
Subject:
Turning numbers into music
Category: Computers > Software Asked by: macaonghus-ga List Price: $2.00 |
Posted:
28 Oct 2002 07:56 PST
Expires: 27 Nov 2002 07:56 PST Question ID: 90990 |
I want a program that will turn non-sequential numbers into digital music. I have a long list of numbers spanning 2000 units, in txt/xls format and I want to import them into a program that will convert each one into a musical note that my computer can play. It needs to be that easy. I realise the output will be random notes. Sample list: 11082 11345 11920 11183 12293 12299 11929 11524 etc | |
| |
| |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: Turning numbers into music
From: sgroi135-ga on 28 Oct 2002 08:04 PST |
Does the software have to stop after each unit? Or just play them as one long string? |
Subject:
Re: Turning numbers into music
From: seizer-ga on 28 Oct 2002 08:09 PST |
If you still have QBASIC.EXE on your computer (Windows 95, (some) Windows 98, and Windows NT), then you could use the following program on a text file, where each number was on a seperate line: OPEN "input.txt" FOR INPUT AS #1 DO WHILE NOT EOF(1) AND INKEY$="" LINE INPUT #1, a$ SOUND VAL(a$), .7 LOOP It's not at all pretty, but it might give you a good starting point (I haven't tested it, but it should work). |
Subject:
Re: Turning numbers into music
From: macaonghus-ga on 28 Oct 2002 08:23 PST |
Play them as one long string.... and I dont have qbasic though that was a good idea. |
Subject:
Re: Turning numbers into music
From: raphlevien-ga on 30 Oct 2002 00:58 PST |
I know this wasn't what was asked, but I'm reminded of Metamath's ability to turn mathematical proofs into music: http://metamath.flatline.de/mpegif/mmmusic.html |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |