Re: [PD] Is there a cost to wiggling GUI objects which aren't visible?

2021-03-04 Thread William Huston
Thanks Christof :) -- William Huston: williamahus...@gmail.com Binghamton NY *Public Service Mapping / Videography / Research / Education / Safety Advocacy* Blog -- Facebook -- Twitter -- Yout

[PD] 2 bugs and a feature request, FYI

2021-03-04 Thread William Huston
FYI, BH - *"pd -help" produces no output, version 0.51-4 / Win7 #1280* https://github.com/pure-data/pure-data/issues/1280 - *tabwrite should act sensibly upon out of bound address #1281* https://github.com/pure-data/pure-data/issues/1281 - *Feature Request: allow a [clone] instanc

Re: [PD] Is there a cost to wiggling GUI objects which aren't visible?

2021-03-04 Thread Christof Ressi
*1: Is there a CPU cost to wiggling GUI objects * *in abstractions or subpatches * *which aren't visible?* (Almost) none. The drawing functions check if the patch is visible, and if not, they don't send any drawing commands to the GUI app. So you only pay for the additional check. * * *2: Does

[PD] Is there a cost to wiggling GUI objects which aren't visible?

2021-03-04 Thread William Huston
My 12 band Flanger/Panner thing was so awesome, I decided to convert it to [clone] to make it an N-Band thing. I'm getting close! ... But I am using a lot of wiggling GUI things inside the clone instances. Is this a problem? I have [hsl]s [vsl]s & blinking [bng]s, triggered by a global metro, sam

Re: [PD] a barrel of fun: deken v0.7.1

2021-03-04 Thread oliver
IOhannes m zmölnig wrote: on error-level 4 i also get this in the console: Loading plugin: C:/Program Files/Pd/tcl/pd_deken.tcl [deken]: platform detected: Windows-amd64-float32 Loading plugin: C:/Program Files/Pd/tcl/pd_docsdir.tcl Loading plugin: C:/Program Files/Pd/extra/deken-plugin/deken-

Re: [PD] pause writing to delay line / hybrid of array and delay

2021-03-04 Thread Alexandre Torres Porres
Em qui., 4 de mar. de 2021 às 01:33, Alexandre Torres Porres < por...@gmail.com> escreveu: > In cyclone we have [record~] and [poke~] to write to arrays, plus [play~] > to play them. > Here's a shot with [record~] and [play~]. The [record~] object outputs its phase and that is useful for managing

Re: [PD] [PD-announce] a barrel of fun: deken v0.7.1

2021-03-04 Thread IOhannes m zmölnig
On 3/4/21 10:22 AM, Roman Haefeli wrote: When searching for multiple packages, the results are not listed alphabetically. For instance, the results for search term 'slip zexy' list zexy before slip. actually, they never were sorted alphabetically. or well, they were, but in reverse order (so Z

Re: [PD] [PD-announce] a barrel of fun: deken v0.7.1

2021-03-04 Thread IOhannes m zmölnig
On 3/4/21 5:29 PM, Antoine Rousseau wrote: A little remark: when you select multiple packages with the right-click menu, it would be great if selected packages were highlighted so you can know that they are (selected). aren't they. because for me, they are (see attached screenshot) And BTW

Re: [PD] a barrel of fun: deken v0.7.1

2021-03-04 Thread IOhannes m zmölnig
On 3/4/21 2:07 PM, oliver wrote: same here ... on error-level 4 i also get this in the console: Loading plugin: C:/Program Files/Pd/tcl/pd_deken.tcl [deken]: platform detected: Windows-amd64-float32 Loading plugin: C:/Program Files/Pd/tcl/pd_docsdir.tcl Loading plugin: C:/Program Files/Pd/extra

Re: [PD] a barrel of fun: deken v0.7.1

2021-03-04 Thread IOhannes m zmölnig
On 3/4/21 11:06 AM, Dario Pedrioli wrote: Am I missing something? could you please report this in the issue tracker? https://github.com/pure-data/deken/issues (also include the exact steps to reproduce this. does it happen on startup of Pd, when you open the "Find externals" dialog, whe

Re: [PD] a barrel of fun: deken v0.7.1

2021-03-04 Thread Jack
I just test the new deken and it looks good ! It is very nice to upgrade deken by its own with "deken-plugin". And it is now cool to find an object or/and a library. Only good ! ++ Jack Le 04/03/2021 à 00:55, Christof Ressi a écrit : > Hooray! I will test when I upload my next deken packages (=

Re: [PD] [PD-announce] a barrel of fun: deken v0.7.1

2021-03-04 Thread Antoine Rousseau
Thanks a lot for your work, it looks good here (although like Alex I didn't extensively test every feature), and they seem all valuable features! A little remark: when you select multiple packages with the right-click menu, it would be great if selected packages were highlighted so you can know th

Re: [PD] a barrel of fun: deken v0.7.1

2021-03-04 Thread oliver
same here ... on error-level 4 i also get this in the console: Loading plugin: C:/Program Files/Pd/tcl/pd_deken.tcl [deken]: platform detected: Windows-amd64-float32 Loading plugin: C:/Program Files/Pd/tcl/pd_docsdir.tcl Loading plugin: C:/Program Files/Pd/extra/deken-plugin/deken-plugin.tcl [de

Re: [PD] a barrel of fun: deken v0.7.1

2021-03-04 Thread Roman Haefeli
I get the same with same version of Pd on Windows 10. Roman On Thu, 2021-03-04 at 11:06 +0100, Dario Pedrioli wrote: > Hi, > > I've installed deken-plugin from deken on pd 0.51.4 - Windows 10 > I get this error on pd console: > --- > UNHANDLED ERROR: char map list unbalanced >

Re: [PD] a barrel of fun: deken v0.7.1

2021-03-04 Thread Dario Pedrioli
Hi, I've installed deken-plugin from deken on pd 0.51.4 - Windows 10 I get this error on pd console: --- UNHANDLED ERROR: char map list unbalanced while executing "string map "@PD_PATH@ $::sys_libdir" $path" (procedure "::deken::utilities::substpath" line 2)

Re: [PD] [PD-announce] a barrel of fun: deken v0.7.1

2021-03-04 Thread Roman Haefeli
On Wed, 2021-03-03 at 22:30 +0100, IOhannes m zmölnig wrote: > - select multiple packages (with right-click) and download/install > them at once I _love_ the ability to search for many packages at the same time (and then also select multiple for installation). For this to be useful, the implici

Re: [PD] [PD-announce] a barrel of fun: deken v0.7.1

2021-03-04 Thread Roman Haefeli
On Wed, 2021-03-03 at 22:30 +0100, IOhannes m zmölnig wrote: > i'd like to announce the release of deken-v0.7.1 Very nice! Thank you! I'm glad to test. Roman signature.asc Description: This is a digitally signed message part ___ Pd-list@lists.iem.at