getAvailableStompboxStyleProfiles
getAvailableStompboxStyleProfiles(
profiles,filter): readonlyReadonly<{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: readonlynumber[]; }>[]
Defined in: packages/stompbox/src/index.ts:58
Parameters
Section titled “Parameters”profiles
Section titled “profiles”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[]; }>[]
filter
Section titled “filter”Returns
Section titled “Returns”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[]; }>[]