A B C D F G H I J K L M N O P R S T U V W X Y

A

acceptMessage(Date, OSCMessage) - Method in class video.OSCReceiver
(non-Javadoc)
actionPerformed(ActionEvent) - Method in class audio.modules.midi.MIDIFileInput
 
actionPerformed(ActionEvent) - Method in class gui.audio.ControlWindow
 
actionPerformed(ActionEvent) - Method in class gui.audio.InterfaceSelector
 
actionPerformed(ActionEvent) - Method in class gui.audio.optionpanels.AudioOptionPanel
 
actionPerformed(ActionEvent) - Method in class gui.audio.optionpanels.OptionPanel
 
actionPerformed(ActionEvent) - Method in class gui.audio.optionpanels.VideoOptionPanel
 
actionPerformed(ActionEvent) - Method in class gui.AudioServerGUI
 
actionPerformed(ActionEvent) - Method in class gui.common.LogDisplayGUI
 
actionPerformed(ActionEvent) - Method in class gui.CommonGUI
 
actionPerformed(ActionEvent) - Method in class gui.VideoProcessorGUI
 
addAudioInterface(int) - Method in class gui.AudioServerGUI
Adds a new AudioInterfaceIcon to the interface window.
addButton(JButton) - Method in class gui.audio.optionpanels.OptionPanel
Adds a button to this option panel
addComponent(Component) - Method in class gui.audio.optionpanels.OptionPanel
Adds a component to this option panel
addIcon(InterfaceIcon) - Method in class gui.audio.InterfaceWindow
Adds a new icon to the display.
addVideoServer() - Method in class gui.AudioServerGUI
Adds a new VideoServerIcon to the interface window.
after() - Method in class tests.AudioProcessorTests
 
after() - Method in class tests.VideoProcessorTests
 
afterClass() - Static method in class tests.AudioProcessorTests
 
afterClass() - Static method in class tests.VideoProcessorTests
 
audio - package audio
 
audio.modules - package audio.modules
 
audio.modules.line - package audio.modules.line
 
audio.modules.midi - package audio.modules.midi
 
audio.modules.user - package audio.modules.user
 
AudioDummySystem - Class in audio.modules.user
 
AudioDummySystem() - Constructor for class audio.modules.user.AudioDummySystem
 
AudioInput - Interface in audio.modules
This interface defines how an audio module should interact with the audio processor.
AudioInputIcon - Class in gui.audio.icons
Represents an AudioInterface controlled by an AudioProccess object to the user.
AudioInputIcon(int, AudioProcessor, Logger, InterfaceWindow) - Constructor for class gui.audio.icons.AudioInputIcon
 
AudioInputSystem - Interface in audio.modules
A class extending this abstract class will be able to provide a list of audio interfaces that are available from a certain resource on the system.
AudioInterfaceDriver - Class in audio
This class sits between the AudioProcessor object and the various bits of audio hardware on the computer.
AudioInterfaceDriver(Logger, AudioProcessor) - Constructor for class audio.AudioInterfaceDriver
 
audioInterfaceIconExists(int) - Method in class gui.audio.InterfaceWindow
Makes sure that the selected interface is valid.
audioInterfaceIconExists(int) - Method in class gui.AudioServerGUI
 
AudioLineSystem - Class in audio.modules.line
Returns a list of all available Line inputs and outputs on the system.
AudioLineSystem() - Constructor for class audio.modules.line.AudioLineSystem
 
AudioMessage - Class in video
Holds audio information received from a remote AudioProcessor object.
AudioMessage() - Constructor for class video.AudioMessage
 
AudioMIDISystem - Class in audio.modules.midi
Returns a list of all available MIDI devices on a system.
AudioMIDISystem() - Constructor for class audio.modules.midi.AudioMIDISystem
 
AudioModuleSerializer - Class in utilities.serializer
Serializes audio input system modules - add your custom audio input modules to the source for this class.
AudioModuleSerializer() - Constructor for class utilities.serializer.AudioModuleSerializer
 
AudioOptionPanel - Class in gui.audio.optionpanels
Provides the option display when you select an AudioInterfaceIcon.
AudioOptionPanel(InterfaceIcon, InterfaceWindow) - Constructor for class gui.audio.optionpanels.AudioOptionPanel
 
AudioOptionPanel(AudioInputIcon, InterfaceWindow) - Constructor for class gui.audio.optionpanels.AudioOptionPanel
 
AudioProcessor - Class in audio
An AudioProcessor maintains a HashMap of links between AudioInterfaces and VideoServers and acks as a sort of switchboard, taking messages from attached devices and sends them to the connected video servers.
AudioProcessor(Logger) - Constructor for class audio.AudioProcessor
Creates a new audio processor.
audioProcessor - Variable in class gui.audio.icons.InterfaceIcon
 
AudioProcessorGUI - Class in audio
The main method in this class starts an instance of an AudioProcessor and creates a GUI to interact with it.
AudioProcessorGUI() - Constructor for class audio.AudioProcessorGUI
 
AudioProcessorTests - Class in tests
 
AudioProcessorTests() - Constructor for class tests.AudioProcessorTests
 
AudioServerGUI - Class in gui
Provides a nice GUI to interact with an AudioProcessor object and the underlying audio interfaces available on the host platform.
AudioServerGUI(Logger) - Constructor for class gui.AudioServerGUI
 

B

backgroundImage - Variable in class gui.audio.icons.InterfaceIcon
 
before() - Method in class tests.AudioProcessorTests
 
before() - Method in class tests.VideoProcessorTests
 
beforeClass() - Static method in class tests.AudioProcessorTests
 
beforeClass() - Static method in class tests.VideoProcessorTests
 
BouncyCubes - Class in video.modules.user
 
BouncyCubes() - Constructor for class video.modules.user.BouncyCubes
 
buildGUI() - Method in class gui.AudioServerGUI
Adds all the GUI code.
buildGUI() - Method in class gui.CommonGUI
When called, this method should create any GUI widgets required.
buildGUI() - Method in class gui.VideoProcessorGUI
 

C

cancelConnect() - Method in class audio.VideoServer
Stops listening for positive responses to the 'are you alive' question.
cancelConnect() - Method in class gui.audio.icons.VideoServerIcon
Aborts connection attempts
canvas3D - Variable in class video.modules.VideoOutputModule3D
 
clearLog() - Method in class gui.AudioServerGUI
Clears the log.
clearLog() - Method in class gui.CommonGUI
Empties the log
clearLog() - Method in class utilities.logging.Logger
Empties the log file.
clearOptions() - Method in class gui.AudioServerGUI
Blanks the option panel.
clientSocket - Variable in class utilities.controlmessage.ControlMessageListener
 
