Shouldn't really be posting this here but really don't know where else to db was my first and pretty much only language.
I need someone in any language that can write a small very easy program for me essentially what i want is this in another language.
rem need to load 88 files named 1-88
for a = 1 to 88
load sound "c:\something\sound"+str$(a)+".wav",a
next a
do
if keystate(2)=1
play sound 1
else
stop sound
endif
loop
this is for an actual piano i built using a torn apart keyboard need to be able to load 88 sound files play the sound file for the corresponding "keycode"
don't necessarily need an exe just the language name and exact working example so i can edit and compile
if anyone can help its greatly appreciated
woulda used db but the old computer in the piano is not dx9 compatible
A child's dream never dies.