port:Port 是一个 Node.js 模块,用于通信和控制 Pd(纯数据)

时间:2024-07-15 02:49:37
【文件属性】:

文件名称:port:Port 是一个 Node.js 模块,用于通信和控制 Pd(纯数据)

文件大小:22KB

文件格式:ZIP

更新时间:2024-07-15 02:49:37

JavaScript

港口 一个 Node.js 模块,用于生成 Pure Data(又名 Pd)并与之通信。 例子 var port = require ( 'port' ) ; port ( { 'read' : 8004 , 'write' : 8005 , 'basepath' : __dirname , 'flags' : { 'nogui' : true , 'stderr' : true , 'send' : 'pd dsp 1, dsp 0' , 'path' : 'relative/to/basepath' , 'open' : 'patch.pd' } } ) . on ( 'connect' , function ( ) { this . write ( 'Hello [netreceive]!;\n' ) ; } ) . on ( 'data' , fu


【文件预览】:
port-master
----port.js(4KB)
----bench()
--------io-print.js(431B)
--------io-netsend.js(397B)
--------io-print.pd(552B)
--------io-netsend.pd(592B)
----examples()
--------simple()
--------manipulation()
--------testing()
--------visualization()
----license(1KB)
----test()
--------test-receivers.pd(171B)
--------test-connection.pd(339B)
--------test-netsends.pd(443B)
--------test-netsend.pd(219B)
--------test-path()
--------create.js(6KB)
--------test-netreceive.pd(224B)
--------flags.js(1KB)
--------connect.js(9KB)
--------event.js(3KB)
--------test-loadbang.pd(91B)
--------test-receive.pd(94B)
--------test-net.pd(365B)
----makefile(198B)
----.gitignore(24B)
----readme.md(5KB)
----package.json(793B)

网友评论