Hi everyone here,
Recently I released a lib for pd vanilla which is now available through deken as "jl". Thanks to everyone who made this possible, deken and pd-lib-builder really ease the process ! FYI, the jl library contains a collection of sound generators (sample players, fm, and granular stuff), and some audio effects. It also has a bunch of non-signal utilities, including some objects that allow to play with musical scales. I'm mostly proud of the [gbend~], [sidechain~] and [stut~] externals, but I hope you might find some of the others useful too.
It is available for mac and windows 32 bit at the moment. I'd be glad to hear any kind of feedback if you give it a try.
Cheers, Joseph
Pd-announce mailing list Pd-announce@lists.iem.at https://lists.puredata.info/listinfo/pd-announce
I’d love to try on Linux 64 What is stut~ a stutter?
On Wed, Nov 7, 2018 at 11:16 AM Joseph Larralde joseph.larralde@gmail.com wrote:
Hi everyone here,
Recently I released a lib for pd vanilla which is now available through deken as "jl". Thanks to everyone who made this possible, deken and pd-lib-builder really ease the process ! FYI, the jl library contains a collection of sound generators (sample players, fm, and granular stuff), and some audio effects. It also has a bunch of non-signal utilities, including some objects that allow to play with musical scales. I'm mostly proud of the [gbend~], [sidechain~] and [stut~] externals, but I hope you might find some of the others useful too.
It is available for mac and windows 32 bit at the moment. I'd be glad to hear any kind of feedback if you give it a try.
Cheers, Joseph
Pd-announce mailing list Pd-announce@lists.iem.at https://lists.puredata.info/listinfo/pd-announce _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 11/7/2018 1:07 PM, Joseph Larralde wrote: I'd be glad to hear any kind of feedback if you give it a try.
Hi Joseph,
Some feedback:
I tried compiling the .dek sources for windows64bit and found trouble and solution:
On "Makefile" line 69 I changed "=" to "+=" :
cflags = -std=c++11
to
cflags += -std=c++11
Now all objects compile fine.
Now when I open "gbend~-help.pd" i get this error on the console:
An operation on the array 'flatten-table' in the patch 'flatten-table' failed since it uses garray_getfloatarray while running 64-bit! An operation on the array 'aaa' in the patch 'aaa' failed since it uses garray_getfloatarray while running 64-bit!
I think this is somehow the same problem that happened to CXC and there is a debian patch file (attached) that might give you clues on how to fix it. i.e:
:)
Mensaje telepatico asistido por maquinas.