DixShtix

Serialized Form


Package com.dixshtix.audio.pitch

Class com.dixshtix.audio.pitch.GuitarTuning implements Serializable

Serialized Fields

tuningName

java.lang.String tuningName

tuningMidiNotes

byte[] tuningMidiNotes


Package com.dixshtix.awt

Class com.dixshtix.awt.ShapeDraggablePanel implements Serializable

Serialized Fields

dm

DragManager dm

dragList

java.util.ArrayList dragList

firstTime

boolean firstTime

Class com.dixshtix.awt.SimplePrintingJFrame implements Serializable


Package com.dixshtix.awt11

Class com.dixshtix.awt11.PolygonDraggingApplet implements Serializable

Serialized Fields

dm

Drag11Manager dm

dragList

java.util.Vector dragList


Package com.dixshtix.midi

Class com.dixshtix.midi.Beats implements Serializable

Class com.dixshtix.midi.Channel implements Serializable

Class com.dixshtix.midi.Command implements Serializable

Class com.dixshtix.midi.Controller implements Serializable

Class com.dixshtix.midi.EventType implements Serializable

Class com.dixshtix.midi.Microseconds implements Serializable

Class com.dixshtix.midi.MidiNumber implements Serializable

Serialized Fields

number

int number
Thirty-two bits of storage is overkill, but worth it for fast creation.

Class com.dixshtix.midi.Note implements Serializable

Class com.dixshtix.midi.Patch implements Serializable

Class com.dixshtix.midi.PitchWheel implements Serializable

Class com.dixshtix.midi.ReverseLookup implements Serializable

Class com.dixshtix.midi.Sequence implements Serializable

Class com.dixshtix.midi.Song implements Serializable

Class com.dixshtix.midi.Value implements Serializable

Class com.dixshtix.midi.Velocity implements Serializable

Class com.dixshtix.midi.ViewMidi implements Serializable

Serialized Fields

fc

javax.swing.JFileChooser fc
Keeps state associated with Frame.

myFile

java.io.File myFile
Last user Choice.

myOpus

Opus myOpus
If we could read the User's choice, we print it here.

clip

java.applet.AudioClip clip

box1

javax.swing.Box box1

jPanel1

javax.swing.JPanel jPanel1

jLabel1

javax.swing.JLabel jLabel1

jTextField1

javax.swing.JTextField jTextField1

jPanel2

javax.swing.JPanel jPanel2

jToggleButton1

javax.swing.JToggleButton jToggleButton1

jLabel2

javax.swing.JLabel jLabel2

jTextField2

javax.swing.JTextField jTextField2

jLabel3

javax.swing.JLabel jLabel3

jTextField3

javax.swing.JTextField jTextField3

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

box2

javax.swing.Box box2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jList1

javax.swing.JList jList1

jList2

javax.swing.JList jList2


Package com.dixshtix.niff

Class com.dixshtix.niff.RiffTagRepresentation implements Serializable

Serialized Fields

tag

Tag tag


Package com.dixshtix.notation.symbols

Class com.dixshtix.notation.symbols.DemoComponent1 implements Serializable

Serialized Fields

fontSize

int fontSize

samplePosition

java.awt.geom.Point2D samplePosition

Class com.dixshtix.notation.symbols.PostscriptFont implements Serializable

Class com.dixshtix.notation.symbols.PostscriptFontMetricsFile.SerializableRectangle implements Serializable

Serialized Fields

x

double x

y

double y

w

double w

h

double h

Class com.dixshtix.notation.symbols.SymbolDisplay implements Serializable

Serialized Fields

filled

boolean filled

fillColor

java.awt.Color fillColor

ruleColor

java.awt.Color ruleColor

symbol

int symbol

fontSize

float fontSize

minimumSize

java.awt.Dimension minimumSize

pad

int pad

Class com.dixshtix.notation.symbols.SymbolDisplayFrame implements Serializable

Serialized Fields

symbolDisplayPanel

SymbolDisplay symbolDisplayPanel

controlPanel

javax.swing.JPanel controlPanel

