MCPcopy Create free account
hub / github.com/eclab/edisyn / recognizeBank

Method recognizeBank

edisyn/Synth.java:2998–3017  ·  view source on GitHub ↗

Returns whether the given sysex patch dump data is a bank (multi-patch) dump of the type for a synth of the given class. This is done by ultimately calling the CLASS method public static boolean recognizeBank(data) that each synthesizer subclass is asked to implement.

(String synthClassName, byte[] data)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

recognizeBankLocalMethod · 0.95
gatherPatchSysexMethod · 0.95

Calls 2

getRecognizerMethod · 0.95
invokeMethod · 0.45

Tested by

no test coverage detected