This site requires JavaScript, please enable it in your browser!
Greenfoot back
KiwiMC1482
KiwiMC1482 wrote ...

2014/11/17

Need help with everything

KiwiMC1482 KiwiMC1482

2014/11/17

#
Hi all i'm kinda new to programming in greefoot so i'm not very good and for a school projec I am making a music program where you press a button for the length of note you want and then press the note you want from the keyboard at the top of the screen, this then creates the note you have selected on the stave in the middle of the screen. You have the option to save the notes on the stave to a text file and can load them up later on. That's what I want it to do, i've been making myself busy with all the fluffy GUI stuff putting off actually programming it, I need help! Thanks
danpost danpost

2014/11/17

#
You should at least already have your World class set up with at least one actor class for the music keyboard keys. You could also have actors for the choices of time durations of the keys; however, I think it might be easier to use mouse and keyboard input combination for adjusting the time of a note. This can be achieved by having the staff notes as actors. The staff and measure separators may come in handy as actors also. What do you currently have, as far as the above is concerned?
You need to login to post a reply.