close() - Method in interface audio.modules.AudioInput
Shuts the interface down and frees any resources associated with it.
close() - Method in class audio.modules.line.LineInterface
 
close() - Method in class audio.modules.midi.MIDIFileInput
 
close() - Method in class audio.modules.midi.MIDIInterface
 
close() - Method in class audio.modules.midi.MIDIReceiver
Empty method that pleases Receiver.
close() - Method in class audio.modules.user.DummyKeyboardInterface
 
collectingNotes - Variable in class video.modules.VideoOutputModule3D
 
CommonGUI - Class in gui
This class contains funtionality that extending classes need to have in common.
CommonGUI(Logger) - Constructor for class gui.CommonGUI
 
connect() - Method in class audio.VideoServer
Connects to a remote VideoProcessor object.
connect() - Method in class gui.audio.icons.VideoServerIcon
Attempts to connect to the remote video server
connected(int) - Method in class audio.AudioProcessor
Tells us whether or not we are connected to the specified video server.
connected() - Method in class gui.audio.icons.VideoServerIcon
Tests to see if a connection exists
connected() - Method in class tests.AudioProcessorTests
 
connectInputToOutput(AudioInput, int) - Method in class audio.AudioProcessor
Links an audio interface to a video server as represented by the thick black lines in the audio processor GUI.
connectInputToOutput() - Method in class tests.AudioProcessorTests
 
containsVideoServer(VideoServer) - Method in class gui.audio.icons.VideoServerIcon
Checks to see if the handed VideoServer object is the one this object represents
ControlMessage - Class in utilities.controlmessage
Objects instantiated from this class are used to send messages between audio and video processors that are not musical data and are critical to the operation of the system.
ControlMessage(int, int, byte[], int) - Constructor for class utilities.controlmessage.ControlMessage
 
ControlMessageListener - Class in utilities.controlmessage
A thread that runs and listens for ControlMessages on a given port.
ControlMessageListener(int, ControlMessageReceiver, Logger) - Constructor for class utilities.controlmessage.ControlMessageListener
 
ControlMessageListener(int, ControlMessageReceiver) - Constructor for class utilities.controlmessage.ControlMessageListener
 
ControlMessageReceiver - Interface in utilities.controlmessage
Provides a known method to handle receiving a control message
ControlMessageSender - Class in utilities.controlmessage
Sends control messages to the specified host and port number
ControlMessageSender(Logger) - Constructor for class utilities.controlmessage.ControlMessageSender
 
ControlMessageSender() - Constructor for class utilities.controlmessage.ControlMessageSender
 
ControlWindow - Class in gui.audio
The left hand panel in the audio processor GUI.
ControlWindow(Logger, AudioServerGUI, AudioProcessor) - Constructor for class gui.audio.ControlWindow
 
createVideoServer() - Method in class audio.AudioProcessor
Creates a new VideoServer object and stores it
createVideoServer() - Method in class tests.AudioProcessorTests
 
currentCell - Variable in class gui.audio.optionpanels.OptionPanel
 
currentPosition - Variable in class video.modules.VideoOutputModule3D
 

D

Debug - Class in video.modules.user
 
Debug() - Constructor for class video.modules.user.Debug
 
debug - Variable in class video.modules.VideoOutputModule
 
debugMessage(AudioMessage) - Method in class video.modules.VideoOutputModule
 
disconnect() - Method in class audio.VideoServer
Disconnects from the remote machine - that is, it stops listening for traffic..
disconnect() - Method in class gui.audio.icons.VideoServerIcon
Disconnects the video server
disconnectInputFromOutputs(AudioInput) - Method in class audio.AudioProcessor
Removes all connections for the specified audio interface.
disconnectInputFromOutputs() - Method in class tests.AudioProcessorTests
 
disconnectOutputFromInputs(VideoServer) - Method in class audio.AudioProcessor
Removes a video server from the HashMap.
disconnectOutputFromInputs() - Method in class tests.AudioProcessorTests
 
draw(Graphics) - Method in class video.modules.user.BouncyCubes
 
draw(Graphics) - Method in class video.modules.user.Debug
 
draw(Graphics) - Method in class video.modules.user.FloatingIslands3D
 
draw(Graphics) - Method in class video.modules.user.FloatingVanishingIslands3D
 
draw(Graphics) - Method in class video.modules.user.Mosaic
 
draw(Graphics) - Method in class video.modules.user.NoteLine
 
draw(Graphics) - Method in class video.modules.user.NoteLine3D
 
draw(Graphics) - Method in class video.modules.user.Squares
 
draw(Graphics) - Method in interface video.modules.VideoOutputModuleInterface
This is essentially the same as a paint(Graphics g) method and is called even if the module is paused.
DummyKeyboardInterface - Class in audio.modules.user
Represents a two octave MIDI keyboard that is playable on a standard PC compatible keyboard.
DummyKeyboardInterface(AudioInterfaceDriver) - Constructor for class audio.modules.user.DummyKeyboardInterface
Plays via the specified driver.

F

fileOutputStream - Static variable in class utilities.serializer.ModuleSerializer
 
findDevices() - Method in class audio.AudioInterfaceDriver
Loads AudioInputSystem objects that have been seralized and placed in the audioModule directory by the genmod shell script (which runs the main methods in the utilities.serializer.AudioModuleSerializer and utilities.serializer.VideoModuleSerializer classes).
FloatingIslands3D - Class in video.modules.user
 
FloatingIslands3D() - Constructor for class video.modules.user.FloatingIslands3D
 
FloatingVanishingIslands3D - Class in video.modules.user
 
FloatingVanishingIslands3D() - Constructor for class video.modules.user.FloatingVanishingIslands3D
 

G

generator - Variable in class video.modules.VideoOutputModule
 
getAction() - Method in class video.AudioMessage
 
getAudioInputIcon(int) - Method in class gui.audio.InterfaceWindow
Returns a reference to the AudioInterfaceIcon at the specified index
getAudioInputIcon(int) - Method in class gui.AudioServerGUI
 
getAverageFPS() - Method in class video.VideoInterface
 
getChannel() - Method in class video.AudioMessage
 
getConnected() - Method in class audio.VideoServer
 
getConnectedVideoServerIcons(Vector) - Method in class gui.audio.InterfaceWindow
Returns a Vector of the icons of all the video servers currently connected
getConnectedVideoServers(AudioInput) - Method in class audio.AudioProcessor
 
getConnectedVideoServers() - Method in class gui.audio.icons.AudioInputIcon
 
