enzienaudio / heavy

heavy public issue tracker and static dsp code releases
https://enzienaudio.com
ISC License
71 stars 4 forks source link

Can't get any values from env~ #219

Open jukkapoika opened 7 years ago

jukkapoika commented 7 years ago

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

diplojocus commented 7 years ago

@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.

jukkapoika commented 7 years ago

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