Jump to content

using chops to trigger python


com48

Recommended Posts

Hey everyone,

I have a sound file which i bring into chops. i'd like to do some processing on it and then send it to a python function.(or a button for simplisity)

my python function is very simple and is located on a digital asset

def helloworld():

print "hello world"

what would be the best way to do this. i don't know To mutch about chops but i have used houdini for a while so any info would be usefull

greetings,

Lars

Link to comment
Share on other sites

Houdini inherently works in a "data pull" paradigm. You start by asking for data, and then things go from there. Having said that, you can always use the Logic CHOP to trigger an hscript to run python code using its python command.

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