getConnectedVideoServers() - Method in class tests.AudioProcessorTests
 
getControlPort() - Method in class audio.VideoServer
 
getControlPort() - Method in class gui.audio.icons.VideoServerIcon
Returns the remote object's control port number
getCurrentlyRunningModuleName() - Method in class audio.VideoServer
 
getCurrentlyRunningModuleName() - Method in class gui.audio.icons.VideoServerIcon
Returns the name of the output module currently running on the remote VideoProcessor object
getDescription() - Method in interface audio.modules.AudioInput
Returns a description of the interface.
getDescription() - Method in class audio.modules.line.LineInterface
 
getDescription() - Method in class audio.modules.midi.MIDIFileInput
 
getDescription() - Method in class audio.modules.midi.MIDIInterface
 
getDescription() - Method in class audio.modules.user.DummyKeyboardInterface
 
getDevices() - Method in class audio.AudioInterfaceDriver
 
getExternalAddress() - Static method in class utilities.network.IPUtils
Returns the external IP address of the local host if possible, if not it returns the loopback address
getExternalAddress(InetAddress) - Static method in class utilities.network.IPUtils
Returns the external IP address of the specified host if possible, if not it returns the loopback address
getFileName() - Method in class utilities.serializer.ModuleInfo
 
getFriendlyName() - Method in interface audio.modules.AudioInput
Returns a user defined interface name or null if the user has not changed it.
getFriendlyName() - Method in class audio.modules.line.LineInterface
 
getFriendlyName() - Method in class audio.modules.midi.MIDIFileInput
 
getFriendlyName() - Method in class audio.modules.midi.MIDIInterface
 
getFriendlyName() - Method in class audio.modules.user.DummyKeyboardInterface
 
getFriendlyName() - Method in class gui.audio.icons.AudioInputIcon
 
getHostName() - Method in class audio.VideoServer
 
getHostName() - Method in class gui.audio.icons.VideoServerIcon
Returns the remote host name
getIndex() - Method in class gui.audio.icons.InterfaceIcon
Returns the index of this icon
getInputDevice(int) - Method in class audio.AudioProcessor
 
getInputDevice() - Method in class tests.AudioProcessorTests
 
getInputDevices() - Method in class audio.AudioProcessor
 
getInputDevices() - Method in class tests.AudioProcessorTests
 
getInterfaceName() - Method in class gui.audio.icons.AudioInputIcon
 
getInterfaces(AudioInterfaceDriver, Logger) - Method in interface audio.modules.AudioInputSystem
 
getInterfaces(AudioInterfaceDriver, Logger) - Method in class audio.modules.line.AudioLineSystem
 
getInterfaces(AudioInterfaceDriver, Logger) - Method in class audio.modules.midi.AudioMIDISystem
 
getInterfaces(AudioInterfaceDriver, Logger) - Method in class audio.modules.midi.MIDIFileInputSystem
 
getInterfaces(AudioInterfaceDriver, Logger) - Method in class audio.modules.user.AudioDummySystem
 
getKeyNumber() - Method in class video.AudioMessage
 
getKeyPressure() - Method in class video.AudioMessage
 
getLocalControlPort() - Method in class audio.VideoServer
 
getLocalControlPort() - Method in class gui.audio.icons.VideoServerIcon
Returns the port number of the local port assigned to listen for control messages
getLogLevel() - Method in class utilities.logging.Logger
 
getMessage() - Method in class utilities.controlmessage.ControlMessage
 
getModuleName() - Method in class utilities.serializer.ModuleInfo
 
getModuleName() - Method in class video.VideoInterface
 
getModuleVersion() - Method in class utilities.serializer.ModuleInfo
 
getName() - Method in class audio.modules.line.AudioLineSystem
 
getName() - Method in class audio.modules.line.LineInterface
 
getName() - Method in class audio.modules.midi.AudioMIDISystem
 
getName() - Method in class audio.modules.midi.MIDIFileInput
 
getName() - Method in class audio.modules.midi.MIDIFileInputSystem
 
getName() - Method in class audio.modules.midi.MIDIInterface
 
getName() - Method in class audio.modules.user.AudioDummySystem
 
getName() - Method in class audio.modules.user.DummyKeyboardInterface
 
getName() - Method in interface utilities.serializer.VDMModule
Returns the name of the module.
getName() - Method in class video.AudioMessage
 
getName() - Method in class video.modules.VideoOutputModule
 
getNote() - Method in class video.AudioMessage
 
getOctave() - Method in class video.AudioMessage
 
getOSCPort() - Method in class audio.VideoServer
.
getOSCPort() - Method in class gui.audio.icons.VideoServerIcon
Returns the remote OSC port
getPathToIcon() - Method in interface audio.modules.AudioInput
Returns the path an image suitable for use as an icon.
getPathToIcon() - Method in class audio.modules.line.LineInterface
 
getPathToIcon() - Method in class audio.modules.midi.MIDIFileInput
 
getPathToIcon() - Method in class audio.modules.midi.MIDIInterface
 
getPathToIcon() - Method in class audio.modules.user.DummyKeyboardInterface
 
getPayload() - Method in class utilities.controlmessage.ControlMessage
 
getPolyphonicKeyPressure() - Method in class video.AudioMessage
 
getRemoteAddress() - Method in class utilities.controlmessage.ControlMessage
 
getRemoteAddressAsString() - Method in class utilities.controlmessage.ControlMessage
 
getReply() - Method in class utilities.controlmessage.ControlMessage
 
getReplyPort() - Method in class utilities.controlmessage.ControlMessage
 
getTime() - Method in class video.AudioMessage
 
getType() - Method in interface audio.modules.AudioInput
Returns the type of the interface - useful for writing specific display algorithms for specific instrument types
getType() - Method in class audio.modules.line.LineInterface
 
getType() - Method in class audio.modules.midi.MIDIFileInput
 
getType() - Method in class audio.modules.midi.MIDIInterface
 
getType() - Method in class audio.modules.user.DummyKeyboardInterface
 
getType() - Method in class video.AudioMessage
 
getVelocity() - Method in class video.AudioMessage
 
getVendor() - Method in interface audio.modules.AudioInput
Returns the interface vendor,
getVendor() - Method in class audio.modules.line.LineInterface
 
getVendor() - Method in class audio.modules.midi.MIDIFileInput
 
getVendor() - Method in class audio.modules.midi.MIDIInterface
 
getVendor() - Method in class audio.modules.user.DummyKeyboardInterface
 
getVersion() - Method in class audio.modules.line.AudioLineSystem
 
getVersion() - Method in class audio.modules.line.LineInterface
 
