Has anyone looked at Composers Desktop Project?


#1

I am wondering if anyone has looked at sources for the Composers Desktop Project, these were made open source a few years ago and are written in C so I think might be interesting candidates for adapting to Axoloti.

The only thing is they are all offline processors and so will need to be adapted to work in realtime DSP but there are some interesting processes worth exploring, especially FFT ones based on the Phase Vocoder.

I am new to Axoloti and to learning C so don't really know how to do this myself (yet!) but I thought it might be worth mentioning here and ask if anyone has looked it.

Relevant Links:
Process Documentation
http://www.ensemble-software.net/CDPDocs/html/ccdpndex.htm

Source code

I have been using the CDP offline processes for a while so do ask if you want to know more. Cheers!


#2

had a quick look at the code, directly compiling, would not yield good performance on axoloti and result in very big patches. (use of doubles,dynamic mem allocation, pulls in sprintf all over the place)
but could be interesting for coding examples which could be adapted.


#3

Hey, Afta! Glad to see you here. I use your renoise cdp wrapper a lot.


#4

Thanks for looking into it, seem like it won't be a simple matter to adapt the processes.. Think I will get on with learning some C before digging in to deep!


#5

Thanks and good to be here, after playing with Axoloti over the weekend I think I will be sticking around.. and big ups to a fellow Renoiser :thumbsup: