Archive for the ‘Audio’ Category

Implementation of a DJ audio mixing application developed in Java

This is a Java DJ audio mixing application (with MIDI connectivity) that I have developed, This is an unfinished project and is work in progress. At present not all the features that I originally intended to implement are complete, I welcome anyone that is interested in this project to get in contact with me. If [...]

Read the rest of this entry »

Interactive Flash Music Jukebox

This is an Interactive Flash jukebox i created, it was developed using ActionScript 2.0 and uses an XML file to dynamically pull the song information into the flash application.

Read the rest of this entry »

Java Electronic Organ

This is an extension to the Java Midi Monitor application I developed, It uses a MIDI keyboard to transmit MIDI messages to the application. It then uses these MIDI messages to generate sine waves, square waves and sawtooth waves on the fly. The pitch of sound is dependent on the Midi message.
The application requests the [...]

Read the rest of this entry »

Java MIDI Message Monitor

This is a simple Java application I developed whilst at university to monitor MIDI messages received from an input midi device.
The application requests the user to chose an input midi device, once the device is connected it then displays the Midi messages via a GUI. The application will close if no MIDI device is selected.
The [...]

Read the rest of this entry »