getVersion() - Method in class audio.modules.midi.AudioMIDISystem
 
getVersion() - Method in class audio.modules.midi.MIDIFileInput
 
getVersion() - Method in class audio.modules.midi.MIDIFileInputSystem
 
getVersion() - Method in class audio.modules.midi.MIDIInterface
 
getVersion() - Method in class audio.modules.user.AudioDummySystem
 
getVersion() - Method in class audio.modules.user.DummyKeyboardInterface
 
getVersion() - Method in interface utilities.serializer.VDMModule
Returns the version of the module.
getVersion() - Method in class video.modules.VideoOutputModule
 
getVideoServer(int) - Method in class audio.AudioProcessor
 
getVideoServer() - Method in class tests.AudioProcessorTests
 
GraphicsTest - Class in utilities.test
Displays information about the display capabilities of your computer that are supported by the JRE.
GraphicsTest() - Constructor for class utilities.test.GraphicsTest
 
gridBag - Variable in class gui.audio.optionpanels.OptionPanel
 
gridBagConstraints - Variable in class gui.audio.optionpanels.OptionPanel
 
gui - package gui
 
gui.audio - package gui.audio
 
gui.audio.icons - package gui.audio.icons
 
gui.audio.optionpanels - package gui.audio.optionpanels
 
gui.common - package gui.common
 

H

halt() - Method in class audio.VideoServerCommunicator
Stops the run() method from running.
halt() - Method in class utilities.controlmessage.ControlMessageListener
Stops this object from running and closes it down cleanly
halt() - Method in class video.modules.user.BouncyCubes
 
halt() - Method in class video.modules.user.Debug
 
halt() - Method in class video.modules.user.Mosaic
 
halt() - Method in class video.modules.user.NoteLine
 
halt() - Method in class video.modules.user.Squares
 
halt() - Method in class video.modules.VideoOutputModule3D
 
halt() - Method in interface video.modules.VideoOutputModuleInterface
Called to allow the module to free up any resources in use when it is to shut down.
HEIGHT - Static variable in class gui.audio.icons.InterfaceIcon
 

I

in - Variable in class utilities.controlmessage.ControlMessageListener
 
index - Variable in class gui.audio.icons.InterfaceIcon
 
info - Variable in class video.modules.VideoOutputModule
 
infoFile - Static variable in class utilities.serializer.ModuleSerializer
 
init() - Method in class tests.VideoProcessorTests
 
init() - Method in class video.modules.user.BouncyCubes
 
init() - Method in class video.modules.user.Debug
 
init() - Method in class video.modules.user.FloatingIslands3D
 
init() - Method in class video.modules.user.FloatingVanishingIslands3D
 
init() - Method in class video.modules.user.Mosaic
 
init() - Method in class video.modules.user.NoteLine
 
init() - Method in class video.modules.user.NoteLine3D
 
init() - Method in class video.modules.user.Squares
 
init() - Method in class video.modules.VideoOutputModule
 
init() - Method in class video.modules.VideoOutputModule3D
 
init() - Method in interface video.modules.VideoOutputModuleInterface
This method should do anything that may affect the environment - open windows and so on.
init(int, int, boolean) - Method in class video.VideoProcessor
When called, this object starts to listen on the specified ports.
initialiseDisplay() - Method in class gui.AudioServerGUI
Create a new browser in a thread safe manner.
initialiseDisplay() - Method in class gui.CommonGUI
Thread safe GUI initialisation.
InputStatusBox - Class in gui.audio
The little red/green on/off area of all the audio input icons.
InputStatusBox(boolean, Logger) - Constructor for class gui.audio.InputStatusBox
 
InterfaceIcon - Class in gui.audio.icons
Provides common functionality to interface icons.
InterfaceIcon(InterfaceWindow) - Constructor for class gui.audio.icons.InterfaceIcon
 
InterfaceSelector - Class in gui.audio
The top half of the panel on the left of the audio processor GUI, this class shows a list of available audio inputs and allows the user to select them for use in the program.
InterfaceSelector(AudioServerGUI, AudioProcessor, Logger) - Constructor for class gui.audio.InterfaceSelector
 
interfaceWindow - Variable in class gui.audio.icons.InterfaceIcon
 
InterfaceWindow - Class in gui.audio
The large white area on the right hand side of the audio processor GUI, this class contains all the icons and controls how they are moved around and the representations of the links between them.
InterfaceWindow(Logger, AudioServerGUI) - Constructor for class gui.audio.InterfaceWindow
 
IntField - Class in gui.common
A JTextField that only accepts numbers.
IntField(int) - Constructor for class gui.common.IntField
 
IntField(int, int) - Constructor for class gui.common.IntField
 
IPUtils - Class in utilities.network
A utility class to find out certain bits of information about the network status/capabilities of the current host.
IPUtils() - Constructor for class utilities.network.IPUtils
 
isConnecting() - Method in class audio.VideoServer
 
isOpen() - Method in interface audio.modules.AudioInput
Should return whether the interface is in a state where it can start transmitting data.
isOpen() - Method in class audio.modules.line.LineInterface
 
isOpen() - Method in class audio.modules.midi.MIDIFileInput
 
isOpen() - Method in class audio.modules.midi.MIDIInterface
 
isOpen() - Method in class audio.modules.user.DummyKeyboardInterface
 
isRunning() - Method in class gui.audio.icons.AudioInputIcon
 
isVideo - Variable in class gui.audio.icons.InterfaceIcon
 
isVideo() - Method in class gui.audio.icons.InterfaceIcon
Returns whether or not this icon represents a video ouput

J

Java3DTest - Class in utilities.test
Running the main method of this class will ensure that Java3D is running correctly on your machine.
Java3DTest() - Constructor for class utilities.test.Java3DTest
 

K

keyPressed(KeyEvent) - Method in class gui.common.IntField
 
keyPressed(KeyEvent) - Method in class video.modules.VideoOutputModule
 
keyReleased(KeyEvent) - Method in class gui.common.IntField
 
keyReleased(KeyEvent) - Method in class video.modules.VideoOutputModule
 
keyTyped(KeyEvent) - Method in class gui.common.IntField
 
keyTyped(KeyEvent) - Method in class video.modules.VideoOutputModule
 
killScreen() - Method in class video.VideoInterface
Shuts down the video output module.

L

labelAxes(int) - Method in class video.modules.VideoOutputModule3D
Place numbers along the X- and Z-axes at the integer positions
LineInterface - Class in audio.modules.line
Needs work.
LineInterface(Mixer.Info, Logger) - Constructor for class audio.modules.line.LineInterface
 
