pretty cool, maybe u can have 2 different views, one with a piano, and one just with the notes like on my project, (link to project)">(link to project)
This is completely AMAZING! This is the best music maker on the site! You know what I think you should add? Triplet notes! Though that would sort of be difficult. It would be have to be for like a 3rd duration. And in decimal form, that would be like endless. Or maybe you could do multiple notes, though even I don't know how thats possible. Though impressive.
Yeah, that would be impressive! I had to look up what you were talking about on a music theory website (I'm not much of a musician). I'm afraid I wouldn't know where to even start!
In my opinion this is one of the most useful projects, if you want to make music with Scratch. Without the Music Transcriber it took me ages to create a melody.
Now I have tested this new version. It's much better than the old one. The lack of the flats ("b") is a little bit confusing to me. The colored buttons of the old version are more beautiful ;)
.
So maybe I should change the storage format in the Notes list to try and keep track of sharps and flats? I hate to do that...I like the simple (Pitch.Duration) format...and Scratch does not care, all it wants is the note number. So I am not sure how to give you your flats...music is not logical! You should not have two names for the same note.
Here is my problem...when I store notes in the list, there is no way to tell if a note is a flat or a sharp. Is it an "A Sharp" or is it a "B Flat" - they are both the same note number! So which should I show? If I let you pick, as you enter it, then I have to find a way to store the information. And if I store it somewhere other than the Notes list, that information will be lost if the list is Exported then later Imported.
Sorry about the lack of flats...I decided to simplify by just using sharps. I may revisit that decision. The buttons may change :) Thanks for your feedback!
I really like the interface. The piano makes it a lot easier because I can relate to it lol! But, I might change the instrument because the piano might make a little more sense. I also really like the "Graph", it make a lot more sense to people who play music!
This Music Transcriber V2 program is a tool for composing or transcribing music from sheet music for playing with my Christmas Jukebox project.
Entering Notes
==========
Click on the Keyboard or the Scale to enter notes. Make sure the Record button is ON, otherwise you are just practicing the piece.
The current page of notes being displayed is shown in the variable at the bottom center of the display. The page number can be changed by clicking on the triangles surrounding it.
Current Note Functions
================
The current note number is displayed above the Notes list watcher.
The Red Triangle shows the location of the current note. If the current note is set to the middle of a series of notes, new notes entered will replace the current notes. If the current note is at the end of a series of notes, new notes will be added to the end of the piece. Change the current note by drag-and-dropping the Red Triangle or by simply clicking on the stage where you want it to be.
Up/Down Arrow Keys - Move the current note up or down the scale.
Left/Right Arrow Keys - Change the duration value of the current note.
Space Key - Play the current note and advance the current note to the right.
PLAY Button - Play from the current note until the end or the Play button is pressed again. The Space key will play the current note and move the current note to the right one.
DELETE Button - Delete the current note.
INSERT Button - Duplicate the current note inserting it at the current note position.
COPY Button - Copy the current note to the end of the Notes list and move the current note over to the right one place.
Other Functions
===========
DELETE ALL Button -Eerase the entire Notes list. WARNING - use with care!
Technical Notes
===========
The output from this program is the Notes list which contains musical note and note duration information. The format is the note number is to the left of the decimal point and the duration is to the right of the decimal point in 32's of a whole note. For instance a value of 52.32 means to play note 52 for a whole note duration while a value of 52.08 would mean to play the note for only a quarter note duration. Rests have a zero value to the left of the decimal. After you have used this program to make the list of notes, go into Development mode and Export the list by right-clicking on the list watcher. Then, the list can be imported into your project along with the music player sprite from one of my music projects, such as Merry Go Round.
You can also edit the notes directly in the Notes list in Development mode - I suggest you refresh by clicking on Green Flag if you do this. It is possible to make note durations that have no standard costume - these will appear as red quarter notes. They will play fine, but I have no costume for them.
Comments
You need to be logged in to post comments
Add a Comment
This is so cool ... but I'm bad at it ! (:
Yeah...the interface could use some more work...it's not very simple to use yet. Sorry!
(view all replies)I love it but I'm teriable at making songs!
you should make it so you can play it with the keyboard.
yay I played the Song of Time
WOW! THIS IS COOL!
Thank you :) I'm happy you enjoyed it.
(view all replies)wack
mabe u can add new sounds
SHWEET!
lol when i looked at the code, its a million times more comlex than mine
pretty cool, maybe u can have 2 different views, one with a piano, and one just with the notes like on my project, (link to project)">(link to project)
better than the spore Anthem editor, I think.
AWESOME!!! Best music project ever!! i love it!
love it
Its awesome, but the scale is glitched.
Glitched how?
This is completely AMAZING! This is the best music maker on the site! You know what I think you should add? Triplet notes! Though that would sort of be difficult. It would be have to be for like a 3rd duration. And in decimal form, that would be like endless. Or maybe you could do multiple notes, though even I don't know how thats possible. Though impressive.
Yeah, that would be impressive! I had to look up what you were talking about on a music theory website (I'm not much of a musician). I'm afraid I wouldn't know where to even start!
(view all replies)In my opinion this is one of the most useful projects, if you want to make music with Scratch. Without the Music Transcriber it took me ages to create a melody. Now I have tested this new version. It's much better than the old one. The lack of the flats ("b") is a little bit confusing to me. The colored buttons of the old version are more beautiful ;) .
So maybe I should change the storage format in the Notes list to try and keep track of sharps and flats? I hate to do that...I like the simple (Pitch.Duration) format...and Scratch does not care, all it wants is the note number. So I am not sure how to give you your flats...music is not logical! You should not have two names for the same note.
(view all replies)Here is my problem...when I store notes in the list, there is no way to tell if a note is a flat or a sharp. Is it an "A Sharp" or is it a "B Flat" - they are both the same note number! So which should I show? If I let you pick, as you enter it, then I have to find a way to store the information. And if I store it somewhere other than the Notes list, that information will be lost if the list is Exported then later Imported.
(view all replies)Sorry about the lack of flats...I decided to simplify by just using sharps. I may revisit that decision. The buttons may change :) Thanks for your feedback!
that is sweet
I really like the interface. The piano makes it a lot easier because I can relate to it lol! But, I might change the instrument because the piano might make a little more sense. I also really like the "Graph", it make a lot more sense to people who play music!
Thanks...I agree the instument is kind of distracting - lol!
Still pretty rough...any feedback is appreciated.