Showing posts with label Ugo Capeto Java Music Apps. Show all posts
Showing posts with label Ugo Capeto Java Music Apps. Show all posts

Saturday, April 23, 2011

Ugo Capeto's Ear Training Scale Note

"Ugo Capeto's Ear Training Scale Note" is a little java program I made to train your ear to recognize a mystery note among the notes of a given scale.

After you have chosen the type of scale (major or minor) and the scale tonic (A, B flat or A sharp, B, C, C sharp or D flat, D, E flat or D sharp, E, F, F sharp or G flat, G, A flat or G sharp), it's time to hit "play". The program then plays (as many times as you want - just keep hitting "play") the 7+1 notes of the scale (degree 8 is the tonic one octave higher) in order and adds at the end a mystery note which can be any of those 7+1 notes. Once you think you have identified the mystery note, click on the degree you think the mystery note corresponds to and the program will tell you if it's correct or incorrect.

This is a java program, meaning it can run on any machine that supports java (pc, mac, linux, etc) as long as java, or more exactly the Java Runtime Environment (JRE), is already installed. Don't worry as it is quite easy to install if you don't have it (go to java.com and follow the directions).

If this ear training tool seems like a good idea, visit Ear Training Scale Note on SourceForge, download the rar archive, extract it and double click the java jar file.

This program makes use of jMusic, a library of compositional and audio processing tools.

Friday, December 24, 2010

Ugo Capeto's Ear Training Lower Higher

"Ugo Capeto's Ear Training Lower Higher" is a little java program I made to train your ear to recognize if a note is lower or higher than the previous one in a two-note sequence. I know it seems obvious but you've got to start somewhere.

When you press "Play", a two-note sequence is played and the object of the exercise is to tell if the 2nd note is lower or higher in pitch than the 1st one. As long as you have not answered, pressing the "Play" button plays the same two-note sequence. When you give your answer, the program tells you the pitch of the 1st note in the standard letter notation, the pitch of the 2nd note, whether your answer is correct or incorrect and finally updates your score (number of correct answers/total number of answers). When you press "Play" again, the program generates a new two-note sequence. This goes on until you either close the java window or the number of answers reaches 999.

The 1st note in the sequence is always between C3 and C5. The 2nd note is up to 4 half-steps (semi-tones) lower or higher than the 1st note (can't be the same note though). In other words, the interval is either a minor 2nd (1 half-step apart), a major 2nd (2 half-steps), a minor 3rd (3 half-steps) or a major 3rd (4 half-steps).

This is a java program, meaning it can run on any machine that supports java (pc, mac, linux, etc) as long as java, or more exactly the Java Runtime Environment (JRE), is already installed. Don't worry as it is quite easy to install if you don't have it (go to java.com and follow the directions).

If this ear training tool seems like a good idea, visit Ear Training Lower Higher on SourceForge, download the rar archive, extract it and double click the java jar file.

This program makes use of jMusic, a library of compositional and audio processing tools.