[PD] send~ and receive~ with blocksize different than Pd's?

2018-11-01 Thread Peter P.
Hi, I am trying to use a [block~ 1024 1 16] object in a subpatch to oversample 16 times. If this subpatch uses send~ and receive~ objects, or throw~ and catch~ Pd reports the error that: receive~ foo: vector size mismatch sigsend foo: unexpected vector size If I set the blocksize o

Re: [PD] send~ and receive~ with blocksize different than Pd's?

2018-11-01 Thread Roman Haefeli
On Thu, 2018-11-01 at 14:46 +0100, Peter P. wrote: > Hi, > > I am trying to use a [block~ 1024 1 16] object in a subpatch to > oversample 16 times. If this subpatch uses send~ and receive~ > objects, > or throw~ and catch~ Pd reports the error that: > receive~ foo: vector size mismatch >

[PD] dnd-plugin v0.2 release.

2018-11-01 Thread Lucas Cordiviola
Thanks for the tests! Oliver (who is now on holidays) and I did the update to v0.2 on Windows so we know it works there. So "dnd-plugin" is up on Deken! We hope you enjoy it. :) Mensaje telepatico asistido por maquinas. On 10/31/2018 1:05 PM, Esteban Viveros wrote: here in OSx 10.12.6 it's w

Re: [PD] send~ and receive~ with blocksize different than Pd's?

2018-11-01 Thread Peter P.
* Roman Haefeli [2018-11-01 15:23]: > On Thu, 2018-11-01 at 14:46 +0100, Peter P. wrote: > > Hi, > > > > I am trying to use a [block~ 1024 1 16] object in a subpatch to > > oversample 16 times. If this subpatch uses send~ and receive~ > > objects, > > or throw~ and catch~ Pd reports the error tha

Re: [PD] dnd-plugin v0.2 release.

2018-11-01 Thread Alexandre Torres Porres
hey, this is cool... but if it's just a .tcl, why do yuo need different versions for different Operating Systems? Em qui, 1 de nov de 2018 às 16:45, Lucas Cordiviola escreveu: > Thanks for the tests! > > Oliver (who is now on holidays) and I did the update to v0.2 on Windows so > we know it work

Re: [PD] dnd-plugin v0.2 release.

2018-11-01 Thread Lucas Cordiviola
The .tcl works with the "tkdnd" folder that is developed in https://github.com/petasis/tkdnd. There are binaries for each OS. Mensaje telepatico asistido por maquinas. On 11/1/2018 4:30 PM, Alexandre Torres Porres wrote: hey, this is cool... but if it's just a .tcl, why do yuo need different

Re: [PD] drag and drop - tkdnd on osx

2018-11-01 Thread Alexandre Torres Porres
I'm also thinking of a plain simple compiled object, that could also include the .tcl code. My idea is to use it inside an abstraction and spit the full path/filename.extension - I could use that for samplers Em ter, 30 de out de 2018 às 08:15, Lucas Cordiviola escreveu: > Oh Ok, thanks. :) > >

Re: [PD] drag and drop - tkdnd on osx

2018-11-01 Thread Lucas Cordiviola
I'm not sure sure on this but the [object] could probably be done without any .tcl script. (the object don't need the fancy ".pd" opening and "text" thing that the .tcl plugin already does, we just need the "dropped file" thing) May be is just C code speaking between the [object] and https://gi

Re: [PD] dnd-plugin v0.2 release.

2018-11-01 Thread Alexandre Torres Porres
so the mac binary is libtkdnd2.8.dylib? Em qui, 1 de nov de 2018 às 18:42, Lucas Cordiviola escreveu: > The .tcl works with the "tkdnd" folder that is developed in > https://github.com/petasis/tkdnd. > > There are binaries for each OS. > > > > Mensaje telepatico asistido por maquinas. > > On 11/

Re: [PD] dnd-plugin v0.2 release.

2018-11-01 Thread Lucas Cordiviola
On 11/1/2018 5:33 PM, Alexandre Torres Porres wrote: > so the mac binary is libtkdnd2.8.dylib? > Yep. Mensaje telepatico asistido por maquinas. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/li

Re: [PD] dnd-plugin v0.2 release.

2018-11-01 Thread Lucas Cordiviola
I took the Linux an Mac binaries from: https://sourceforge.net/projects/tkdnd/files/ Mensaje telepatico asistido por maquinas. On 11/1/2018 6:40 PM, Lucas Cordiviola wrote: > On 11/1/2018 5:33 PM, Alexandre Torres Porres wrote: > >> so the mac binary is libtkdnd2.8.dylib? >> > > Yep. > > Mensaj