UNPKG

webpd

Version:

WebPd is a compiler for audio programming language Pure Data allowing to run .pd patches on web pages.

6 lines (5 loc) 262 B
import { NodeImplementations } from '@webpd/compiler'; import { NodeBuilders } from '../compile-dsp-graph/types'; declare const NODE_BUILDERS: NodeBuilders; declare const NODE_IMPLEMENTATIONS: NodeImplementations; export { NODE_IMPLEMENTATIONS, NODE_BUILDERS };