heavy icon indicating copy to clipboard operation
heavy copied to clipboard

Can't get any values from env~

Open jukkapoika opened this issue 8 years ago • 2 comments

I'm trying to make a peak detector with env~ and snapshot~ which I'm implementing to Bela Board. But I don't get any values coming from env~. Is there some certain arguments I should be using or something else I haven't figure out?

Here is the test patch: pd

jukkapoika avatar Jun 26 '17 10:06 jukkapoika

@jukkapoika you don't need the [snapshot~] object after the [env~]. In heavy this expects a signal input and because it's being fed a control it'll likely get ignored.

diplojocus avatar Jun 26 '17 10:06 diplojocus

Oh yes of course! Sorry about stupid question, and thanks for quick reply!

jukkapoika avatar Jun 26 '17 11:06 jukkapoika