python???

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

what can i make whit python???
is it the same as c++?
100% Hardstyle

Post

What, exactly, do you want to do? Python, while a fine language for many purposes, isn't a very good choice for real-time audio work.
Image
Don't do it my way.

Post

What, exactly, do you want to do? Python, while a fine language for many purposes, isn't a very good choice for real-time audio work.
Except that you can do tons of stuff with standard Python -- like the GUI, for instance -- and then write speed-critical stuff in C and wrap it for use in Python when (if?) necessary.

Post

Or you could code all your time critical dsp stuff in c/c++/asm/whatever and use python to design the actual synths, as a form of scripting language.

Hms. That's actually a good idea.
Stefan H Singer
Musician, coder and co-founder of We made you look Web agency

Post Reply

Return to “DSP and Plugin Development”