Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eclab/edisyn
/ functions
Functions
5,951 in github.com/eclab/edisyn
⨍
Functions
5,951
◇
Types & classes
313
↓ 44 callers
Method
getPreferredSize
()
edisyn/gui/Strut.java:49
↓ 43 callers
Method
setUpdateListeners
Sets whether to update listeners when a key's value is set.
edisyn/Model.java:192
↓ 43 callers
Method
showSimpleConfirm
Display a simple (OK / Cancel) confirmation message. Return the result (ok = true, cancel = false).
edisyn/Synth.java:3397
↓ 42 callers
Method
getMin
get minimum value allowed @return min value
edisyn/synth/novationastation/Boundary.java:19
↓ 42 callers
Method
getName
()
edisyn/Patch.java:52
↓ 41 callers
Method
buildPC
Builds a Program Change message.
edisyn/Synth.java:1388
↓ 41 callers
Method
getMax
get maximum value allowed @return max value
edisyn/synth/novationastation/Boundary.java:26
↓ 39 callers
Method
addButton
(int num, String prefix, final int index, Color color)
edisyn/synth/novationsl/NovationSL.java:1261
↓ 39 callers
Method
toArray
()
edisyn/util/IntBag.java:359
↓ 38 callers
Method
getFile
Returns the current file associated with this synth.
edisyn/Synth.java:53
↓ 38 callers
Method
print
Print the model parameters to stderr. If diffsOnly, then only the model parameters which differ from the default will be printed.
edisyn/Model.java:1825
↓ 38 callers
Method
setSigned
(String key, int val)
edisyn/synth/korgmicrosampler/KorgMicrosampler.java:3222
↓ 37 callers
Method
p
Encodes the given key at the given position in the data
edisyn/synth/kawaik5000/KawaiK5000.java:3791
↓ 37 callers
Method
setMetricMin
Sets the metric minimum for a given key.
edisyn/Model.java:341
↓ 35 callers
Method
addBottom
(JComponent component)
edisyn/gui/VBox.java:62
↓ 35 callers
Method
ensureFileEndsWith
Guarantee that the given filename ends with the given ending.
edisyn/util/StringUtility.java:348
↓ 35 callers
Method
getSynthType
()
edisyn/synth/yamaha4op/Yamaha4Op.java:201
↓ 34 callers
Method
removeLast
()
edisyn/gui/VBox.java:73
↓ 33 callers
Method
close
()
edisyn/Synth.java:1808
↓ 33 callers
Method
nybblize
(int val)
edisyn/synth/casiocz/CasioCZ.java:687
↓ 33 callers
Method
toHex
Returns the byte as a hex number
edisyn/util/StringUtility.java:357
↓ 32 callers
Method
addEncoder
(int num, String prefix, final int index, Color color)
edisyn/synth/novationsl/NovationSL.java:827
↓ 32 callers
Method
at
(int pos, byte[] stuff, byte val)
edisyn/synth/novationsl/NovationSL.java:2844
↓ 32 callers
Method
buildCC
Builds a short (7-bit) CC.
edisyn/Synth.java:1349
↓ 32 callers
Method
getButton
()
edisyn/gui/PushButton.java:40
↓ 32 callers
Method
getKeys
()
edisyn/gui/HasKey.java:17
↓ 32 callers
Method
getValue
Throws an IndexOutOfBoundsException if index is inappropriate. Not called get() because this would conflict with get() methods in IntBag etc.
edisyn/util/Indexed.java:23
↓ 31 callers
Method
setupMIDI
Same as setupMIDI(message, null), with a default "you are disconnected" message.
edisyn/Synth.java:2098
↓ 30 callers
Method
keyEquals
(String key, Model other)
edisyn/Model.java:451
↓ 30 callers
Method
removeMetricMinMax
Deletes the metric min and max for a key
edisyn/Model.java:402
↓ 30 callers
Method
setColor
(Color c)
edisyn/gui/ColorWell.java:45
↓ 30 callers
Method
unnybblize
(byte lsb, byte msb)
edisyn/synth/casiocz/CasioCZ.java:679
↓ 29 callers
Method
loadData
(byte[] data, int pos, int start, int end)
edisyn/synth/kawaik5/KawaiK5.java:3672
↓ 29 callers
Method
push
(Model obj)
edisyn/Undo.java:37
↓ 29 callers
Method
setMetricMax
Sets the metric maximum for a given key.
edisyn/Model.java:350
↓ 29 callers
Method
unloadData
(byte[] data, int pos, int start, int end)
edisyn/synth/kawaik5/KawaiK5.java:3732
↓ 28 callers
Method
clone
Exactly duplicates the model, including listeners
edisyn/Model.java:677
↓ 28 callers
Method
getPreferredSize
()
edisyn/synth/yamahadx7/YamahaDX7Curve.java:45
↓ 28 callers
Method
getmapindex
(int src, int[] map)
resources/incomplete/kurzweil2600/KurzweilK2600.java:7819
↓ 27 callers
Method
clone
()
edisyn/util/IntBag.java:107
↓ 27 callers
Method
col
(JTable table, int column)
edisyn/Librarian.java:1318
↓ 27 callers
Method
emitDrum
(byte[] data, int pos, String drum, int bytes)
edisyn/synth/novationdstation/NovationDStation.java:568
↓ 27 callers
Method
setState
Sets the current value for the key in the model.
edisyn/gui/NumericalComponent.java:80
↓ 26 callers
Method
fill
Replaces all elements in the bag with the provided int.
edisyn/util/IntBag.java:273
↓ 26 callers
Method
getStatus
Returns whether a given key is declared immutable. Strings are ALWAYS immutable by default and numbers are ALWAYS free by default.
edisyn/Model.java:577
↓ 26 callers
Method
getSynthType
()
edisyn/synth/emuplanetphatt/EmuPlanetPhatt.java:41
↓ 25 callers
Method
flatten
Flattens a two-dimensional array to a one-dimensional array, stripping out the non-sysex elements. The array may contain (1) byte[] sysex dat
edisyn/Synth.java:7306
↓ 25 callers
Method
getID
()
edisyn/synth/yamahafs1r/YamahaFS1R.java:3612
↓ 25 callers
Method
insertTab
(String title, JComponent component, int index)
edisyn/Synth.java:3244
↓ 25 callers
Method
setElements
(String[] elements)
edisyn/gui/Chooser.java:348
↓ 25 callers
Method
setTitleBarAux
Sets auxillary titlebar data, mostly used to indicate parts from a Multi.
edisyn/Synth.java:3485
↓ 24 callers
Method
contains
(final int o)
edisyn/util/IntBag.java:199
↓ 24 callers
Method
extractAddress
(String key)
edisyn/synth/yamahafs1r/YamahaFS1R.java:2925
↓ 24 callers
Method
find
Find a mapping object by name & index @param name, referring to name of enum, optionally containing a placeholder for an integer when we have multipl
edisyn/synth/novationastation/Mappings.java:309
↓ 24 callers
Method
getBankSize
()
edisyn/Library.java:123
↓ 24 callers
Method
getSelectedColumn
Returns the selected table column, or -1 if none
edisyn/Librarian.java:50
↓ 24 callers
Method
isString
Returns whether the key is associated with a String. If there is no key stored in the Model, then FALSE is returned.
edisyn/Model.java:522
↓ 24 callers
Method
opposite
Finds a point on the OPPOSITE side of the Model from where the provided other MODEL is located. Let's call the current model X and the provide
edisyn/Model.java:1197
↓ 24 callers
Method
performChangePatch
(Model tempModel)
edisyn/Synth.java:2140
↓ 24 callers
Method
setMinMax
Sets the minimum and maximum for a given key.
edisyn/Model.java:330
↓ 23 callers
Method
getMutationKeys
()
edisyn/Synth.java:254
↓ 23 callers
Method
showSimpleMessage
Display a simple error message.
edisyn/Synth.java:3382
↓ 22 callers
Method
encodePayload
(byte[] data)
edisyn/synth/asmhydrasynth/Encode.java:32
↓ 22 callers
Method
setAxis
(double val)
edisyn/gui/EnvelopeDisplay.java:793
↓ 22 callers
Method
showErrorWithStackTrace
Display a simple error message. If ExceptionDump.lastThrowableExists() then it will be used as the error. Otherwise if error is null, new Runt
edisyn/Synth.java:3346
↓ 21 callers
Method
buildModel
Override this to return your own customized Model subclass if you have some need to do so, typically in order to override the methods reviseMu
edisyn/Synth.java:271
↓ 21 callers
Method
decode
(double [] vector)
edisyn/nn/ProvidesNN.java:24
↓ 21 callers
Method
getSynth
Returns the synth that owns this Library
edisyn/Library.java:247
↓ 21 callers
Method
setMetricMinMax
Sets the metric minimum and maximum for a given key.
edisyn/Model.java:359
↓ 21 callers
Method
shiftVectorGaussian
Performs an addition of gaussian noise with variance == weight and mean == 0 to a base vector. Unbounded.
edisyn/nn/Network.java:267
↓ 21 callers
Method
showBankSysexOptions
Displays a panel asking what to do with a bank sysex with the given data[], and which contains patches with the given names[]. If the user ca
edisyn/Synth.java:9929
↓ 21 callers
Method
test
(Synth synth, Synth synth2)
edisyn/test/SanityCheck.java:205
↓ 20 callers
Method
addExternalModulation
(int layer, String title, String key, Color color)
edisyn/synth/dsiprophet08/DSITetraCombo.java:914
↓ 20 callers
Method
getAccessibleContext
()
edisyn/gui/Chooser.java:165
↓ 20 callers
Method
getNumBanks
Returns the number of bankNames, not including the scratch bank.
edisyn/Library.java:118
↓ 20 callers
Method
getSecondInt
(String string)
edisyn/util/StringUtility.java:78
↓ 20 callers
Method
setTestNotePause
(int val)
edisyn/Synth.java:6447
↓ 19 callers
Method
addPot
(int num, String prefix, final int index, Color color)
edisyn/synth/novationsl/NovationSL.java:1024
↓ 19 callers
Method
cutUpSysex
Breaks data into multiple sysex messages, discarding apparent non-sysex data.
edisyn/Synth.java:7392
↓ 19 callers
Method
getInt
Returns the sole integer embedded within the string. If multiple integers are embedded, they will be concatenated into a larger integ
edisyn/util/StringUtility.java:90
↓ 19 callers
Method
reviseMutatedValue
Override this method in the model produced by synth.buildModel() to revise mutated values if the mutator sets them to invalid things.
edisyn/Model.java:1755
↓ 19 callers
Method
setMin
(int val)
edisyn/gui/Scroller.java:36
↓ 19 callers
Method
setSynthType
(int val, boolean save)
edisyn/synth/casiocz/CasioCZ.java:147
↓ 19 callers
Method
touch
(String key)
edisyn/synth/kawaik5000/KawaiK5000.java:1512
↓ 18 callers
Method
eForm
(int v, int sub, int mul, int add)
edisyn/synth/asmhydrasynth/ASMHydrasynth.java:4253
↓ 18 callers
Method
getLastXAsInt
Given a preferences path X for a given synth, returns the value stored in X as an integer. If there is no such value, then returns the value s
edisyn/Synth.java:3731
↓ 18 callers
Method
getSynthNameLocal
Returns the name of this synth, by calling getSynthName().
edisyn/Synth.java:677
↓ 18 callers
Method
readUWord
(byte[] data, int pos)
edisyn/synth/korgwavestation/KorgWavestationAbstract.java:787
↓ 17 callers
Method
JOYSTICK_WIDTH
()
edisyn/gui/Style.java:179
↓ 17 callers
Method
equals
(Object other)
edisyn/Model.java:789
↓ 17 callers
Method
getMetricMax
Returns the metric maximum for a given key, or 0 if no maximum is declared.
edisyn/Model.java:652
↓ 17 callers
Method
getModel
Generates a model from the given patch slot. If number < 0, then an init patch is generated If bank is < 0, then the scratch bank is a
edisyn/Library.java:1474
↓ 17 callers
Method
getPatch
Returns a patch. To get a scratch bank patch, pass in SCRATCH_BANK.
edisyn/Library.java:153
↓ 17 callers
Method
getType
()
edisyn/synth/dsiprophet08/DSIProphet08.java:106
↓ 17 callers
Method
setModel
(Model model)
edisyn/Synth.java:189
↓ 17 callers
Method
setSendsAllParameters
(boolean val)
edisyn/gui/SynthPanel.java:47
↓ 17 callers
Method
setTestNoteLength
(int val)
edisyn/Synth.java:6434
↓ 17 callers
Method
updateUndoRedo
()
edisyn/Librarian.java:55
↓ 16 callers
Method
add808
(String drum, int index, Color color)
edisyn/synth/novationdstation/NovationDStation.java:254
↓ 16 callers
Method
addChannel
(int ch, Color color)
edisyn/synth/emumorpheus/EmuMorpheusMap.java:431
← previous
next →
101–200 of 5,951, ranked by callers