Re: [PD] sysex messages

2018-03-12 Thread Miller Puckette
Hi Mario - Perhaps you said this in the previous message which I missed... are you using ALSA MIDI system or OSS? MIDI support has always been a problem in Pd... largely because I don't have a lot of experience with it. cheers Miller On Tue, Mar 13, 2018 at 12:04:00AM +, mario buoninfante

[PD] sysex messages

2018-03-12 Thread mario buoninfante
Hi, I ran few more tests on Linux trying to understand what's going on with [midiout] and sysex messages. I discovered that it's not just about sysex. I'm monitoring MIDI from Pd with /KMidimon /and /GMIDImonitor/, and I noticed that also sending Note On messages with [midiout] seems to be

Re: [PD] drag and drop external?

2018-03-12 Thread me.grimm
i meant: $ ./configure --with-tcl /System/Library/Frameworks/Tk.framework/Versions/8.5/ On Mon, Mar 12, 2018 at 7:04 PM, me.grimm wrote: > hello, > > >> does not work on Windows: > > yeah that libtkdnd is built for MacOS 64-bit only (i believe). tkdnd would > have to be

Re: [PD] drag and drop external?

2018-03-12 Thread me.grimm
hello, >> does not work on Windows: yeah that libtkdnd is built for MacOS 64-bit only (i believe). tkdnd would have to be built for windows (dll?). really the repo needs a submodule (https://github.com/petasis/tkdnd) but i think i remember it was such a pain to get built ( see

Re: [PD] what's up with "#" and iemgui labels (bug)?

2018-03-12 Thread Ivica Ico Bukvic
This was fixed in pd-l2ork a while ago. Perhaps porting the patch may not be a bad idea? Best, Ico On 3/12/2018 6:09 PM, Alexandre Torres Porres wrote: Hi, "#" characters become "$" when trying to put them into GUI labels, is there a good reason for it? Or should we just treat it as a bug

Re: [PD] drag and drop external?

2018-03-12 Thread Alexandre Torres Porres
2018-03-12 13:29 GMT-03:00 Ingo : > Drag & Drop would definitely be cool! > > I got something going with the old (deprecated) [toxy/tot] but it's very > complicated like that. > can you share? So it would be possible with an external, huh? I thought that maybe, somehow, it

Re: [PD] drag and drop external?

2018-03-12 Thread Lucas Cordiviola
Unfortunately https://github.com/megrimm/pd-dnd-plugin does not work on Windows: Loading plugin: C:/Users/Lucarda/AppData/Roaming/pd/dnd-plugin.tcl - Drag and Drop on Window Drag and Drop on Canvas - --- UNHANDLED ERROR: couldn't load library

[PD] what's up with "#" and iemgui labels (bug)?

2018-03-12 Thread Alexandre Torres Porres
Hi, "#" characters become "$" when trying to put them into GUI labels, is there a good reason for it? Or should we just treat it as a bug and fix it? cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

[PD] [PD-announce] PhD Sound and Music Computing (University of Oslo)

2018-03-12 Thread Alexander Refsum Jensenius
Dear all, A Doctoral Research Fellowship in Sound and Music Computing is available at the University of Oslo: https://www.jobbnorge.no/en/available-jobs/job/148855/ * Deadline: 04.04.2018 * Start date: September 2018 * Duration: 3+1 year * Salary: 436-490 900 NOK The fellowship is

Re: [PD] drag and drop external?

2018-03-12 Thread Ingo
Drag & Drop would definitely be cool! I got something going with the old (deprecated) [toxy/tot] but it's very complicated like that. I'm trying to build a bank manager to drag and drop patches from inside the same patch bank or another bank (128 patches each). It's probably doable like that

Re: [PD] changing raspberry pi IP from within Pd

2018-03-12 Thread Jack
And if you talk about the file /etc/sudoers, it is highly recommended to use the command : $ sudo visudo to modify it. This utility verify if you make a mistake when you save the file. This modification is not required on Raspbian. ++ Jack Le 12/03/2018 à 09:32, IOhannes m zmoelnig a écrit : >

Re: [PD] drag and drop external?

2018-03-12 Thread IOhannes m zmoelnig
On 2018-03-12 07:53, Alexandre Torres Porres wrote: > Hi, would it be possible to write an external that could respond to drag > and drop? Like opening a file or something? Was anything like this ever > done? Or is it impossible cause it'd require some changes to Pd? yes, it was done. e.g.

Re: [PD] changing raspberry pi IP from within Pd

2018-03-12 Thread IOhannes m zmoelnig
On 2018-03-12 02:14, Jack wrote: > It should be doable by default on Raspbian, but i think it is not > possible on Ubuntu for instance (if you start Pd as a regular user). > On Raspbian, executing command with root privileges do not ask to enter > the password. > Maybe i am wrong ? i don't know.

[PD] drag and drop external?

2018-03-12 Thread Alexandre Torres Porres
Hi, would it be possible to write an external that could respond to drag and drop? Like opening a file or something? Was anything like this ever done? Or is it impossible cause it'd require some changes to Pd? cheers ___ Pd-list@lists.iem.at mailing list