webpd
Version:
WebPd is a compiler for audio programming language Pure Data allowing to run .pd patches on web pages.
5 lines (4 loc) • 594 B
TypeScript
import { VariableNamesIndex, VariableName } from '@webpd/compiler';
export declare const coldFloatInlet: (storageName: VariableName, msg: VariableNamesIndex['globals']['msg']) => import("@webpd/compiler/dist/src/ast/types").AstFunc;
export declare const coldStringInlet: (storageName: VariableName, msg: VariableNamesIndex['globals']['msg']) => import("@webpd/compiler/dist/src/ast/types").AstFunc;
export declare const coldFloatInletWithSetter: (setterName: VariableName, state: VariableName, msg: VariableNamesIndex['globals']['msg']) => import("@webpd/compiler/dist/src/ast/types").AstFunc;