LineReceiver - Class in audio.modules.line
This class is not quite there yet.
LineReceiver(TargetDataLine, AudioFormat, LineInterface) - Constructor for class audio.modules.line.LineReceiver
 
LineTest - Class in utilities.test
Displays information about the line inputs and outputs available on your computer that are supported by the JRE.
LineTest() - Constructor for class utilities.test.LineTest
 
linkToOutput(VideoServerIcon) - Method in class gui.audio.icons.AudioInputIcon
Tells the AudioProcessor to link this AudioInterface to the given VideoServer
listenPort - Variable in class utilities.controlmessage.ControlMessageListener
 
listenSocket - Variable in class utilities.controlmessage.ControlMessageListener
 
log - Variable in class gui.CommonGUI
A string representation of the local log file
log(String, int) - Method in class video.modules.VideoOutputModule
 
log(Object, String, int) - Method in class video.VideoInterface
Passes a log entry up to the VideoProcessor, which will write it out if it is in logging mode.
log(Object, String, int) - Method in class video.VideoProcessor
Called internally by this and other objects.
LogDisplayGUI - Class in gui.common
This class displays the contents of the log file in a window at the bottom of the audio processor GUI and/or the video processor GUI when it is in logging mode.
LogDisplayGUI(Logger, CommonGUI) - Constructor for class gui.common.LogDisplayGUI
 
logDisplayGUI - Variable in class gui.CommonGUI
The logging pane
logger - Variable in class gui.audio.icons.InterfaceIcon
 
logger - Variable in class gui.CommonGUI
An object used for logging
logger - Variable in class utilities.controlmessage.ControlMessageListener
 
logger - Variable in class utilities.controlmessage.ControlMessageSender
 
Logger - Class in utilities.logging
This object allows detailed logging to take place.
Logger(String, int) - Constructor for class utilities.logging.Logger
 
logIt(Object, String, int) - Method in class utilities.logging.Logger
Method that does the actual writing to the log file.
lookingAt - Variable in class video.modules.VideoOutputModule3D
 

M

main(String[]) - Static method in class audio.AudioProcessorGUI
 
main(String[]) - Static method in class tests.RunTests
 
main(String[]) - Static method in class utilities.serializer.AudioModuleSerializer
 
main(String[]) - Static method in class utilities.serializer.VideoModuleSerializer
 
main(String[]) - Static method in class utilities.test.GraphicsTest
 
main(String[]) - Static method in class utilities.test.Java3DTest
 
main(String[]) - Static method in class utilities.test.LineTest
 
main(String[]) - Static method in class utilities.test.MIDITest
 
main(String[]) - Static method in class utilities.test.OSCDataSender
 
main(String[]) - Static method in class video.VideoProcessor
 
makeComposite(float) - Method in class video.modules.VideoOutputModule
 
makeText(Vector3d, String) - Method in class video.modules.VideoOutputModule3D
Create a Text2D object at the specified vertex
MIDIFileInput - Class in audio.modules.midi
 
MIDIFileInput(AudioInterfaceDriver, Logger) - Constructor for class audio.modules.midi.MIDIFileInput
 
MIDIFileInputSystem - Class in audio.modules.midi
 
MIDIFileInputSystem() - Constructor for class audio.modules.midi.MIDIFileInputSystem
 
MIDIInput - Interface in audio.modules.midi
 
MIDIInterface - Class in audio.modules.midi
Represents a given MIDI interface on the audio host computer.
MIDIInterface(MidiDevice, AudioInterfaceDriver, Logger) - Constructor for class audio.modules.midi.MIDIInterface
 
MIDIReceiver - Class in audio.modules.midi
Receives messages from the MIDI system, filters non-musical data and sends it back upstream to a MIDIInterface object.
MIDIReceiver(MIDIInput) - Constructor for class audio.modules.midi.MIDIReceiver
 
MIDITest - Class in utilities.test
Displays information about the MIDI inputs and outputs available on your computer that are supported by the JRE.
MIDITest() - Constructor for class utilities.test.MIDITest
 
ModuleInfo - Class in utilities.serializer
Contains information about modules in the same directory - ie.
ModuleInfo(String, String, String) - Constructor for class utilities.serializer.ModuleInfo
 
moduleInfo - Static variable in class utilities.serializer.ModuleSerializer
 
moduleLoaded() - Method in class video.VideoInterface
 
modules - Static variable in class utilities.serializer.ModuleSerializer
 
ModuleSerializer - Class in utilities.serializer
Contains common functionality for the AudioModuleSerializer and VideoModuleSerializer classes
ModuleSerializer() - Constructor for class utilities.serializer.ModuleSerializer
 
Mosaic - Class in video.modules.user
 
Mosaic() - Constructor for class video.modules.user.Mosaic
 
mouseClicked(MouseEvent) - Method in class gui.audio.InterfaceWindow
 
mouseDragged(MouseEvent) - Method in class gui.audio.InterfaceWindow
 
mouseEntered(MouseEvent) - Method in class gui.audio.InterfaceWindow
 
mouseExited(MouseEvent) - Method in class gui.audio.InterfaceWindow
 
mouseMoved(MouseEvent) - Method in class gui.audio.InterfaceWindow
 
mousePressed(MouseEvent) - Method in class gui.audio.InterfaceWindow
 
mouseReleased(MouseEvent) - Method in class gui.audio.InterfaceWindow
 
moveIcon(int, int) - Method in class gui.audio.icons.InterfaceIcon
Moves the icon to the specified position

N

name - Variable in class video.modules.VideoOutputModule
 
NoteLine - Class in video.modules.user
 
NoteLine() - Constructor for class video.modules.user.NoteLine
 
NoteLine3D - Class in video.modules.user
 
NoteLine3D() - Constructor for class video.modules.user.NoteLine3D
 
numConnections(AudioInput) - Method in class audio.AudioProcessor
Returns how many video servers a given audio interface is connected to.
numConnections() - Method in class tests.AudioProcessorTests
 
numLinks() - Method in class gui.audio.icons.AudioInputIcon
 

O

objectFile - Static variable in class utilities.serializer.ModuleSerializer
 
open() - Method in interface audio.modules.AudioInput
Turns on the interface - it should then be in a state where it can start transmitting data.
open() - Method in class audio.modules.line.LineInterface
 
open() - Method in class audio.modules.midi.MIDIFileInput
 
open() - Method in class audio.modules.midi.MIDIInterface
 
open() - Method in class audio.modules.user.DummyKeyboardInterface
 
OptionPanel - Class in gui.audio.optionpanels
Provides a base set of functionality for option panels
OptionPanel() - Constructor for class gui.audio.optionpanels.OptionPanel
 
