Articles on topic: computer (6 found)

Subscribe to articles on this topic

Introducing the Random note picker

Here’s a little web app that I put together for quizzing my university students on their scales. (The music majors all have to pass a scale exam, playing randomly-selected major and minor scales.) I hope it’s useful to somebody out there:

  • Quiz students (or yourself) on scales, arpeggios, fingerings, key signatures, ii-V7-I patterns, chord voicings, or whatever. Click “Show options” to pick which notes you want to include.
  • Set “How many?” to 12, and generate 12-tone rows.
  • Set “How many?” to three or four, and generate chromatic or diatonic motives for inspiration for your compositions or improvisation practice.
  • Or whatever.

As always, feel free to contact me with bug reports, feature requests, or mockery of my humble coding skills.

Enjoy!

Introducing the Fingering diagram builder

I’m pleased to present something I’ve been working on, on and off, for a while now. I’m pretty excited about it, and I hope you will check it out and let me know what you think.

This project developed from my own need to quickly and easily create fingering diagrams for the woodwind instruments that I play and teach. Frequently I find myself scribbling saxophone altissimo fingerings onto a scrap of paper during a private lesson, cutting-and-pasting at the photocopier to put together simplified charts for a woodwind methods class, or penciling cryptic markings into musical scores to remind myself which pinky finger to use.

And so, I’m pleased to introduce the Fingering diagram builder. I hope you’ll take it for a spin. Read more

Using autotune in your practice sessions

Autotune has been getting a lot of attention lately. Whether you use it in recording or in performance is between you and your sound guy, but I think it also has useful application in the practice room. Here’s how to use it to shed some light on your own intonation. (I’m using all free Windows software: Audacity and the GSnap plugin. You can also do it with Garage Band if you’re a Mac person.)

  1. Record yourself playing something you would like to get better in tune. Slow scales and arpeggios work great for general intonation practice, but you can also use a repertoire piece.

    Record yourself

  2. Make a duplicate copy of the track.

    Duplicate the track

  3. Dial up some fairly rigorous autotune settings. The simplest way to do this is to use equal temperament settings, but depending on your software and your practicing goals, you can also adapt this to other tuning systems. This is just for practice, so don’t worry about making things sound unnatural. Go a little T-Pain on it.

    Autotune settings

  4. Apply autotune to one of the tracks.

    Autotune one track

  5. Play both tracks back together. The notes that make you wince the most are the ones that are most out of tune. Are there certain notes, registers, or dynamic levels that are consistently a problem?

  6. Try muting the original track and playing along with the tuned one.

I like this method because it’s aural rather than visual (unlike using a chromatic tuner) and because it’s very results-focused. Try it over a few days or weeks and see how quickly you correct the pitch issues in your playing.

MS Excel music hack: Sort musical instruments by score order

For today’s Stupid Microsoft Office Trick, we will be teaching Excel how to sort musical instruments into score order. This has lots of uses for musicians and music educators:

  • Inventories of instruments, sheet music, CD’s, you name it
  • Rosters of students, orchestra members, sub lists, and so forth

For example, suppose I have a list of sheet music for various woodwind instruments:

Chaos!

If I sort alphabetically by column C, I’ll get bassoon pieces first, then clarinet, flute, oboe, and saxophone. But as a musician I rarely have reason to sort things that way. I would rather have the flute pieces on the top, followed by oboe, clarinet, bassoon, and saxophone—a typical score ordering.

I’ll show you three easy steps to make this happen. I’m using Excel 2007 and Windows Vista, but I believe this feature exists in earlier versions of Excel as well. You are on your own for the exact details, unless someone cares to share in the comments section. Read more