nomelif / Audionodes

Audio generation in blender nodes
Other
88 stars 10 forks source link

SV Hit Collision To Trigger Sound and potentially baking / output it #31

Closed enzyme69 closed 3 years ago

enzyme69 commented 3 years ago

I am currently WIP trying to setup collision true or false that trigger sounds once / while still colliding.

Is this "Trigger Envelope" best node to do this? Does Audio Nodes have "Value" node that simply store value so that I could change the value via SV or Animation Nodes?

Screen Shot 2020-12-08 at 8 44 34 pm
ollpu commented 3 years ago

Trigger signals are for events like pressing the trigger button on the socket. For a constant value you might just want to have an add node with x + 0.

enzyme69 commented 3 years ago

Ok thanks, this is probably related to https://github.com/nomelif/Audionodes/issues/30