Page 1 of 1

Add-on

Posted: Sun Mar 07, 2010 9:27 am
by VisualBasicProgram
Hello!

I am making project "Computer Piano". I would like to add some melodies.
I'd like to make them as add-on, so they can download it online, then set in settings location where the melody is saved in TXT.

If you don't understand what I mean, just respond.

Re: Add-on

Posted: Sun Mar 07, 2010 10:29 am
by TheET
i don't understand . lol

Re: Add-on

Posted: Sun Mar 07, 2010 1:17 pm
by Lewis
I get what you mean i think he means he will have piano keys labeled with numbers maybe? And in the settings It will say something like Number 1's sound: and then a textbox what you can put a music url in:
mysite.com/mysound.ext

I think thats what he means and then he saves all of what the keys should play in a txt file

Dont realy know if that a good explaination but yeah :P

Re: Add-on

Posted: Sun Mar 07, 2010 3:25 pm
by VisualBasicProgram
I mean, I have a piano and I'd like to put in an add-on, where is saved in TXT an example:
Console.Beep(300,300)
Console.Beep(400,300)
so it plays two different tones. I saved the code for whole melody in TXT, but now I need to put this add-on in VB project.