Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jm.util: Javadoc index of package jm.util.


Package Samples:

jm.util

Classes:

ReadFilesJButton: A button which allows user to select MIDI and/or jMusic files to import. After each successful import of a Score, any registered ReadListeners are notified and can update and use the score read. The listeners are guaranteed to be notified in a LILO (Last In Last Out) order. As an example, if you wanted a Score quantised and then analysed, you would the quantising ReadListener first, then the analysing one.
ReadFolderButton: A button which allows user to import a folder of MIDI and jMusic files. After each successful import of a Score, any registered ReadListeners are notified and can update and use the score read. The listeners are guaranteed to be notified in a LILO (Last In Last Out) order. As an example, if you wanted a Score quantised and then analysed, you would the quantising ReadListener first, then the analysing one.
ReadFileButton: A button which allows user to select a MIDI or jMusic file to import. After each successful import of a Score, any registered ReadListeners are notified and can update and use the score read. The listeners are guaranteed to be notified in a LILO (Last In Last Out) order. As an example, if you wanted a Score quantised and then analysed, you would the quantising ReadListener first, then the analysing one.
PlayCycle: This Thread is run to enable a Score object to cycle-play independantly from the currently executing thread. This is particularly important if a GUI controller is being used to manipulate the Score object, as without using this extra Thread the GUI would effectively be tied-up until the Score had finished playing (which in the case of a loop means it would never be untied, rendering the GUI useless).
AbstractReadButton: A abstract button class which handles reading of MIDI and jMusic files. This is designed for user interfaces. If exceptions occur a dialog box is created and displayed detailing the problem. If you want the errors to be transparent to your user, or you want to manage exception-handling try using the Read class instead.
Convert: Static methods allowing conversion of standard JMusic data types (like Phrase) to and from XML. Also supports a separate custom encoding for pitch and rhythm values pairs which is much terser than XML.
ReadFilenameFilter: FilenameFilter used by the AWT read buttons to display only jm and MIDI files. Apparently this only works in the SunOS implementation of the JVM.
ReadListener: The listener interface for receiving notification of scores being successfully imported from a file.
ConversionException: Thrown to indicate some error while processes a Convert static method. applets.
AudioSampleInst: This instrument is used for playabck of .au files in the Play.au() method.
Read: Reads data files and stores the musical information in the supplied Score.
PlayThread: This loads and plays the Score object in it's own thread
ReadListenerLinkedList: A singularly linked list storing ReadListeners
AudioRTLine
Play
View
Write
XMLParser
XMLStyles
Element
Attribute

Home | Contact Us | Privacy Policy | Terms of Service