检查结构键和值

发布于 2024-11-18 14:25:58 字数 219 浏览 5 评论 0原文

我已经为此摸不着头脑有一段时间了......我应该如何查看结构的内容?这意味着它们的键和对应的值。我一直在使用音频输入补丁,并且想知道如何最好地检查它发送的数据。

目前,我将光谱修补到结构索引成员修补程序,然后将成员发送到带字符串的图像,并将生成的图像发送到广告牌,只是为了查看值。然后我更改索引号以查看不同的值。但这让我对索引/键应该是什么一无所知。

如何确定任意补丁输出的结构中提供的键?

I've been scratching my head over this for some time... how am I supposed to view the contents of a structure? Which means their keys and their corresponding values. I've been playing with the Audio Input patch a ton, and want to know how best to examine the data it's sending out.

Currently I've resorting to patching the Spectrum to a Structure Index Member patch, then sending the member to an Image With String, and the resulting image to a Billboard, just to see the value. Then I change the index number to see different values. But this leaves me 100% in the dark regarding just what the indexes/keys are supposed to be in the first place.

How do I determine the keys provided in a structure output by an arbitrary patch?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心欲静而疯不止 2024-11-25 14:25:58

Audio Input 补丁不使用结构键 - 访问其元素的标准方法是使用 Structure Index Member 补丁。

对于使用键控结构(例如Directory Scanner的内部结构)的补丁,将鼠标悬停在结构输出上将显示键名(用双引号引起来)。

The Audio Input patch doesn't use structure keys — the standard way to access its elements is to use the Structure Index Member patch.

For patches that do use keyed structures (Directory Scanner's inner structures, for example), hovering over the structure output will reveal the key names (in double-quotes).

忆依然 2024-11-25 14:25:58

我发誓我在输出“频谱”点上悬停了足够长的时间...

但可惜的是,在再次尝试后又弹出了这个:

音频频谱数据的屏幕截图

但是,这仍然没有为我提供关键名称。是吗?

I swear I was hovering over the output 'spectrum' point for long enough...

But alas not, this popped up after giving it another try:

Screenshot of Audio Spectrum data

However, this still does not provide me key names. Does it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文