1

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

asked Nov 21, 2014 at 2:12
1

2 Answers 2

0

You can use add_library(processing.sound). I used it with g4p library

answered Jan 26, 2015 at 7:19
Sign up to request clarification or add additional context in comments.

Comments

0

Use the add_library function:

add_library("sound")

answered Nov 9, 2016 at 2:08

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.