Jump to content

Chop Reference Issue [SOLVED


Recommended Posts

My first time messing around with Chops outside of just adding some easy adjusting with motionfx. I'm testing it out just trying to move a sphere with some audio, what am I doing wrong? I appreciate any and all help, thanks.image.thumb.png.54704da1f9f3af635d7fab771d5fdadf.png

My values aren't super small, I feel that they should be noticeable.

image.png.7d21709e860b3738110d3aa6ca6d8f8a.png

Here I'm doing "   chop("/obj/chop_music_OUT_music/")     "  

is this not the correct way of referencing the node within chops? / getting the audio data ?

image.thumb.png.c321fa1692d1af8e48a057cacff95c9a.png

I feel like I'm making a dumb mistake somewhere but I've been stuck for a few hours, any help is welcomed. 

image.png.43f28dc3345f274da5cdd31d487b9bc7.png

If you guys have any links to more recent tutorials covering that topic that would be helpful as well, thanks so much. 

 

Edited by MitchFields
Link to comment
Share on other sites

as you can see in the example you need to specify the channel path, not just CHOP node path

so in your case

chop("/obj/chop_music/OUT_music/chan0vol") 

or

chop("/obj/chop_music/OUT_music/chan1vol") 

 

also alternatively you can directly export channels to parameters from CHOPs, similarly to what Motion FX do

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...