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
↓ 5,823 callers
Method
add
(Component component)
edisyn/gui/VBox.java:112
↓ 5,244 callers
Method
add
(Component component)
edisyn/gui/HBox.java:107
↓ 4,307 callers
Method
get
(final int index)
edisyn/util/IntBag.java:208
↓ 3,154 callers
Method
set
(final int index, final int element)
edisyn/util/IntBag.java:221
↓ 1,586 callers
Method
equals
(Object obj)
edisyn/Midi.java:408
↓ 1,259 callers
Method
addAdditionalLabel
Adds a second (or third or fourth or more!) label to the dial, to allow for multiline labels.
edisyn/gui/LabelledDial.java:94
↓ 670 callers
Method
COLOR_A
()
edisyn/gui/Style.java:73
↓ 653 callers
Method
get
Returns the value associated with this (String) key, or ifDoesntExist if there is no such value.
edisyn/Model.java:465
↓ 652 callers
Method
getModel
Returns the model associated with this editor.
edisyn/Synth.java:188
↓ 582 callers
Method
COLOR_B
()
edisyn/gui/Style.java:77
↓ 564 callers
Method
addFunction
(Function f)
resources/incomplete/kurzweil2600/KurzweilK2600.java:6780
↓ 555 callers
Method
addLast
(JComponent component)
edisyn/gui/HBox.java:62
↓ 350 callers
Method
setSendMIDI
Sets whether the synth can send MIDI out. You can set this to temporarily paralleize your editor when updating parameters.
edisyn/Synth.java:2081
↓ 334 callers
Method
getChannelOut
Returns the current channel (0--15, NOT 1--16) with which we are using to communicate with the synth. If there is no MIDI tuple, this returns
edisyn/Synth.java:2746
↓ 332 callers
Method
showSimpleError
Display a simple error message.
edisyn/Synth.java:3281
↓ 328 callers
Method
makePasteable
(String preamble)
edisyn/gui/Category.java:59
↓ 326 callers
Method
set
(int val, Model model)
edisyn/Morph.java:397
↓ 319 callers
Method
update
Updates the object in response to a change to the following key in the model.
edisyn/Updatable.java:18
↓ 313 callers
Method
addTab
(String title, JComponent component)
edisyn/Synth.java:3257
↓ 291 callers
Method
set
Adds a key with the given Integer value, or changes it to the given value.
edisyn/Model.java:204
↓ 259 callers
Method
setWillPush
(boolean val)
edisyn/Undo.java:29
↓ 235 callers
Method
COLOR_C
()
edisyn/gui/Style.java:81
↓ 221 callers
Method
format
A DividedSysex message is a Sysex MidiMessage which has been broken into chunks. This allows us to send the Sysex as multiple messages, with p
edisyn/Midi.java:1117
↓ 219 callers
Method
handleException
(Throwable ex)
edisyn/Synth.java:10209
↓ 216 callers
Method
setEnabled
(boolean val)
edisyn/gui/CheckBox.java:53
↓ 199 callers
Method
getSynthClassName
Returns the classname of the synthesizer editor. As simple and stupid as it sounds
edisyn/Synth.java:10282
↓ 180 callers
Method
length
(Model model)
edisyn/synth/maudiovenom/MAudioVenomArp.java:1349
↓ 165 callers
Method
setText
(String val)
edisyn/gui/PushButton.java:43
↓ 163 callers
Method
tryToSendSysex
Attempts to send a single MIDI sysex message. Returns false if (1) the data was empty or null (2) synth has turned off the ability to send tem
edisyn/Synth.java:2283
↓ 156 callers
Method
revalidate
()
edisyn/gui/VBox.java:80
↓ 149 callers
Method
makeHorizontalStrut
(final int space)
edisyn/gui/Strut.java:24
↓ 144 callers
Method
exists
Returns whether the key is stored in the model.
edisyn/Model.java:539
↓ 137 callers
Method
addLast
(JComponent component)
edisyn/gui/VBox.java:67
↓ 135 callers
Method
setLastX
Given a preferences path X for a given synth, sets X to have the given value.. Also sets the global path X to the value. Typically this meth
edisyn/Synth.java:3627
↓ 135 callers
Method
tryToSendMIDI
Attempts to send a NON-Sysex MIDI message. Returns false if (1) the data was empty or null (2) synth has turned off the ability to send tempor
edisyn/Synth.java:2205
↓ 132 callers
Method
showMultiOption
Perform a JOptionPane confirm dialog with MUTLIPLE widgets that the user can select. The widgets are provided in the array WIDGETS, and each
edisyn/Synth.java:3430
↓ 124 callers
Method
getUndo
()
edisyn/Synth.java:170
↓ 122 callers
Method
getLibrary
Returns the current library (which is the table's model)
edisyn/Librarian.java:38
↓ 116 callers
Method
ENVELOPE_COLOR
()
edisyn/gui/Style.java:154
↓ 115 callers
Method
updateTitle
Updates the JFrame title to reflect the synthesizer type, the patch information, and the filename if any.
edisyn/Synth.java:3488
↓ 113 callers
Method
getText
()
edisyn/gui/PushButton.java:42
↓ 111 callers
Method
setLabel
(String _label)
edisyn/gui/Chooser.java:337
↓ 110 callers
Method
removeAll
()
edisyn/gui/VBox.java:87
↓ 107 callers
Method
mutate
Mutates (potentially) all keys. Mutation works as follows. For each key, we first see if we're permitted to mutate it (no immutable s
edisyn/Model.java:1049
↓ 107 callers
Method
setBackground
(Color color)
edisyn/gui/VBox.java:51
↓ 107 callers
Method
size
()
edisyn/util/Indexed.java:16
↓ 106 callers
Method
setStatus
Sets the status of a key. The default is STATUS_FREE, except for strings, which are STATUS_IMMUTABLE.
edisyn/Model.java:385
↓ 104 callers
Method
makeStrut
(final int width, final int height, boolean setBackground)
edisyn/gui/Strut.java:44
↓ 97 callers
Method
getKey
()
edisyn/gui/HasKey.java:15
↓ 95 callers
Method
makeVerticalStrut
(final int space)
edisyn/gui/Strut.java:29
↓ 95 callers
Method
set1
(String key, byte[] data, int pos, int bit)
edisyn/synth/asmhydrasynth/ASMHydrasynth.java:6627
↓ 92 callers
Method
loadDefaults
()
edisyn/Synth.java:3558
↓ 92 callers
Method
sendAllParameters
Sends all the parameters in a patch to the synth. <p>If getSendsParametersOnlyOnSendCurrentPatch() is TRUE then this method does noth
edisyn/Synth.java:2824
↓ 91 callers
Method
remove
(int component)
edisyn/gui/VBox.java:100
↓ 90 callers
Method
get2
(String key, byte[] data, int pos)
edisyn/synth/asmhydrasynth/ASMHydrasynth.java:5766
↓ 89 callers
Method
BACKGROUND_COLOR
()
edisyn/gui/Style.java:30
↓ 89 callers
Method
createLabelledDial
(String label, Mappings mappings, Color color)
edisyn/synth/novationastation/UIBuilder.java:508
↓ 89 callers
Method
get1
(String key, byte[] data, int pos)
edisyn/synth/asmhydrasynth/ASMHydrasynth.java:5761
↓ 88 callers
Method
addToWidth
(int val)
edisyn/gui/Chooser.java:304
↓ 88 callers
Method
set2
(String key, byte[] data, int pos)
edisyn/synth/asmhydrasynth/ASMHydrasynth.java:6651
↓ 86 callers
Method
makeDistributable
(String preamble)
edisyn/gui/Category.java:61
↓ 85 callers
Method
getSendMIDI
Sets whether the synth can send MIDI out.
edisyn/Synth.java:2084
↓ 84 callers
Method
COLOR_GLOBAL
Color for the category holding critical global stuff like patch name, patch number, etc.
edisyn/gui/Style.java:83
↓ 74 callers
Method
paramBytes
(int param)
edisyn/synth/korgwavestation/KorgWavestationAbstract.java:673
↓ 72 callers
Method
SMALL_FONT
()
edisyn/gui/Style.java:46
↓ 71 callers
Method
toString
()
edisyn/synth/novationastation/Convertor.java:90
↓ 70 callers
Method
buildModel
()
edisyn/synth/preenfm2/PreenFM2.java:385
↓ 69 callers
Method
readUByte
(byte[] data, int pos)
edisyn/synth/korgwavestation/KorgWavestationAbstract.java:772
↓ 67 callers
Method
push
Synonym for add(obj) -- try to use add instead unless you want to think of the IntBag as a stack.
edisyn/util/IntBag.java:160
↓ 65 callers
Method
register
(String key)
edisyn/gui/NumericalComponent.java:113
↓ 64 callers
Method
roundEven
(double d)
edisyn/synth/asmhydrasynth/ASMHydrasynth.java:1283
↓ 63 callers
Method
addParameter
(String name, int msb, int lsb)
edisyn/synth/preenfm2/PreenFM2.java:1568
↓ 62 callers
Method
setMax
(int val)
edisyn/gui/Scroller.java:45
↓ 61 callers
Method
copy
(Model model)
edisyn/HillClimb.java:1181
↓ 61 callers
Method
getFirstInt
(String string)
edisyn/util/StringUtility.java:65
↓ 61 callers
Method
readByte
(byte[] data, int pos)
edisyn/synth/korgwavestation/KorgWavestationAbstract.java:768
↓ 61 callers
Method
writeUByte
(int val, byte[] data, int pos)
edisyn/synth/korgwavestation/KorgWavestationAbstract.java:738
↓ 60 callers
Method
getChooser
()
resources/incomplete/kurzweil2600/Function.java:62
↓ 59 callers
Method
getLastX
Given a preferences path X for a given synth, returns the value stored in X. If there is no such value, then returns the value stored in X in
edisyn/Synth.java:3663
↓ 58 callers
Method
TEXT_COLOR
()
edisyn/gui/Style.java:34
↓ 58 callers
Method
buildIntegerNames
Produce a list of Strings the form { "start", "start+1", "start+2", "start+3", ..., "start+num" }, for example, buildIntegerNames(4, 2) produc
edisyn/Synth.java:10304
↓ 58 callers
Method
simplePause
Does a basic sleep for the given ms. You should only call this if you can't achieve the same thing by overriding one of the getPause methods,
edisyn/Synth.java:2157
↓ 58 callers
Method
writeByte
(int val, byte[] data, int pos)
edisyn/synth/korgwavestation/KorgWavestationAbstract.java:733
↓ 56 callers
Method
ENVELOPE_DISPLAY_MARKER_WIDTH
Thickness of the marker circles.
edisyn/gui/Style.java:149
↓ 56 callers
Method
instantiate
(String classname, boolean throwaway, boolean setupMIDI, Midi.Tuple tuple)
edisyn/Synth.java:307
↓ 54 callers
Method
parseDrum
(byte[] data, int pos, String drum, int bytes)
edisyn/synth/novationdstation/NovationDStation.java:585
↓ 51 callers
Method
invokeLater
It used to be that a single invokeLater was sufficient to get MIDI data to be performed after a window popped up: but on the Mac that appears
edisyn/Synth.java:10482
↓ 49 callers
Method
addData
(byte[] data, int pos, int val)
edisyn/synth/redsounddarkstar/RedSoundDarkStar.java:973
↓ 49 callers
Method
denybble
(byte[] data, int pos)
edisyn/synth/redsounddarkstar/RedSoundDarkStar.java:708
↓ 49 callers
Method
p
(String key)
edisyn/synth/asmhydrasynth/ASMHydrasynth.java:5049
↓ 48 callers
Method
getWillPush
()
edisyn/Undo.java:30
↓ 46 callers
Method
buildInReceiver
Builds a receiver to attach to the current IN transmitter. The receiver can resend all incoming requests to the OUT receiver.
edisyn/Synth.java:1796
↓ 46 callers
Method
buildKey2Receiver
Builds a receiver to attach to the current KEY transmitter. The receiver can resend all incoming requests to the OUT receiver.
edisyn/Synth.java:2042
↓ 46 callers
Method
buildKeyReceiver
Builds a receiver to attach to the current KEY transmitter. The receiver can resend all incoming requests to the OUT receiver.
edisyn/Synth.java:2008
↓ 45 callers
Method
buildNRPN
Builds a sequence of CCs for an NRPN message.
edisyn/Synth.java:1283
↓ 45 callers
Method
disableMenuBar
Disables the menu bar. disableMenuBar() and enableMenuBar() work in tandem to work around a goofy bug in OS X: you can't disable the menu bar
edisyn/Synth.java:4040
↓ 45 callers
Method
enableMenuBar
Enables the menu bar. disableMenuBar() and enableMenuBar() work in tandem to work around a goofy bug in OS X: you can't disable the menu bar
edisyn/Synth.java:4079
↓ 45 callers
Method
getState
Returns the current value for the key in the model.
edisyn/gui/NumericalComponent.java:57
↓ 45 callers
Method
makePasteable
(String preamble)
edisyn/gui/SynthPanel.java:43
↓ 45 callers
Method
read
(byte[] data, int pos)
edisyn/synth/korgwavestation/KorgWavestationPatch.java:1481
next →
1–100 of 5,951, ranked by callers