Uses of Interface
com.softsynth.jmsl.DimensionNameSpace
-
Uses of DimensionNameSpace in com.softsynth.jmsl
Classes in com.softsynth.jmsl that implement DimensionNameSpace Modifier and Type Class Description class
DefaultDimensionNameSpace
DefaultDimensionNameSpace is a singleton and cannot be instantiated.class
DimensionNameSpaceAdapter
General implementation of DimensionNameSpaceclass
MusicShape
MusicShape - a MusicJob with an abstract array of data elements.Methods in com.softsynth.jmsl that return DimensionNameSpace Modifier and Type Method Description DimensionNameSpace
DimensionNameSpaceEditable. getDimensionNameSpace()
DimensionNameSpace
Instrument. getDimensionNameSpace()
DimensionNameSpace
InstrumentAdapter. getDimensionNameSpace()
Methods in com.softsynth.jmsl with parameters of type DimensionNameSpace Modifier and Type Method Description void
MusicShape. copyDimensionNameSpace(DimensionNameSpace source)
Copy dimension names, limits and defaults from source DimensionNameSpace to this MusicShapestatic boolean
DimensionNameSpaceComparison. equals(DimensionNameSpace d1, DimensionNameSpace d2)
static double[]
MusicShape. getDefaultArray(DimensionNameSpace dns)
void
DimensionNameSpaceTranslator. setDestinationDimensionNameSpace(DimensionNameSpace dns)
void
DimensionNameSpaceEditable. setDimensionNameSpace(DimensionNameSpace d)
void
Instrument. setDimensionNameSpace(DimensionNameSpace d)
void
InstrumentAdapter. setDimensionNameSpace(DimensionNameSpace dns)
void
DimensionNameSpaceTranslator. setSourceDimensionNameSpace(DimensionNameSpace dns)
MusicShape
MusicShape. translate(DimensionNameSpace destinationNameSpace)
Create a new MusicShape populated with this MusicShape's data, after translating from this MusicShape's DimensionNameSpace to anotherConstructors in com.softsynth.jmsl with parameters of type DimensionNameSpace Constructor Description MusicShape(DimensionNameSpace dimensionNameSpace)
construct a new MusicShape with same number of dimensions, names, and limits as source -
Uses of DimensionNameSpace in com.softsynth.jmsl.jsyn
Classes in com.softsynth.jmsl.jsyn that implement DimensionNameSpace Modifier and Type Class Description class
SynthNoteDimensionNameSpace
Deprecated.use the pure Java JSyn2 package instead -
Uses of DimensionNameSpace in com.softsynth.jmsl.jsyn2
Classes in com.softsynth.jmsl.jsyn2 that implement DimensionNameSpace Modifier and Type Class Description class
UnitGeneratorDimensionNameSpace
-
Uses of DimensionNameSpace in com.softsynth.jmsl.max
Classes in com.softsynth.jmsl.max that implement DimensionNameSpace Modifier and Type Class Description class
MaxDimensionNameSpace
EventFlag signals what kind of event Max should handle: 0=off, 1=on, 2=update, 3=play -
Uses of DimensionNameSpace in com.softsynth.jmsl.midi
Classes in com.softsynth.jmsl.midi that implement DimensionNameSpace Modifier and Type Class Description class
MidiDimensionNameSpace
MidiDimensionNameSpace is a singleton and cannot be instantiated.class
MidiNoteRecorder
MusicShape that logs Midi noteon's to a 3 dimensional MusicShape (timestamp, note, vel)
NoteOff's are logged at noteOn's with vel 0 See MidiParser -
Uses of DimensionNameSpace in com.softsynth.jmsl.score
Methods in com.softsynth.jmsl.score that return DimensionNameSpace Modifier and Type Method Description DimensionNameSpace
Note. getDimensionNameSpace()
Methods in com.softsynth.jmsl.score with parameters of type DimensionNameSpace Modifier and Type Method Description Note
Score. addInterval(DimensionNameSpace dimensionNameSpace, double[] dar)
Add an interval to the last added note, specifying dimension name space and data[].Note
ScoreCollection. addInterval(DimensionNameSpace dimensionNameSpace, double[] data)
add an interval.Note
Score. addNote(DimensionNameSpace dimensionNameSpace, double[] dar)
Expects length >= 4, where dar[0] is dur ( qtr = 1.0), dar[1] is pitch (1..127), dar[2] is amp (0..1), dar[3] is hold Rounds data[0] to nearest recognized duration.Note
ScoreCollection. addNote(DimensionNameSpace dimensionNameSpace, double[] data)
static Note
NoteFactory. makeNote(DimensionNameSpace dns, double[] data)
Clone a new note with closest duration.void
Note. setDimensionNameSpace(DimensionNameSpace d)
-
Uses of DimensionNameSpace in com.softsynth.jmsl.view
Methods in com.softsynth.jmsl.view that return DimensionNameSpace Modifier and Type Method Description DimensionNameSpace
DimensionNameSpaceEditorDialog. getDimensionNameSpace()
Methods in com.softsynth.jmsl.view with parameters of type DimensionNameSpace Modifier and Type Method Description void
DimensionNameSpaceValuesEditorPanel. setDimensionNameSpace(DimensionNameSpace dns)
Constructors in com.softsynth.jmsl.view with parameters of type DimensionNameSpace Constructor Description DimensionNameSpaceEditorDialog(java.awt.Frame f, DimensionNameSpace dns)
DimensionNameSpaceEditorDialog(java.awt.Frame f, DimensionNameSpace dns, boolean useStandardInvariants)
DimensionNameSpaceValuesEditorPanel(DimensionNameSpace dns)
DimValueEditPanel(DimensionNameSpaceValuesEditorPanel dimensionNameSpaceEditPanel, DimensionNameSpace dimensionNameSpace, int dimension, double value)
-
Uses of DimensionNameSpace in jmslexamples
Methods in jmslexamples that return DimensionNameSpace Modifier and Type Method Description DimensionNameSpace
KeyboardInstrumentPlayer. getDimensionNameSpace()
DimensionNameSpaceEditable interfaceMethods in jmslexamples with parameters of type DimensionNameSpace Modifier and Type Method Description void
KeyboardInstrumentPlayer. setDimensionNameSpace(DimensionNameSpace d)
DimensionNameSpaceEditable interface -
Uses of DimensionNameSpace in jmslexamples.jsyn2
Methods in jmslexamples.jsyn2 that return DimensionNameSpace Modifier and Type Method Description DimensionNameSpace
DimensionNameSpaceEditorExample. getDimensionNameSpace()
Methods in jmslexamples.jsyn2 with parameters of type DimensionNameSpace Modifier and Type Method Description void
DimensionNameSpaceEditorExample. setDimensionNameSpace(DimensionNameSpace d)
Pass in a dimensionNameSpace and allocate an array for it. -
Uses of DimensionNameSpace in jmsltestsuite
Methods in jmsltestsuite that return DimensionNameSpace Modifier and Type Method Description DimensionNameSpace
DimensionNameSpaceEditorTest. getDimensionNameSpace()
Methods in jmsltestsuite with parameters of type DimensionNameSpace Modifier and Type Method Description void
DimensionNameSpaceEditorTest. setDimensionNameSpace(DimensionNameSpace d)
-
Uses of DimensionNameSpace in jmsltutorial
Classes in jmsltutorial that implement DimensionNameSpace Modifier and Type Class Description class
SabbathBrideMusicShape
Microtonally reasonably close transcription of Jody Diamond singing "Sabbath Bride"