Skip to content

getAvailableStompboxStyleProfiles

getAvailableStompboxStyleProfiles(profiles, filter): readonly Readonly<{ defaultPartIds?: Partial<Readonly<{ audioJack: string; dcJack: string; footswitch: string; knob: string; largeKnob: string; led: string; smallKnob: string; }>>; id: StompboxStyleProfileId; label: string; layout?: Readonly<{ audioJackLabels?: StompboxAudioJackLabelStrategy; footswitch?: StompboxFootswitchStrategy; knobGrid?: StompboxKnobGridStrategy; sideHardware?: StompboxSideHardwareStrategy; statusLedLabel?: string; }>; supportedKnobCounts: readonly number[]; }>[]

Defined in: packages/stompbox/src/index.ts:58

readonly Readonly<{ defaultPartIds?: Partial<Readonly<{ audioJack: string; dcJack: string; footswitch: string; knob: string; largeKnob: string; led: string; smallKnob: string; }>>; id: StompboxStyleProfileId; label: string; layout?: Readonly<{ audioJackLabels?: StompboxAudioJackLabelStrategy; footswitch?: StompboxFootswitchStrategy; knobGrid?: StompboxKnobGridStrategy; sideHardware?: StompboxSideHardwareStrategy; statusLedLabel?: string; }>; supportedKnobCounts: readonly number[]; }>[]

StompboxStyleProfileFilter

readonly Readonly<{ defaultPartIds?: Partial<Readonly<{ audioJack: string; dcJack: string; footswitch: string; knob: string; largeKnob: string; led: string; smallKnob: string; }>>; id: StompboxStyleProfileId; label: string; layout?: Readonly<{ audioJackLabels?: StompboxAudioJackLabelStrategy; footswitch?: StompboxFootswitchStrategy; knobGrid?: StompboxKnobGridStrategy; sideHardware?: StompboxSideHardwareStrategy; statusLedLabel?: string; }>; supportedKnobCounts: readonly number[]; }>[]