Package org.jjazz.midi.api.synths
Class FavoriteMidiSynth
java.lang.Object
org.jjazz.midi.api.MidiSynth
org.jjazz.midi.api.synths.FavoriteMidiSynth
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
A special synth that just mirrors the favorite instruments in a bank.
Fire a stateChanged event upon added/removed favorite instrument.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jjazz.midi.api.MidiSynth
MidiSynth.Finder
-
Method Summary
Methods inherited from class org.jjazz.midi.api.MidiSynth
addBank, contains, dump, equals, findInstruments, getBank, getBanks, getDrumsInstruments, getDrumsInstruments, getFile, getGM1BankBaseMidiAddress, getGM1BankMidiAddress, getInstrument, getInstrument, getInstruments, getInstruments, getInstrumentsFromSubstitute, getManufacturer, getMidiAddressMatchingCoverage, getName, getNbInstruments, getNonDrumsInstruments, hashCode, isGM1BankMidiAddress, isGM2compatible, isGMcompatible, isGScompatible, isXGcompatible, loadFromFile, loadFromString, saveAsString, setCompatibility, setGM1BankBaseMidiAddress, toString
-
Method Details
-
getInstance
-
addChangeListener
-
removeChangeListener
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-