com48 Posted January 26, 2009 Share Posted January 26, 2009 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 Quote Link to comment Share on other sites More sharing options...
edward Posted January 27, 2009 Share Posted January 27, 2009 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.