Uses of Class
org.audiveris.proxymusic.VirtualInstrument
Packages that use VirtualInstrument
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of VirtualInstrument in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as VirtualInstrumentModifier and TypeFieldDescriptionprotected VirtualInstrumentInstrumentChange.virtualInstrumentprotected VirtualInstrumentScoreInstrument.virtualInstrumentMethods in org.audiveris.proxymusic that return VirtualInstrumentModifier and TypeMethodDescriptionObjectFactory.createVirtualInstrument()Create an instance ofVirtualInstrumentInstrumentChange.getVirtualInstrument()Gets the value of the virtualInstrument property.ScoreInstrument.getVirtualInstrument()Gets the value of the virtualInstrument property.Methods in org.audiveris.proxymusic with parameters of type VirtualInstrumentModifier and TypeMethodDescriptionvoidInstrumentChange.setVirtualInstrument(VirtualInstrument value) Sets the value of the virtualInstrument property.voidScoreInstrument.setVirtualInstrument(VirtualInstrument value) Sets the value of the virtualInstrument property.