Hello All, I've been away from PD for a long time. Was very active in the early to mid 2000's but was focused at that time on creating visuals. Coming back to PD now for audio and wondering if anyone can point me to tutorials about having PD send/receive midi with a DAW. I'd like this for algorithmic composition in PD sent to the DAW as well as perhaps to have PD receive and process midi data from the DAW and send it back. I know there's probably a ton of info on this somewhere but also know how it can get outdated so here at the end of 2021, I'm wondering if anyone can recommend any best methods to look into, any good tutorials, etc on this subject. I have access to PD on Linux and Windows but not mac if that matters. Thank you in advance.
-
PD <-> DAW interactions tutorials please?
-
I've been thinking about Camomile to interact with DAWs.
Camomile make possible create DAW plugins (VST, AU, LV2) that can run Pd patches inside the DAW. https://github.com/pierreguillot/Camomile
In the last beta version you can open Pd and use all externals stuff from Pd just like Max4Live.
I don't know a tutorial, but Camomile have a compreensible documentation.
https://github.com/pierreguillot/Camomile/wiki -
Agreed. I've been playing with Camomile and have written effects plug-ins in Pd that have sent and received MIDI and/or OSC and have been controlled by DAW automation, so that's substantial integration. I defer to @emviveros regarding the support for externals since I'm just a vanilla guy. I've also written effects plug-ins with side-chains for Reaper, so that means your Pd VST patches can be modulated by audio signals from other Reaper tracks. Reaper itself supports fairly complete OSC and MIDI controls (both input and output) so that's another layer of integration that's possible. And for completeness I suppose one should mention using MIDI and audio loopback software, but the flexible MIDI and audio routing capabilities in Reaper seem to make them unnecessary.
-
@jameslo said:
for completeness I suppose one should mention using MIDI and audio loopback software,
@parisgraphics said:
I have access to PD on Linux
In that case Jack server is your friend. Get QjackCtl for easy setup and patching. I do such things as control pd patches from my DAW via midi through jack to PD, translate midi messages from my keyboard in PD and route them to my DAW through jack, route audio from my DAW to PD for processing and back again through jack, the possibilities are endless...
DAW's that work for these kinds of setups on linux (that I have worked with): Ardour, Qtractor, Reaper. Rosegarden - there are probably more. For the time being I prefer reaper
@jameslo said:
the flexible MIDI and audio routing capabilities in Reaper seem to make them unnecessary.
I haven't been using reaper for a more than a couple of months, but at least on linux all external routing has to be patched through jack server