FunctionAppParam({
defaultValue,
param,
paramIndex,
register,
control,
}: Props)
configurator/src/components/input/AppParam.tsx:37
FunctionChannel({
idx,
color,
jackTitle,
jackDescription,
faderTitle,
faderDescription,
faderPlusFnTitle,
fad
configurator/src/components/manual/ManualApp.tsx:109
FunctionParamColor({
defaultValue,
name,
paramIndex,
register,
variants,
}: Props)
configurator/src/components/input/ParamColor.tsx:20
FunctionParamCurve({
defaultValue,
name,
paramIndex,
register,
variants,
}: Props)
configurator/src/components/input/ParamCurve.tsx:20
FunctionParamEnum({
defaultValue,
name,
paramIndex,
register,
variants,
}: Props)
configurator/src/components/input/ParamEnum.tsx:17
FunctionParamF32({
defaultValue,
max,
min,
name,
paramIndex,
register,
}: Props)
configurator/src/components/input/ParamF32.tsx:15
FunctionParamI32({
defaultValue,
max,
min,
name,
paramIndex,
register,
}: Props)
configurator/src/components/input/ParamI32.tsx:15
FunctionParamNote({
defaultValue,
paramIndex,
name,
register,
variants,
}: Props)
configurator/src/components/input/ParamNote.tsx:18
FunctionParamRange({
defaultValue,
paramIndex,
name,
register,
variants,
}: Props)
configurator/src/components/input/ParamRange.tsx:32
FunctionParamWaveform({
defaultValue,
paramIndex,
name,
register,
variants,
}: Props)
configurator/src/components/input/ParamWaveform.tsx:20
FunctionSortableItem({
item,
onDeleteItem,
deletePopoverId,
newAppId,
setDeletePopoverId,
}: Props)
configurator/src/components/SortableItem.tsx:16