MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / isMuted

Method isMuted

packages/playground/src/components/TrackItem.ts:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 isMuted(): boolean {
163 return this.muteBtn.isActive();
164 }
165
166 isSoloed(): boolean {
167 return this.soloBtn.isActive();

Callers 1

exportAudioFunction · 0.80

Calls 1

isActiveMethod · 0.80

Tested by

no test coverage detected