Search found 2 matches
- Wed Oct 27, 2010 8:43 pm
- Forum: General Audio Programming
- Topic: making Pure Data a plugin language for Audacity
- Replies: 4
- Views: 3964
Re: making Pure Data a plugin language for Audacity
Pd doesn't have to run in realtime if it is just used for rendering. There is even a batch mode to make it easier to do non-realtime rendering. I could see it working by Audacity clocking Pd by sending/receiving 64 sample blocks of data. That's how Pd's clock/scheduler is run in libpd. Pd will keep ...
- Mon Oct 25, 2010 12:18 am
- Forum: General Audio Programming
- Topic: making Pure Data a plugin language for Audacity
- Replies: 4
- Views: 3964
making Pure Data a plugin language for Audacity
Hey all, I'm one of the core developers of Pure Data (aka Pd) and an ardent Audacity user. We have recently released libpd, a framework to make Pd embeddable into other programs and languages. I was thinking it would be very nice to be able to write plugins for Audacity using Pd. Anyone think this i...