gpt4 book ai didi

windows - 纯数据 : use library on windows

转载 作者:可可西里 更新时间:2023-11-01 10:03:47 25 4
gpt4 key购买 nike

我正在尝试从 Windows 上的 Pure Data 发送 UDP 消息,但我无法安装或使用库。

我将库文件放在“C:/Program/common files/Pd”中,但当我在对象中键入“import libraryName”时,Pd 无法识别,因此未确定。

有人知道如何在 Windows 上使用 Pure Data 库吗?

编辑:问题不在于语法,您可以在谷歌中找到它。事实上,我发现您需要下载特定的 .dll 才能在 Windows 上使用库。

但多亏了 Umläute,我只使用了内置函数,现在它可以工作了。

最佳答案

如果你想做 udp 通信,那么你不需要任何外部:

  • [netsend -u] 将通过 UDP 发送 FUDI 消息
  • [netsend -u -b] 将通过 UDP 发送任何消息(-b 用于二进制,所以你只需将要传输的原始字节列表传递给它即可)
  • [oscformat] 将从 Pd 消息创建 OSC 消息(作为原始字节)

为此你需要 Pd>=0.46(无论如何你都想要)

关于windows - 纯数据 : use library on windows,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41534734/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com