OptionPanel(InterfaceIcon) - Constructor for class gui.audio.optionpanels.OptionPanel
 
OSCDataSender - Class in utilities.test
A utility class to send OSC data to a remote host.
OSCDataSender() - Constructor for class utilities.test.OSCDataSender
 
OSCReceiver - Class in video
This class listens for incoming OSC packets, extracts the data and sends it to the video processor
OSCReceiver(VideoProcessor) - Constructor for class video.OSCReceiver
 
OutputStatusBox - Class in gui.audio
The little red/green on/off area of all the video output icons.
OutputStatusBox(boolean, Logger) - Constructor for class gui.audio.OutputStatusBox
 

P

paint(Graphics) - Method in class video.modules.VideoOutputModule
Called by passive rendering
paintComponent(Graphics) - Method in class gui.audio.icons.AudioInputIcon
 
paintComponent(Graphics) - Method in class gui.audio.icons.InterfaceIcon
 
paintComponent(Graphics) - Method in class gui.audio.icons.VideoServerIcon
 
paintComponent(Graphics) - Method in class gui.audio.InterfaceWindow
 
paintComponent(Graphics) - Method in class gui.audio.StatusBox
 
parent - Variable in class utilities.controlmessage.ControlMessageListener
 
path - Static variable in class utilities.serializer.ModuleSerializer
 
paused - Variable in class video.modules.VideoOutputModule
 

R

receiveControlMessage(ControlMessage) - Method in class audio.VideoServerCommunicator
 
receiveControlMessage() - Method in class tests.VideoProcessorTests
 
receiveControlMessage(ControlMessage) - Method in interface utilities.controlmessage.ControlMessageReceiver
The object should decode and act on the passed message
receiveControlMessage(ControlMessage) - Method in class video.VideoProcessor
Receives a control message from the AudioProcessor including an object
receiveMessage(Object[]) - Method in class audio.modules.line.LineInterface
 
receiveMessage(ShortMessage) - Method in class audio.modules.midi.MIDIFileInput
This is called by the midi receiver and is used to process MIDI events for sending as OSC messages.
receiveMessage(ShortMessage) - Method in interface audio.modules.midi.MIDIInput
 
receiveMessage(ShortMessage) - Method in class audio.modules.midi.MIDIInterface
This is called by the midi receiver and is used to process MIDI events for sending as OSC messages.
receiveMessage(AudioMessage) - Method in class video.modules.user.BouncyCubes
 
receiveMessage(AudioMessage) - Method in class video.modules.user.Debug
 
receiveMessage(AudioMessage) - Method in class video.modules.user.FloatingIslands3D
 
receiveMessage(AudioMessage) - Method in class video.modules.user.FloatingVanishingIslands3D
 
receiveMessage(AudioMessage) - Method in class video.modules.user.Mosaic
 
receiveMessage(AudioMessage) - Method in class video.modules.user.NoteLine
 
receiveMessage(AudioMessage) - Method in class video.modules.user.NoteLine3D
 
receiveMessage(AudioMessage) - Method in class video.modules.user.Squares
 
receiveMessage(AudioMessage) - Method in interface video.modules.VideoOutputModuleInterface
Called when some audio data has been recieved.
receiveMessage(AudioMessage) - Method in class video.VideoInterface
Receives an AudioMessage object from the VideoProcessor and hands it to the active module.
receiveOCIMessage() - Method in class tests.VideoProcessorTests
 
receiveOSCMessage(Object[]) - Method in class video.VideoProcessor
Receives an OSC message from the AudioProcessor
reconnect() - Method in class gui.audio.icons.VideoServerIcon
Disconnects and reconnects the video server
remove() - Method in class gui.audio.icons.InterfaceIcon
Removes this icon
removeIcon(InterfaceIcon) - Method in class gui.audio.InterfaceWindow
Removes an interface icon from the display
removeVideoServerIcon(VideoServerIcon) - Method in class gui.audio.InterfaceWindow
Removes the specified video server icon.
render(Graphics) - Method in class video.modules.VideoOutputModule
Called by active rendering
run() - Method in class audio.modules.line.LineReceiver
 
run() - Method in class audio.VideoServerCommunicator
 
run() - Method in class utilities.controlmessage.ControlMessageListener
Provides the main thread operation.
run() - Method in class video.VideoInterface
The frames of the animation are drawn inside the while loop.
running() - Method in class audio.VideoServerCommunicator
 
running - Variable in class utilities.controlmessage.ControlMessageListener
 
running() - Method in class video.VideoInterface
 
RunTests - Class in tests
Conjectures and Refutations
RunTests() - Constructor for class tests.RunTests
 

S

selectedIcon - Variable in class gui.audio.optionpanels.OptionPanel
 
send(MidiMessage, long) - Method in class audio.modules.midi.MIDIReceiver
Receives a MIDI message.
send(OSCMessage) - Method in class audio.VideoServer
Sends an OSC message.
sendMessage(Object[], AudioInput) - Method in class audio.AudioInterfaceDriver
This passes messages on to the AudioProcessor class this class is contained in
sendMessage(Object[], AudioInput) - Method in class audio.AudioProcessor
Sends an OSC message to the video server.
sendMessage() - Method in interface audio.modules.AudioInput
Send locally stored messages when called.
sendMessage() - Method in class audio.modules.line.LineInterface
 
sendMessage() - Method in class audio.modules.midi.MIDIFileInput
 
sendMessage() - Method in class audio.modules.midi.MIDIInterface
 
sendMessage() - Method in class audio.modules.user.DummyKeyboardInterface
 
sendMessage() - Method in class tests.AudioProcessorTests
 
sendMessage(ControlMessage, byte[], int) - Method in class utilities.controlmessage.ControlMessageSender
Sends a message to the passed IP address and port number
sendVideoInterfaceModule(VideoOutputModule) - Method in class audio.VideoServer
Sends a VideoInterfaceModule to the remove VideoProcessor.
sendVideoInterfaceModule(VideoOutputModule) - Method in class audio.VideoServerCommunicator
Packs up the passed module into a ControlMessage and sends it to the remove VideoProcessor.
sendVideoInterfaceModule(VideoOutputModule) - Method in class gui.audio.icons.VideoServerIcon
Sends the handed VideoOutputModule to the remote VideoProcessor object
seralizeModules() - Static method in class utilities.serializer.ModuleSerializer
 
setAction(String) - Method in class video.AudioMessage
 
setAudioProcessor(AudioProcessor) - Method in class gui.AudioServerGUI
Sets the AudioProcessor this GUI talks to.
setChannel(int) - Method in class video.AudioMessage
 