glyphComboBox

javax.swing.JComboBox glyphComboBox

filledCheckBox

javax.swing.JCheckBox filledCheckBox

sizeComboBox

javax.swing.JComboBox sizeComboBox


Package com.dixshtix.soundlab

Class com.dixshtix.soundlab.AboutScreen implements Serializable

Serialized Fields

splashImage

java.awt.Image splashImage

Class com.dixshtix.soundlab.GraphCanvas implements Serializable

Serialized Fields

xyPairs

java.util.Vector xyPairs
A Vector of (Point2D.Double) xy-pairs to be graphed.

gridColor

java.awt.Color gridColor
The color of the grid lines.

frameColor

java.awt.Color frameColor
The color of the exterior border.

decoration

javax.swing.border.TitledBorder decoration
Decoration of the border of this frame.

Class com.dixshtix.soundlab.SimpleSynth implements Serializable

Serialized Fields

frequency_in_hertz

double frequency_in_hertz
Note value.

duration_in_seconds

double duration_in_seconds
Actual duration may be longer for non-square envelopes.

amplitude

double amplitude
Relative amplitude. 1.0 = 0 dB.

waveform_bits

byte waveform_bits
Interpreted as a bitmask.

Class com.dixshtix.soundlab.SoundLab implements Serializable

Serialized Fields

mainMenuBar

javax.swing.JMenuBar mainMenuBar

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

undoMenuItem

javax.swing.JMenuItem undoMenuItem

redoMenuItem

javax.swing.JMenuItem redoMenuItem

cutMenuItem

javax.swing.JMenuItem cutMenuItem

copyMenuItem

javax.swing.JMenuItem copyMenuItem

pasteMenuItem

javax.swing.JMenuItem pasteMenuItem

deleteMenuItem

javax.swing.JMenuItem deleteMenuItem

selectAllMenuItem

javax.swing.JMenuItem selectAllMenuItem

newMenuItem

javax.swing.JMenuItem newMenuItem

openMenuItem

javax.swing.JMenuItem openMenuItem

closeMenuItem

javax.swing.JMenuItem closeMenuItem

saveMenuItem

javax.swing.JMenuItem saveMenuItem

saveAsMenuItem

javax.swing.JMenuItem saveAsMenuItem

pageLayoutMenuItem

javax.swing.JMenuItem pageLayoutMenuItem

printMenuItem

javax.swing.JMenuItem printMenuItem

exitMenuItem

javax.swing.JMenuItem exitMenuItem

generatorMenu

javax.swing.JMenu generatorMenu

showAddGeneratorDialogMenuItem

javax.swing.JMenuItem showAddGeneratorDialogMenuItem

deleteGeneratorMenuItem

javax.swing.JMenuItem deleteGeneratorMenuItem

configureGeneratorMenuItem

javax.swing.JMenuItem configureGeneratorMenuItem

playClipMenuItem

javax.swing.JMenuItem playClipMenuItem

buttonBar

javax.swing.JPanel buttonBar

mainBox

javax.swing.Box mainBox

generatorListScrollPane

javax.swing.JScrollPane generatorListScrollPane

displaySoundScrollPane

javax.swing.JScrollPane displaySoundScrollPane

displaySoundPanel

javax.swing.JPanel displaySoundPanel

generatorList

javax.swing.JList generatorList

saveButton

javax.swing.JButton saveButton

addGeneratorButton

javax.swing.JButton addGeneratorButton

delGeneratorButton

javax.swing.JButton delGeneratorButton

configureGeneratorButton

javax.swing.JButton configureGeneratorButton

playSample

javax.swing.JButton playSample

helpMenu

javax.swing.JMenu helpMenu

showHelpTopicsMenuItem

javax.swing.JMenuItem showHelpTopicsMenuItem

showAboutBoxMenuItem

javax.swing.JMenuItem showAboutBoxMenuItem

aboutBox

java.awt.Dialog aboutBox

Class com.dixshtix.soundlab.SplashScreen implements Serializable

Serialized Fields

splashImage

java.awt.Image splashImage


DixShtix