Wednesday, August 28, 2002
Mac Freak - System Problems
Wouldn't you know it; just as I'm thinking of my new Alpha-powered linux box, the old Mac gets wheezy - maybe this will help ;->
Wouldn't you know it; just as I'm thinking of my new Alpha-powered linux box, the old Mac gets wheezy - maybe this will help ;->
Thursday, August 22, 2002
Java Sound Programmer's FAQ
2.10.
I have a byte array and want to write these data to an audio file.
Create a ByteArrayInputStream object from the byte array, create an AudioInputStream from it, then call AudioSystem.write(). [TODO: code example, alternative approach via AudioOutputStream]
2.10.
I have a byte array and want to write these data to an audio file.
Create a ByteArrayInputStream object from the byte array, create an AudioInputStream from it, then call AudioSystem.write(). [TODO: code example, alternative approach via AudioOutputStream]
Java Sound Programmer's FAQ
This looks interesting, actually addressing some of the questions I have...
This looks interesting, actually addressing some of the questions I have...
JavaSound
This (Sun tutorial) trail shows you how to use the Java Sound engine in JDK 1.2 to play audio data from both applications and applets. Java Sound enables you to play many types of audio clips, including AIFF, AU, WAV, MIDI, and RMF files.
This (Sun tutorial) trail shows you how to use the Java Sound engine in JDK 1.2 to play audio data from both applications and applets. Java Sound enables you to play many types of audio clips, including AIFF, AU, WAV, MIDI, and RMF files.
Wednesday, August 07, 2002
Jazz Theory & Ear Training
-Art from This is Art on CBC radio 1 is also a teacher of music! This is his approach to jazz ear training
-b
Standard presentations of jazz theory start with a study of a few chord structures: major 7, 7, minor 7, minor 7 b5, diminished 7, and then go into the question of which type of scale (or "mode" as they often incorrectly call it) to play for each one. It has always seemed to me that, for someone interested in getting their ear together, this approach is singularly useless. Sure, armed with a saxophone, you can play a C major scale against any background you want, whether an F# minor chord, or a Boeing 747 crashing into your living room. But try singing it: that is a very different story, and one which I suspect most scale-wanking instrumentalists would rather not confront.
-Art from This is Art on CBC radio 1 is also a teacher of music! This is his approach to jazz ear training
-b
Standard presentations of jazz theory start with a study of a few chord structures: major 7, 7, minor 7, minor 7 b5, diminished 7, and then go into the question of which type of scale (or "mode" as they often incorrectly call it) to play for each one. It has always seemed to me that, for someone interested in getting their ear together, this approach is singularly useless. Sure, armed with a saxophone, you can play a C major scale against any background you want, whether an F# minor chord, or a Boeing 747 crashing into your living room. But try singing it: that is a very different story, and one which I suspect most scale-wanking instrumentalists would rather not confront.