setConnected(boolean) - Method in class audio.VideoServer
Sets whether or not we are currently connected.
setConnecting(boolean) - Method in class audio.VideoServer
Sets whether or not we are connecting.
setControlPort(int) - Method in class audio.VideoServer
Sets the control port on the remote VideoProcessor.
setControlPort(int) - Method in class gui.audio.icons.VideoServerIcon
Sets the remote object representation's control port number
setCurrentlyRunningModuleName(String) - Method in class audio.VideoServer
Sets the name of the module currently running on the remove VideoProcessor.
setFileName(String) - Method in class utilities.serializer.ModuleInfo
 
setFriendlyName(String) - Method in interface audio.modules.AudioInput
Used when the user changes the name of the interface in the audio processor GUI.
setFriendlyName(String) - Method in class audio.modules.line.LineInterface
 
setFriendlyName(String) - Method in class audio.modules.midi.MIDIFileInput
 
setFriendlyName(String) - Method in class audio.modules.midi.MIDIInterface
 
setFriendlyName(String) - Method in class audio.modules.user.DummyKeyboardInterface
 
setFriendlyName(String) - Method in class gui.audio.icons.AudioInputIcon
Changes the name of the interface which may be required by certain VideoInterfaceModules
setGUI(CommonGUI) - Method in class utilities.logging.Logger
Links this object to a logging GUI
setHostName(String) - Method in class audio.VideoServer
Sets the host name of the host running the remote VideoProcessor.
setHostName(String) - Method in class gui.audio.icons.VideoServerIcon
Sets the remote host name
setIcon(String) - Method in class gui.audio.icons.InterfaceIcon
Sets the path to the image icon
setIconPaths(String, String) - Method in class gui.audio.StatusBox
Sets the path to the images to use as on/off notifiers
setKeyboardListeners() - Method in class video.modules.VideoOutputModule
 
setKeyboardListeners() - Method in class video.modules.VideoOutputModule3D
 
setKeyNumber(int) - Method in class video.AudioMessage
 
setKeyPressure(int) - Method in class video.AudioMessage
 
setLayoutManager() - Method in class gui.audio.optionpanels.OptionPanel
Called from the two constructors
setLocalControlPort(int) - Method in class audio.VideoServer
Sets the local port used to listen for control messages.
setLocalControlPort(int) - Method in class gui.audio.icons.VideoServerIcon
 
setLogger(Logger) - Method in class video.VideoProcessor
Sets the logger object used for logging.
setLogLevel(int) - Method in class utilities.logging.Logger
Changes the logging level.
setMaxLength(int) - Method in class gui.common.IntField
The maximum length of input this field will take
setMaxValue(int) - Method in class gui.common.IntField
The maximum value this field will take
setMessage(int) - Method in class utilities.controlmessage.ControlMessage
 
setMinValue(int) - Method in class gui.common.IntField
The minimum value this field will take
setModuleName(String) - Method in class utilities.serializer.ModuleInfo
 
setModuleVersion(String) - Method in class utilities.serializer.ModuleInfo
 
setName(String) - Method in class video.AudioMessage
 
setNote(String) - Method in class video.AudioMessage
 
setOctave(int) - Method in class video.AudioMessage
 
setOptionPanel(OptionPanel) - Method in class gui.audio.ControlWindow
Changes the context-sensitive option panel in the lower half of this panel to the one handed as an argument.
setOSCPort(int) - Method in class audio.VideoServer
Sets the OSC port number of the remote VideoProcessor.
setOSCPort(int) - Method in class gui.audio.icons.VideoServerIcon
Sets the remote OSC port
setPayload(Object) - Method in class utilities.controlmessage.ControlMessage
 
setPolyphonicKeyPressure(int) - Method in class video.AudioMessage
 
setRemoteAddress(byte[]) - Method in class utilities.controlmessage.ControlMessage
 
setReply(int) - Method in class utilities.controlmessage.ControlMessage
 
setReplyPort(int) - Method in class utilities.controlmessage.ControlMessage
 
setStatus(boolean) - Method in class gui.audio.StatusBox
Updates the status of this object
setStatusText(String) - Method in class gui.AudioServerGUI
Sets the text in the status bar.
setTime(long) - Method in class video.AudioMessage
 
setType(String) - Method in class video.AudioMessage
 
setVelocity(int) - Method in class video.AudioMessage
 
setVideoInterface(VideoInterface) - Method in class video.modules.VideoOutputModule
 
setVideoInterfaceModule() - Method in class tests.VideoProcessorTests
 
setVideoInterfaceModule(VideoOutputModule) - Method in class video.VideoInterface
Changes the active video module to one passed as an argument.
setViewPoint() - Method in class video.modules.VideoOutputModule3D
 
showOptions(InterfaceIcon) - Method in class gui.AudioServerGUI
Loads the option panel for the type specified.
Squares - Class in video.modules.user
 
Squares() - Constructor for class video.modules.user.Squares
 
start() - Method in class video.VideoInterface
Starts the active output module.
startFile() - Method in class audio.modules.midi.MIDIFileInput
 
startInterface(int) - Method in class audio.AudioProcessor
Starts an interface sending/recieving audio data
startInterface() - Method in class gui.audio.icons.AudioInputIcon
Starts the AudioInterface.
startInterface() - Method in class tests.AudioProcessorTests
 
startLinking() - Method in class gui.audio.InterfaceWindow
Used in drawing a line between icons.
startLogging() - Method in class utilities.logging.Logger
Starts logging by getting a reference to the log file and creating one if it doesn't already exist.
stats - Variable in class video.modules.VideoOutputModule
 
