| _articulation | Ms::Instrument | private |
| _channel | Ms::Instrument | private |
| _clefType | Ms::Instrument | private |
| _drumset | Ms::Instrument | private |
| _instrumentId | Ms::Instrument | private |
| _longNames | Ms::Instrument | private |
| _maxPitchA | Ms::Instrument | private |
| _maxPitchP | Ms::Instrument | private |
| _midiActions | Ms::Instrument | private |
| _minPitchA | Ms::Instrument | private |
| _minPitchP | Ms::Instrument | private |
| _shortNames | Ms::Instrument | private |
| _singleNoteDynamics | Ms::Instrument | private |
| _stringData | Ms::Instrument | private |
| _trackName | Ms::Instrument | private |
| _transpose | Ms::Instrument | private |
| _useDrumset | Ms::Instrument | private |
| addLongName(const StaffName &f) | Ms::Instrument | |
| addShortName(const StaffName &f) | Ms::Instrument | |
| appendChannel(Channel *c) | Ms::Instrument | inline |
| articulation() const | Ms::Instrument | inline |
| channel(int idx) | Ms::Instrument | inline |
| channel(int idx) const | Ms::Instrument | inline |
| channel() const | Ms::Instrument | inline |
| channelIdx(const QString &s) const | Ms::Instrument | |
| clearChannels() | Ms::Instrument | inline |
| clefType(int staffIdx) const | Ms::Instrument | |
| drumset() const | Ms::Instrument | inline |
| drumset() | Ms::Instrument | inline |
| fromTemplate(const InstrumentTemplate *t) | Ms::Instrument | static |
| getSingleNoteDynamicsFromTemplate() const | Ms::Instrument | |
| Instrument() | Ms::Instrument | |
| Instrument(const Instrument &) | Ms::Instrument | |
| instrumentId() | Ms::Instrument | inline |
| instrumentId() const | Ms::Instrument | |
| longNames() const | Ms::Instrument | |
| longNames() | Ms::Instrument | |
| maxPitchA() const | Ms::Instrument | |
| maxPitchP() const | Ms::Instrument | |
| midiAction(const QString &s, int channel) const | Ms::Instrument | |
| midiActions() const | Ms::Instrument | inline |
| minPitchA() const | Ms::Instrument | |
| minPitchP() const | Ms::Instrument | |
| operator=(const Instrument &) | Ms::Instrument | |
| operator==(const Instrument &) const | Ms::Instrument | |
| playbackChannel(int idx, MasterScore *) | Ms::Instrument | |
| playbackChannel(int idx, const MasterScore *) const | Ms::Instrument | |
| read(XmlReader &, Part *part) | Ms::Instrument | |
| readProperties(XmlReader &, Part *, bool *customDrumset) | Ms::Instrument | |
| setAmateurPitchRange(int a, int b) | Ms::Instrument | inline |
| setArticulation(const QList< MidiArticulation > &l) | Ms::Instrument | inline |
| setClefType(int staffIdx, const ClefTypeList &c) | Ms::Instrument | |
| setDrumset(const Drumset *ds) | Ms::Instrument | |
| setInstrumentId(const QString &instrumentId) | Ms::Instrument | inline |
| setLongName(const QString &f) | Ms::Instrument | |
| setMaxPitchA(int v) | Ms::Instrument | inline |
| setMaxPitchP(int v) | Ms::Instrument | inline |
| setMidiActions(const QList< NamedEventList > &l) | Ms::Instrument | inline |
| setMinPitchA(int v) | Ms::Instrument | inline |
| setMinPitchP(int v) | Ms::Instrument | inline |
| setProfessionalPitchRange(int a, int b) | Ms::Instrument | inline |
| setShortName(const QString &f) | Ms::Instrument | |
| setSingleNoteDynamics(bool val) | Ms::Instrument | inline |
| setSingleNoteDynamicsFromTemplate() | Ms::Instrument | |
| setStringData(const StringData &d) | Ms::Instrument | inline |
| setTrackName(const QString &s) | Ms::Instrument | |
| setTranspose(const Interval &v) | Ms::Instrument | inline |
| setUseDrumset(bool val) | Ms::Instrument | |
| shortNames() const | Ms::Instrument | |
| shortNames() | Ms::Instrument | |
| singleNoteDynamics() const | Ms::Instrument | inline |
| stringData() const | Ms::Instrument | inline |
| switchExpressive(MasterScore *score, Synthesizer *synth, bool expressive, bool force=false) | Ms::Instrument | |
| trackName() const | Ms::Instrument | |
| transpose() const | Ms::Instrument | inline |
| updateGateTime(int *gateTime, int channelIdx, const QString &name) | Ms::Instrument | |
| updateVelocity(int *velocity, int channel, const QString &name) | Ms::Instrument | |
| useDrumset() const | Ms::Instrument | inline |
| write(XmlWriter &xml, const Part *part) const | Ms::Instrument | |
| ~Instrument() | Ms::Instrument | |