So there is one last sticking point AFAIK for getting RRADical fully working in the extended builds. I can't find any object called [oggrecorder].
Also, I changed [mtx_*~] to [matrix_mul~] so that RRADical will work with either the iemmatrix lib or iemmatrix as individual files as it is in the extended builds.
.hc
________________________________________________________________________ ____
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
So there is one last sticking point AFAIK for getting RRADical fully working in the extended builds. I can't find any object called [oggrecorder].
I added this now to rradical/usecases/showcase/impl/oggrecorder.pd It's just a little GUI for oggwrite~.
Also, I changed [mtx_*~] to [matrix_mul~] so that RRADical will work with either the iemmatrix lib or iemmatrix as individual files as it is in the extended builds.
Fine with me, if it works. In fact, I only use matrices here, because they interpolate a la [line~]. Otherwise I could and would use [demux~] here, as it's a 1d-matrix anyway.
Ciao
Frank Barknecht wrote:
Fine with me, if it works. In fact, I only use matrices here, because they interpolate a la [line~]. Otherwise I could and would use [demux~] here, as it's a 1d-matrix anyway.
oh, then you could use [multiline~] which doesn't have the stupid name-restriction. (but i _guess_ [mtx_*~] is more optimized for such tasks)
adding interpolation to [demux~] would complicated the code so much... (altough [demux~] is probably not so usefull without interpolation)
mfg.v.asd IOhannes
Hallo, IOhannes m zmölnig hat gesagt: // IOhannes m zmölnig wrote:
oh, then you could use [multiline~] which doesn't have the stupid name-restriction. (but i _guess_ [mtx_*~] is more optimized for such tasks)
Indeed! Somehow I didn't know multiline~, it's exactly what I emulated with the old matrix~. I'll update the affected files, though probably not today ... :(
Ciao