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

2018-11-01 Thread Lucas Cordiviola
lto:oli...@klingt.org>> To: "pd-l...@mail.iem.at<mailto:pd-l...@mail.iem.at>" mailto:pd-l...@mail.iem.at>> Subject: Re: [PD] drag and drop - tkdnd on osx Message-ID: <334c4325-e6fe-4b8c-103a-8738ac598...@klingt.org<mailto:334c4325-e6fe-4b8c-103a-8738ac598...@klingt.org>&

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

2018-11-01 Thread Alexandre Torres Porres
rs drops and sends a message like "$arg $arg $arg was > dropped on me." > > On Oct 29, 2018, at 4:50 PM, pd-list-requ...@lists.iem.at wrote: > > Date: Mon, 29 Oct 2018 12:09:46 +0100 > From: oliver > To: "pd-l...@mail.iem.at" > Subject: Re: [PD] drag

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

2018-10-30 Thread Lucas Cordiviola
pd-list-requ...@lists.iem.at<mailto:pd-list-requ...@lists.iem.at> wrote: Date: Mon, 29 Oct 2018 12:09:46 +0100 From: oliver mailto:oli...@klingt.org>> To: "pd-l...@mail.iem.at<mailto:pd-l...@mail.iem.at>" mailto:pd-l...@mail.iem.at>> Subject: Re: [PD] drag and drop - tkdnd on

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

2018-10-30 Thread Dan Wilcox
>> On Oct 29, 2018, at 4:50 PM, pd-list-requ...@lists.iem.at wrote: >>>> >>>> Date: Mon, 29 Oct 2018 12:09:46 +0100 >>>> From: oliver >>>> To: "pd-l...@mail.iem.at" >>>> Subject: Re: [PD] drag and drop - tkdnd on osx >&g

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

2018-10-30 Thread Lucas Cordiviola
rom: oliver mailto:oli...@klingt.org>> To: "pd-l...@mail.iem.at<mailto:pd-l...@mail.iem.at>" mailto:pd-l...@mail.iem.at>> Subject: Re: [PD] drag and drop - tkdnd on osx Message-ID: <334c4325-e6fe-4b8c-103a-8738ac598...@klingt.org<mailto:334c4325-e6fe-4b8c-103a-8738ac598.

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

2018-10-30 Thread Lucas Cordiviola
>" mailto:pd-l...@mail.iem.at>> Subject: Re: [PD] drag and drop - tkdnd on osx Message-ID: <334c4325-e6fe-4b8c-103a-8738ac598...@klingt.org<mailto:334c4325-e6fe-4b8c-103a-8738ac598...@klingt.org>> Content-Type: text/plain; charset=UTF-8; format=flowed hi via Pd-list

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

2018-10-29 Thread oliver
hi via Pd-list wrote: Hi Oliver, thanks for these examples. They both work great for me! And I have equiped my playlist with Drag’n’Drop. My structure is like this now (parent) -> (GOP-playlist) -> (GOP-track) so i drop the files into the track. Which works great if i place the GOP at margin

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

2018-10-29 Thread hi via Pd-list
Hi Oliver, thanks for these examples. They both work great for me! And I have equiped my playlist with Drag’n’Drop. My structure is like this now (parent) -> (GOP-playlist) -> (GOP-track) so i drop the files into the track. Which works great if i place the GOP at margin 0/0. Now i can have

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

2018-10-28 Thread me.grimm
>> make a PR on your GIT awesome! looks good. send the PR yo. :) m On Fri, Oct 26, 2018 at 5:21 PM Lucas Cordiviola wrote: > Hi, thanx for joining. > > Oliver and I did some mods to the plugin. It allows to drop any file and > gives you the file info. > > I'm looking for some feedback.

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

2018-10-27 Thread oliver
Lucas Cordiviola wrote: Thanx for testing! I think with a „little" patching magic is a very nice start. Oliver had made cool things with GOPs, [iemguts/canvasposition] [iemguts/receivecanvas] ... and here are 2 abstractions of mine to test, for anyone interested. they are updated to

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

2018-10-26 Thread hi via Pd-list
Oha! now i understand how the text drop works. quite cool! with line breaks. Works also on OSX! ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

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

2018-10-26 Thread Lucas Cordiviola
To create a comment select some text, for example from a web page, and drop it to the canvas. Mensaje telepatico asistido por maquinas. On 10/26/2018 8:55 PM, hi wrote: > the dropping .txt files doesn’t bring up a comment, but is recognized as „any > file“. (OSX still of course)

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

2018-10-26 Thread Lucas Cordiviola
Thanx for testing! I think > with a „little" patching magic is a very nice start. Oliver had made cool things with GOPs, [iemguts/canvasposition] [iemguts/receivecanvas] ... For those wanting to test here are some test pkgs: http://lucarda.com.ar/x/dnd-testing2-linux32-plugin.zip

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