StatusBox - Class in gui.audio
Provides common functionality for status boxes (i.e.
StatusBox(boolean, Logger) - Constructor for class gui.audio.StatusBox
 
stop() - Method in class video.VideoInterface
Stops the active output module.
stopCapture() - Method in class audio.modules.line.LineReceiver
 
stopFile() - Method in class audio.modules.midi.MIDIFileInput
 
stopInterface(int) - Method in class audio.AudioProcessor
Stops an interface from sending/recieving audio data
stopInterface() - Method in class gui.audio.icons.AudioInputIcon
Stops the AudioInterface.
stopInterface() - Method in class tests.AudioProcessorTests
 
stopLinking() - Method in class gui.audio.InterfaceWindow
Used in drawing a line between icons.
stopLogging() - Method in class utilities.logging.Logger
Stops logging from occuring.
suite() - Static method in class tests.AudioProcessorTests
 
suite() - Static method in class tests.VideoProcessorTests
 

T

tests - package tests
 
textColor - Variable in class video.modules.VideoOutputModule
 
toggleFullScreen() - Method in class video.VideoInterface
Enables full screen if in windowed mode, or the other way round.

U

universe - Variable in class video.modules.VideoOutputModule3D
 
unlinkInputs() - Method in class gui.audio.icons.VideoServerIcon
Disconnects from and removes the video server
unlinkOutputs() - Method in class gui.audio.icons.AudioInputIcon
Removes connections to VideoProcessors
up - Variable in class video.modules.VideoOutputModule3D
 
updateInputDevices() - Method in class audio.AudioProcessor
Reinitialises the list of available input devices.
updateInputDevices() - Method in class tests.AudioProcessorTests
 
updateLog(String) - Method in class gui.AudioServerGUI
Updates the log display.
updateLog(String) - Method in class gui.common.LogDisplayGUI
Updates the log display with the passed String
updateLog(String) - Method in class gui.CommonGUI
Adds a line of text to the logging panel
updateSceneObjects() - Method in class video.modules.user.BouncyCubes
 
utilities.controlmessage - package utilities.controlmessage
 
utilities.logging - package utilities.logging
 
utilities.network - package utilities.network
 
utilities.serializer - package utilities.serializer
 
utilities.test - package utilities.test
 

V

validInterface(int) - Method in class audio.AudioProcessor
 
validInterface() - Method in class tests.AudioProcessorTests
 
valueChanged(ListSelectionEvent) - Method in class gui.audio.ControlWindow
 
valueChanged(ListSelectionEvent) - Method in class gui.audio.InterfaceSelector
 
valueChanged(ListSelectionEvent) - Method in class gui.audio.optionpanels.VideoOptionPanel
 
VDMModule - Interface in utilities.serializer
Implementing this interface allows an object to become a module suitable for serialization for use with Auditorium.
version - Variable in class video.modules.VideoOutputModule
 
video - package video
 
video.modules - package video.modules
 
video.modules.user - package video.modules.user
 
VideoInterface - Class in video
This class controls the animation loops of the output module.
VideoInterface(boolean, VideoProcessor) - Constructor for class video.VideoInterface
 
VideoModuleSerializer - Class in utilities.serializer
Serializes video output modules - add your custom output modules to the source for this class.
VideoModuleSerializer() - Constructor for class utilities.serializer.VideoModuleSerializer
 
VideoOptionPanel - Class in gui.audio.optionpanels
Provides the option display when you select a VideoServerIcon.
VideoOptionPanel(InterfaceIcon, InterfaceWindow, Logger) - Constructor for class gui.audio.optionpanels.VideoOptionPanel
 
VideoOptionPanel(VideoServerIcon, InterfaceWindow, Logger) - Constructor for class gui.audio.optionpanels.VideoOptionPanel
 
VideoOutputModule - Class in video.modules
This class contains some code common between all video output modules.
VideoOutputModule() - Constructor for class video.modules.VideoOutputModule
 
VideoOutputModule3D - Class in video.modules
This is a convenience class to make creating custom 3D modules easier.
VideoOutputModule3D() - Constructor for class video.modules.VideoOutputModule3D
 
VideoOutputModuleInterface - Interface in video.modules
Defines some common methods for video output modules
VideoProcessor - Class in video
This class controls the output from Auditorium.
VideoProcessor() - Constructor for class video.VideoProcessor
Constructor.
VideoProcessorGUI - Class in gui
 
VideoProcessorGUI(VideoProcessor, Logger) - Constructor for class gui.VideoProcessorGUI
 
VideoProcessorTests - Class in tests
 
VideoProcessorTests() - Constructor for class tests.VideoProcessorTests
 
VideoServer - Class in audio
Used internally to represent a connection to a VideoProcessor object that may or may not be running on the same computer.
VideoServer(Logger) - Constructor for class audio.VideoServer
 
VideoServerCommunicator - Class in audio
Runs in the background and sends/receives messages from a remote VideoProcessor.
VideoServerCommunicator(byte[], int, int, VideoServer, Logger) - Constructor for class audio.VideoServerCommunicator
 
VideoServerIcon - Class in gui.audio.icons
Represents a remote VideoProcessor object.
VideoServerIcon(AudioProcessor, Logger, InterfaceWindow) - Constructor for class gui.audio.icons.VideoServerIcon
 
viewCenter - Variable in class video.modules.VideoOutputModule3D
 

W

WIDTH - Static variable in class gui.audio.icons.InterfaceIcon
 
windowActivated(WindowEvent) - Method in class audio.modules.midi.MIDIFileInput
 
windowActivated(WindowEvent) - Method in class audio.modules.user.DummyKeyboardInterface
 
windowActivated(WindowEvent) - Method in class video.VideoProcessor
 
windowClosed(WindowEvent) - Method in class audio.modules.midi.MIDIFileInput
 
windowClosed(WindowEvent) - Method in class audio.modules.user.DummyKeyboardInterface
 
windowClosed(WindowEvent) - Method in class video.VideoProcessor
 
windowClosing(WindowEvent) - Method in class audio.modules.midi.MIDIFileInput
 
windowClosing(WindowEvent) - Method in class audio.modules.user.DummyKeyboardInterface
Triggers a call to close() when the window is closed.
windowClosing(WindowEvent) - Method in class video.VideoProcessor
 
windowDeactivated(WindowEvent) - Method in class audio.modules.midi.MIDIFileInput
 
windowDeactivated(WindowEvent) - Method in class audio.modules.user.DummyKeyboardInterface
 
windowDeactivated(WindowEvent) - Method in class video.VideoProcessor
 
windowDeiconified(WindowEvent) - Method in class audio.modules.midi.MIDIFileInput
 
windowDeiconified(WindowEvent) - Method in class audio.modules.user.DummyKeyboardInterface
 
windowDeiconified(WindowEvent) - Method in class video.VideoProcessor
 
windowIconified(WindowEvent) - Method in class audio.modules.midi.MIDIFileInput
 
windowIconified(WindowEvent) - Method in class audio.modules.user.DummyKeyboardInterface
 
windowIconified(WindowEvent) - Method in class video.VideoProcessor
 
windowOpened(WindowEvent) - Method in class audio.modules.midi.MIDIFileInput
 
windowOpened(WindowEvent) - Method in class audio.modules.user.DummyKeyboardInterface
 
windowOpened(WindowEvent) - Method in class video.VideoProcessor
 

X

x - Variable in class gui.audio.icons.InterfaceIcon
 

Y

y - Variable in class gui.audio.icons.InterfaceIcon
 

A B C D F G H I J K L M N O P R S T U V W X Y