Re: [PD] [mtof~] !!!

2016-10-18 Thread Billy Stiltner
xensynth http://archive.org/details/xensynth has abstractioins [ntof] and [ntof~] which are not bound to the midi 100 cent interval intervals can be set with a list message in frequency ratio format xensynth can load scala .scl tuning files and when a .scl file is loaded it sends the interval list

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread IOhannes m zmoelnig
On 2016-10-18 07:41, Alexandre Torres Porres wrote: > how hard would this be? dropsuite. fgmasdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://list

Re: [PD] could vanilla borrow iemlib's hi pass filter recipe?

2016-10-18 Thread cyrille henry
Le 18/10/2016 à 00:47, katja a écrit : The filter recipe that Christof pointed to was easy to plug into the C code of [hip~] and works perfectly. But when looking further in d_filter.c I came across an approximation function 'sigbp_qcos()' used in the bandpass filter. It made me realize once mo

Re: [PD] on android to root n linux or not

2016-10-18 Thread Billy Stiltner
re: free dhcp server https://www.isc.org/downloads/ found in freebsd docs not sure what OS it can be used with, maybe there is a debian package for it? ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.in

[PD] [PD-announce] Sounding Out The Space Conference

2016-10-18 Thread Kerry Hagan
SOUNDING OUT THE SPACE: AN INTERNATIONAL CONFERENCE ON THE SPATIALITY OF SOUND Date: 2–4 November 2017 Location: Dublin School of Creative Arts, DIT Grangegorman Campus Organisers: DIT Conservatory of Music and Drama, Dublin School of Creative Arts, GradCAM Partners: Contemporary Music Centre, Ir

Re: [PD] on android to root n linux or not

2016-10-18 Thread IOhannes m zmoelnig
On 2016-10-18 10:40, Billy Stiltner wrote: > not sure what OS it can be used with, maybe there is a debian package for > it? yes, isc-dhcp-server is the standard professional¹ DHCP server in Debian. fgmasdr IOhannes ¹ to be deployed in realworld networks; and as opposed to adhoc solutions like d

[PD] drag and drop a filename

2016-10-18 Thread oliver
hi, since IOhannes just mentioned "dropsuite" has there ever been a sort of classic "drag and drop" feature for useage inside patches ? like: you drop a file onto a window (or even better: a specific spot) and get the filename as a symbol from an outlet or a receive object ? that would ma

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread patrice colet
or just writing a plugin would do the trick http://wiki.tcl.tk/1423 Le 18/10/2016 à 07:41, Alexandre Torres Porres a écrit : how hard would this be? maybe purr data? cheers -- Forwarded message -- From: *Ticket 1273* <1...@bugs.pure-data.p.re.sf.net

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread oliver
IOhannes m zmoelnig wrote: On 2016-10-18 07:41, Alexandre Torres Porres wrote: how hard would this be? dropsuite. that would be "text-onto-patch-plugin.tcl", right ? i put that into PD's extra folder (just like i did with the working "drop-patch-plugin.tcl") and get the following error

Re: [PD] drag and drop a filename

2016-10-18 Thread patrice colet
Le 18/10/2016 à 16:14, oliver a écrit : you drop a file onto a window (or even better: a specific spot) and get the filename as a symbol from an outlet or a receive object ? Wouldn't it be better if the dragged filename can be dropped directly onto the object requiring a filename symbol?

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Jonathan Wilkes via Pd-list
FYI: works in Pd-l2ork and Purr Data.  Select some pd file text, and then paste in a patch window.  (Purr Data gives confirmation prompt just to keep you from shooting yourself in the foot.) From: patrice colet To: pd-list@lists.iem.at Sent: Tuesday, October 18, 2016 10:17 AM Subject

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Alexandre Torres Porres
awesome :) 2016-10-18 13:22 GMT-02:00 Jonathan Wilkes via Pd-list : > FYI: works in Pd-l2ork and Purr Data. Select some pd file text, and then > paste in a patch window. (Purr Data > gives confirmation prompt just to keep you from shooting yourself in the > foot.) > > >

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Alexandre Torres Porres
how about selecting a patch and copying it into the clipboard as text? this is really handy for sharing patch as texts on facebook and things like that 2016-10-18 13:38 GMT-02:00 Alexandre Torres Porres : > awesome :) > > 2016-10-18 13:22 GMT-02:00 Jonathan Wilkes via Pd-list < > pd-list@lists.i

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Alexandre Torres Porres
2016-10-18 5:47 GMT-02:00 IOhannes m zmoelnig : > On 2016-10-18 07:41, Alexandre Torres Porres wrote: > > how hard would this be? > > > dropsuite. > that looks great, but the description is not giving me the idea that you can paste a text as a pd patch, so it does do it, right? cheers __

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Jonathan Wilkes via Pd-list
> how about selecting a patch and copying it into the clipboard as text? I don't think we have that feature. > this is really handy for sharing patch as texts on facebook and things like > that Can't you just select all of the pd file in a text editor? -Jonathan 2016-10-18 13:38 GMT-02:00 Alex

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Miller Puckette
i like this idea a lot. Among other things it would let us copy-paste patches between different instances of Pd. I had imagined having Pd's own copy/paste "type" but actually just using text and having Pd "consider" it as a patch fragment for copy/paste operations is brilliant. M On Tue, Oct 18

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Alexandre Torres Porres
2016-10-18 15:50 GMT-02:00 Miller Puckette : > i like this idea a lot. Among other things it would let us copy-paste > patches > between different instances of Pd. wow, I hadn't thought of that, that is actually brilliant and I face this problem quite often by the way. Like, copying something

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Alexandre Torres Porres
2016-10-18 15:28 GMT-02:00 Jonathan Wilkes : > Can't you just select all of the pd file in a text editor? > sure we can, but it'd be more convenient ;) ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.i

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Jonathan Wilkes via Pd-list
Oh, so you want to be able to copy an arbitrary selection in a patch to the clipboard. I believe that's doable. -Jonathan From: Alexandre Torres Porres To: Miller Puckette Cc: Jonathan Wilkes ; "pd-list@lists.iem.at" Sent: Tuesday, October 18, 2016 3:56 PM Subject: Re: [PD] Fwd:

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Alexandre Torres Porres
It's a terrible name by the way, it'd make much more sense call it "copy to clipboard" You may notice it doesn't have an option in the edit mode to paste the selection copied clipboard, that happens if you go to file and select "new from clipboard". Thus, it only creates a new file. Unlike the fe

Re: [PD] Fwd: [PD-dev] [pure-data:bugs] #1273 feature request - paste from clipboard

2016-10-18 Thread Ivica Bukvic
Pd-l2Ork supports universal clipboard but is somewhat limited by the Tcl/Tk idiosyncrasies, like having to start the application and then copying because the preexisting system clipboard is not actually recognized by the toolkit. It also supports pasting actual text from the patches into an existin

[PD] Can Pd rescan MIDI devices while running?

2016-10-18 Thread William Huston
I've searched the list archives and do not find an answer to this. Would be nice to be able to plug in a new device and have Pd see it without exit/restart. Thanks. -- -- May you, and all beings be happy and free from suffering :) -- ancient Buddhist Prayer (Metta) _