Pages: 1
Topic closed
please see my projects for more info, i have a simple piano simulator, that i would like to add color change, or glow to each click when a note is played, I'd also like to add a record function so you can record loops
Offline
The glow function would be easy. The record function wouldn't. I've remixed yours with the glow function. Just download and look at the scripts. http://scratch.mit.edu/projects/Stickman704test/2357484
As for the record function, that would be more complicated.
Edit: Ok, now I'm guessing you would use a list to record all notes then play it back. I'm figuring it out now (though a really clever person will probably come over and do it in five seconds )
Last edited by Stickman704 (2012-02-26 07:19:11)
Offline
Stickman704 wrote:
The glow function would be easy. The record function wouldn't. I've remixed yours with the glow function. Just download and look at the scripts. http://scratch.mit.edu/projects/Stickman704test/2357484
As for the record function, that would be more complicated.
Edit: Ok, now I'm guessing you would use a list to record all notes then play it back. I'm figuring it out now (though a really clever person will probably come over and do it in five seconds )
here i am
when i receive [record] Add <note number> to list [record] when I receive [playback] repeat until [<lentgh of list> = <(number)>] Set note to [number] play note [(note)] change number by [1] endYou might have to change it slightly
Offline
muppetds wrote:
here i am
when i receive [record] Add <note number> to list [record] when I receive [playback] repeat until [<lentgh of list> = <(number)>] Set note to [number] play note [(note)] change number by [1] endYou might have to change it slightly
I knew I was on the right track
Have an internet
Last edited by Stickman704 (2012-02-26 07:32:36)
Offline
Offline
Topic closed
Pages: 1