Home
last modified time | relevance | path

Searched refs:InstrumentStat (Results 1 – 6 of 6) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DEngineChannel.cpp113 InstrumentStat = -3; in LoadInstrument()
119 InstrumentStat = -3; in LoadInstrument()
125 InstrumentStat = -3; in LoadInstrument()
132 InstrumentStat = -4; in LoadInstrument()
147 InstrumentStat = 100; in LoadInstrument()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DEngineChannel.cpp140 InstrumentStat = -3; in LoadInstrument()
146 InstrumentStat = -3; in LoadInstrument()
152 InstrumentStat = -3; in LoadInstrument()
159 InstrumentStat = -4; in LoadInstrument()
172 InstrumentStat = 100; in LoadInstrument()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DEngineChannel.cpp127 InstrumentStat = -2; in LoadInstrument()
133 InstrumentStat = -3; in LoadInstrument()
139 InstrumentStat = -4; in LoadInstrument()
162 InstrumentStat = 100; in LoadInstrument()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DEngineChannelBase.h177 InstrumentStat = -1; in Connect()
305 this->InstrumentStat = int(fProgress * 100.0f); in OnResourceProgress()
306 dmsg(7,("EngineChannelBase: progress %d%%", InstrumentStat)); in OnResourceProgress()
H A DAbstractEngineChannel.cpp41 InstrumentStat = -1; in AbstractEngineChannel()
80 InstrumentStat = 0; in PrepareLoadInstrument()
96 return InstrumentStat; in InstrumentStatus()
H A DAbstractEngineChannel.h160 int InstrumentStat; variable