2018-10-26 Thread hi via Pd-list
the dropping .txt files doesn’t bring up a comment, but is recognized as „any file“. (OSX still of course) > Am 27.10.2018 um 00:53 schrieb hi : > > no. Somehow the hole drag’n’drop is not functioning, so as the mouse is not > changed with a plus underneeth like in the older dnd examples i

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

2018-10-26 Thread hi via Pd-list
oh, and of course like it is now with the simple [r dnd-dropped] it is not possible to have different windows to drop on. > Am 27.10.2018 um 00:53 schrieb hi : > > no. Somehow the hole drag’n’drop is not functioning, so as the mouse is not > changed with a plus underneeth like in the older

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

2018-10-26 Thread hi via Pd-list
IT IS WORKING! I have been wanting this for years!! Thank you!!! Now that i think about how to implement dnd for files in a playlist (that is my usecase), i think i would be best if Pd would recorgnize if a file would be dropped ontop of an GOP-subpatch or abstraction, but it will all be

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

2018-10-26 Thread Lucas Cordiviola
Forwarded to the list. Forwarded Message Subject:Re: [PD] drag and drop - tkdnd on osx Date: Fri, 26 Oct 2018 20:16:07 -0300 From: Lucas Cordiviola <mailto:lucard...@hotmail.com> To: hi <mailto:joson.andr...@googlemail.com> Sorry, i make a

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

2018-10-26 Thread hi via Pd-list
no. Somehow the hole drag’n’drop is not functioning, so as the mouse is not changed with a plus underneeth like in the older dnd examples i found on my computer. Now the console message is: Loading plugin: /Volumes/DATA/uni/pd/externals/GUI-plugins/dnd-testing-plugin/dnd-testing-plugin.tcl -

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

2018-10-26 Thread Lucas Cordiviola
Try this complete OSX pkg (attached) uncompress the folder to your "externals" folder so that it gets loaded. Tell me if this works :) Mensaje telepatico asistido por maquinas. On 10/26/2018 6:41 PM, hi wrote: > Hi > > what a great Plugin!!! > > only i don’t get it to work. None of the

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

2018-10-26 Thread hi via Pd-list
Hi what a great Plugin!!! only i don’t get it to work. None of the features work for me on Pd 0.49.0 on OSX 10.11.6. I get this error in Pds console: - Drag and Drop on Window Drag and Drop on Canvas Usage: See /Volumes/DATA/uni/pd/externals/GUI-plugins/dnd-testing-plugin/dnd-plugin-help.pd -

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

2018-10-26 Thread hi via Pd-list
Hi what a great Plugin!!! only i don’t get it to work. None of the features work for me on Pd 0.49.0 on OSX 10.11.6. I get this error in Pds console: - Drag and Drop on Window Drag and Drop on Canvas Usage: See /Volumes/DATA/uni/pd/externals/GUI-plugins/dnd-testing-plugin/dnd-plugin-help.pd -

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

2018-10-26 Thread Lucas Cordiviola
Hi, thanx for joining. Oliver and I did some mods to the plugin. It allows to drop any file and gives you the file info. I'm looking for some feedback. Can you test and tell us what you think? See attached. My idea is to make a PR on your GIT and then make a Deken release. Anyone else

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

2018-10-26 Thread me.grimm
yeah get rid of the "pd-". thats just for organizing. if I remember correctly just drop whole folder in "externals" and all should work. you should rename like johannes said to "dnd-plugin". the README in wrong. my fault :) On Wed, Oct 24, 2018 at 3:34 AM Lucas Cordiviola wrote: > The Deken pkg

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

2018-10-23 Thread Lucas Cordiviola
> But my question was: where to put it, so that PD (on OSX) can find it ? I think on osx you should have the same folder tree: whateveryourpath-to/externals/pd-dnd-plugin --> here the "dnd-plugin.tcl" whateveryourpath-to/externals/pd-dnd-plugin/tkdnd --> here "libtkdnd2.8.dylib" and all the

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

2018-10-23 Thread oliver
Lucas Cordiviola wrote: Hi Oliver, I recently uploaded to Deken "pd-dnd-plugin" for windows. All the needed files are contained inside the plugin folder. I build it with sources from https://github.com/megrimm/pd-dnd-plugin. There you will find the prebuilt osx binary in the 'tkdnd' folder. 

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

2018-10-23 Thread Lucas Cordiviola
Hi Oliver, I recently uploaded to Deken "pd-dnd-plugin" for windows. All the needed files are contained inside the plugin folder. I build it with sources from https://github.com/megrimm/pd-dnd-plugin. There you will find the prebuilt osx binary in the 'tkdnd' folder.  I guess it will work but

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

2018-10-23 Thread oliver
hi wrote: Hi Oliver, I have tried tkdnd a couple of times, especially when tk changed from 8.4 to 8.5 in the pd package (0.47??), but i had less success with it. If i remember correct i was able to drag pd patches onto to the pd window to open them, but what i was looking for was dragging