Im using processing in python mode but I want to use the processing library sound. But I dont know how to import this into my program in python syntax. In java its like this: Import processing.sound.*; Thanks
-
Someone already asked this question: stackoverflow.com/questions/476968/…Jason– Jason2014年11月21日 03:41:53 +00:00Commented Nov 21, 2014 at 3:41
2 Answers 2
You can use add_library(processing.sound). I used it with g4p library
Sign up to request clarification or add additional context in comments.
Comments
Use the add_library function:
add_library("sound")
answered Nov 9, 2016 at 2:08
ybakos
8,6487 gold badges48 silver badges75 bronze badges
Comments
default