[PD] Lua in pd (was: gtk front end for Pd?)

2024-10-02 Thread Sebastian Shader via Pd-list
I know it's old but I think for lua in pd luaJit should be considered if adding a lua. Imo they took out a very powerful feature in setfenv after 5.1 anyways. Luajit was still working with pdlua last I checked. Plus pd messages only use floats. -Seb On Wednesday, October 2, 2024 at 05:27:03 A

[PD] Re: [PD-announce] nusmuk libs

2024-09-30 Thread Johnny Mauser via Pd-list
Hi Cyrille, I can confirm egregore working now on my m1 Mac running pd 0.55.1 and MacOS 14.6.1. Thank you! -jonas- > Am 30.09.2024 um 16:51 schrieb cyrille henry : > > Hello Peter, > Nusmuk lib have been updated last week for the 1st time in 15 years. So it's > totally normal that the last

[PD] Re: Fwd: Changing vanilla colors

2024-09-28 Thread Sebastian Shader via Pd-list
There's been a bit of discussion about this in https://github.com/pure-data/pure-data/issues/1482 For abstractions, the general way to do user-facing colors is to use iemguis and set their values. For iemguis the solution for color theming in the discussion above was to add a flag to iemguis (sl

[PD] Re: Changing vanilla colors

2024-09-27 Thread Sebastian Shader via Pd-list
The first implementation of this was much more straightforward; As of the gui message format rewrite/refactor the easiest way for me to deal with it was to send to a hack-y intermediate proc that intercepts and replaces color variables (see pdtk_canvas::set_option_types in the PR) That's really

[PD] Re: Egregore 32bit on MacM1

2024-09-22 Thread Johnny Mauser via Pd-list
not look at egregore in years! > > The patch could certainly be optimized thanks to all new pd feature, and > lot's of dependency could be removed. > > > > I add that on my TODO list, but it will probably not be ready soon. > > > > Cheers > > c > >

[PD] Egregore 32bit on MacM1

2024-09-10 Thread Johnny Mauser via Pd-list
Dear list, dear Cyrille, I want to revisit some egregore modification patch I made a while back. I am not able to run it in current MacOS on an M1 based mac. Is there an existing 64bit version of the egregore underlaying objects? Or any other way I can use 32bit pd on this machine? Thx for hin

[PD] CFP: Piksel24 - November 21-23 2024

2024-08-27 Thread 220hex via Pd-list
sorry for -- Piksel24 November 21-23 2024 Bergen, Norway Dear friends, We are excited to announce the call for projects for the 22nd edition of the Piksel Festival! Piksel will go hybrid again this year, so we welcome ideas for both online and physical collaborative activities. We are

[PD] Re: can't load compiled extrernals in the same folder anymore

2024-08-21 Thread Tom Erbe via Pd-list
Is it a cloud folder? if so, make sure it’s downloaded on the machine first.  I’ve had this problem. Sent from my iPhoneOn Aug 21, 2024, at 2:54 PM, Alexandre Torres Porres wrote:damn, things are really weird now, and I can't even load objects from 'extra'!Em qua., 21 de ago. de 2024 às 17:16, Al

[PD] Re: [PD-announce] Pd-lists now running on mailman3

2024-08-09 Thread Giulio Moro via Pd-list
Back when you could get a new "major" release for a missing dll https://lists.iem.at/hyperkitty/list/pd-list@lists.iem.at/thread/SCXHP655TORUY4VS5IQSXEG2GZOZ7CZY/ Winfried Ritsch wrote on 09/08/2024 14:20: Am Freitag, 9. August 2024, 10:22:39 CEST schrieb cyrille henry: Le 08/08/2024 � 19:08

Re: [PD] Gemwin vs [pix_snap]

2024-06-12 Thread Johnny Mauser via Pd-list
I was able to reproduce this > behavior with the gemwin help patch, which I added a [pix_snap] + [pix_writer] > Gemwin tells it is 640x480 still the pix is only 1/4s the content. > > Best, > -jonas > > > > > >> Am 12.06.2024 um 09:53 schrieb IOhannes m zmoelni

Re: [PD] Gemwin vs [pix_snap]

2024-06-12 Thread Johnny Mauser via Pd-list
help patch, which I added a [pix_snap] + [pix_writer] Gemwin tells it is 640x480 still the pix is only 1/4s the content. Best, -jonas pix_writer_test.pd Description: Binary data > Am 12.06.2024 um 09:53 schrieb IOhannes m zmoelnig : > > On 6/12/24 09:25, Johnny Mauser via Pd-l

Re: [PD] Gemwin vs [pix_snap]

2024-06-12 Thread Johnny Mauser via Pd-list
ch? >> cheers >> >> c >> >> >> Le 11/06/2024 à 21:17, Johnny Mauser via Pd-list a écrit : >>> Dear Lists, >>> I have an old patch I want to revive and the following problem: >>> I have a gemwin with certain dimensions, say 640x480pix, an

Re: [PD] copy data between arrays

2024-04-23 Thread Giulio Moro via Pd-list
If you need 'instantaneous' (zero logical time) copy, then [array get] and [array set] are probably a good option, but even though this will not stop the DSP, it may well cause an audio dropout, typically in the case of large copies on a system with small blocksize and small buffer size and non

Re: [PD] [vstplugin~] v0.6-test1

2024-02-12 Thread KHM t.hartmann via Pd-list
Great news!Thank you ;)__Dr. Tobias HartmannKünstlerisch-Wissenschaftlicher Mitarbeiter / Assistant ProfessorexMedia - SoundKunsthochschule für Medien Köln (KHM)Academy of Media Arts ColognePeter-Welter-Platz 250676 Kölnt.hartm...@khm.de+49 (0) 221 20189 228w

[PD] time/date

2024-01-16 Thread Hrvoje Radnic via Pd-list
Dear group, Is there any solution for getting the system time-date in pure data vanilla? I would like to use my quick recording abstraction without worrying about file name and I know it could be done by using [savestate] and incremental numbering system, but I think it could be much more elegan

Re: [PD] Preset management for Pd Vanilla

2023-11-11 Thread KHM t.hartmann via Pd-list
+1 as well, for a native preset system.Best would be the possibility for interpolation between values in various ways, from jump to customisable interpolation curves.__Dr. Tobias HartmannKünstlerisch-Wissenschaftlicher Mitarbeiter / Assistant ProfessorexMedia

[PD] pd 0.54-0 testtone.pd

2023-10-23 Thread Nick Burge via Pd-list
Dear pd-list, I’ve noticed that as I adjust the Input Monitor gain in the testtone patch, the pd console prints the message “clip: no method for set” Is this a bug? Thanks. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Is the source server down?

2023-09-12 Thread Anibal Nestor Zorrilla via Pd-list
Hi, may be here: https://deb.debian.org/debian/pool/main/p/puredata/. AZ, __ Aníbal N. Zorrilla. Docente Investigador UNA. El martes, 12 de septiembre de 2023, 15:40:49 ART, Samuel Burt escribió: Hi. Having a problem with puredata.in

[PD] deken server CORS headers

2023-06-23 Thread Sebastian Shader via Pd-list
Hello All,    For a work project I'm building a pd library/object wiki thing. I was trying to make a feature that allowed import from deken object lists. I was wondering if there would be any reason not to support CORS on the deken server? Right now I can't fetch from the browser unless I disable

Re: [PD] [text] memory usage

2023-04-26 Thread Sebastian Shader via Pd-list
Seems like the fix should already be in 0.54.afaict you can use the 'clear' or 'set' messages to set the dirty flag to 0, which will clear the undo history.but I'm also wondering if the text window actually has to exist to do so, since 'peer' text objects are possible.. -seb; On Wednesday,

[PD] A web frontend for Pd

2023-03-16 Thread Giulio Moro via Pd-list
Here's something the Chair and Bela teams have been working on for a few months: a proof-of-concept web interface to Pd. https://github.com/BelaPlatform/pure-data-web-GUI This leverages the refactored communication protocol effort by Iohannes in order to obtain a "toolkit-agnostic Core<->GUI

Re: [PD] phase locked loop

2023-03-14 Thread Giulio Moro via Pd-list
i noticed that the CPU toll on BELA is quite high with puredata and fexpr~ If you are not going full-polyphonic, you could try to disable unused [fexpr~] objects based on the envelope's amplitude, either via [switch~] or using [start( and [stop( messages to [fexpr~]. maybe (if i take this fu

Re: [PD] Noise in bp-filter

2023-02-18 Thread Daniel Martin via Pd-list
17 de febrero de 2023, 23:52:22 GMT+1, Peter P. escribió: Daniel, can you try the [vcf~] object instead of [bp~]? The noise you hear most likely happens when you change the filter frequency non-continuously. * Daniel Martin via Pd-list [2023-02-17 20:15]: > Dear PD-Users,

Re: [PD] DSP crashing - PD freezes.

2023-02-04 Thread Miller Puckette via Pd-list
OK, I've uploaded the fix (I hope correctly) to msp.ucsd.edu/software.html, as "0.53-2test1". If that seems to work for everyone I'll rename it "0.53-2". Thanks to all the help from several people (and to the portaudio folks!) Miller On Sat, Feb 04, 2023 at 03:09:21PM -0800, Theron Trowbridge wr

Re: [PD] DSP crashing - PD freezes.

2023-01-31 Thread Miller Puckette via Pd-list
; > > OK (and thanks to Zmoelnig's CI machine)- here's a version of Pd with > > the newest stable portaudio - can someone with MacOS 13 test this and see > > if > > the problem is still there? > > > > http://msp.ucsd.edu/tmp/pure-data_pa-v19.7.0_Darw

Re: [PD] DSP crashing - PD freezes.

2023-01-31 Thread Miller Puckette via Pd-list
00, Miller Puckette via Pd-list wrote: > Thanks for the heads-up... Pd is carrying around a rather old version of > portaudio - I'm in the middle of trying to update ot the latest stable > version, > will let you know when I have something you can try... > > Miller >

Re: [PD] DSP crashing - PD freezes.

2023-01-31 Thread Miller Puckette via Pd-list
Thanks for the heads-up... Pd is carrying around a rather old version of portaudio - I'm in the middle of trying to update ot the latest stable version, will let you know when I have something you can try... Miller On Mon, Jan 30, 2023 at 01:46:22PM -0800, Theron Trowbridge wrote: > I have simila

[PD] Rv: Pd-list Digest, Vol 214, Issue 29

2023-01-28 Thread JUAN GONZALO SALDARRIAGA via Pd-list
Hello. I’m sorry for this. It not was voluntary. J Gonzalo Enviado desde Yahoo Mail para iPhone Comienzo del mensaje reenviado: El jueves, enero 26, 2023, 1:00 p.m., JUAN GONZALO SALDARRIAGA escribió: B  CC 🇦🇿🇦🇹 Enviado desde Yahoo Mail para iPhone El jueves, enero 26, 2023, 12:30 p.m.

Re: [PD] Pd-list Digest, Vol 214, Issue 29

2023-01-27 Thread JUAN GONZALO SALDARRIAGA via Pd-list
B  CC 🇦🇿🇦🇹 Enviado desde Yahoo Mail para iPhone El jueves, enero 26, 2023, 12:30 p.m., pd-list-requ...@lists.iem.at escribió: Send Pd-list mailing list submissions to     pd-list@lists.iem.at To subscribe or unsubscribe via the World Wide Web, visit     https://lists.puredata.info/listinfo/pd

Re: [PD] verbose object search paths not displaying unless debug4?

2023-01-24 Thread Miller Puckette via Pd-list
On Tue, Jan 24, 2023 at 07:27:59PM +0100, IOhannes m zmölnig wrote: > On 1/24/23 17:36, Peter P. wrote: > > Hi list, > > > > I am trying to trace the non-loading of an external, iemguts in my case. > > I enabled verbose messages either in the "Path" preferences or by the > > command > > line fl

Re: [PD] Pd download pages are down

2023-01-23 Thread Miller Puckette via Pd-list
Hi all - I believe the site went down last night but is back up now. cheers Miller On Mon, Jan 23, 2023 at 04:41:55PM +0100, Peter P. wrote: > Mario, both currently are working from within my country on the european > continent. > > * mario buoninfante [2023-01-23 16:22]: > > Hi, > > > > Just

Re: [PD] Pd0.53-1 for Windows downloads look like Pd0.53-0

2022-12-29 Thread Miller Puckette via Pd-list
OK, I think I have this fixed - you can download them again from the usual site, msp.ucsd.edu. I had made a serious and stupid mistake putting out the 64-bit release (The 32-bit one appears to have been OK). The good news is that the previous files actually were 0.53-0, i.e., the "about pd" panel

Re: [PD] [PD-announce] [leapmotion] version 0.2.0 on deken

2022-12-29 Thread Sebastian Shader via Pd-list
I was able to use the big sur SDK on 10.15, which can compile for M1. Just had to change -isysroot I think. -Seb -Original Message- From: Dan Wilcox To: Miller Puckette Cc: Pd-List ; Jo?o Pais Sent: Thu, Dec 29, 2022 7:52 am Subject: Re: [PD] [PD-announce] [leapmotion] version 0.2.0

Re: [PD] [PD-announce] [leapmotion] version 0.2.0 on deken

2022-12-29 Thread Miller Puckette via Pd-list
Nah.. it's just the command "xcodebuild -configuration Deployment -project pd~.xcodeproj/" (which has to be replaced) - after which I appear simply to have copied the sources and help file into the built "mxo" bundle. cheers M On Thu, Dec 29, 2022 at 07:19:23PM +0100, Dan Wilcox wrote: > Ok, tha

Re: [PD] [PD-announce] [leapmotion] version 0.2.0 on deken

2022-12-29 Thread Miller Puckette via Pd-list
Sources are exactly the same as in extra/pd~ - needed files are pd~.c and binarymsg.c . I had these compiling with the 7.x Max SDK but the 8.x one has dropped "xcodebuild" for cmake so the build and release scripts have to be revisited. Anyway I'm leaning toward buying a used macmini for decently

Re: [PD] [PD-announce] [leapmotion] version 0.2.0 on deken

2022-12-29 Thread Miller Puckette via Pd-list
Trying to compile and test it under Max - so that Max users can enjoy the powerful features of Pd at last :) M On Thu, Dec 29, 2022 at 04:47:50PM +0100, Dan Wilcox wrote: > Actually, isn't pd~ already compiled for arm64? What am I missing...? > > % file /Applications/Pd-0.53-1.app/Contents/Resou

Re: [PD] [PD-announce] [leapmotion] version 0.2.0 on deken

2022-12-28 Thread Miller Puckette via Pd-list
I don't have a recent enough mac to compile for M1. I'm almost ready to hold my nose and buy one. Mac SDK requires cmake which I don't think my department has managed to get running on their machines yet. UGH... M On Wed, Dec 28, 2022 at 07:49:43PM +0100, IOhannes m zmölnig wrote: > Am 28. Dez

Re: [PD] [PD-announce] [leapmotion] version 0.2.0 on deken

2022-12-27 Thread Miller Puckette via Pd-list
I think Max users can use pd~ to run this. cheers Miller On Sun, Dec 25, 2022 at 06:08:44PM -0500, William Brent wrote: > Hey Joao, > > Chikashi also has a mac build of [leapmotion] available here >

Re: [PD] is [sigmund~] a "phase vocoder"?

2022-12-12 Thread Sebastian Shader via Pd-list
on the subject of oscillator banks, someone said that this method where you use oversampling and incrementingthe phase of a specific sample in the block can be more efficient than just using separate oscillators (inspired by a characterization from one of miller's lectures):https://forum.pured

Re: [PD] [random] and seed value

2022-12-12 Thread Philip Stone via Pd-list
Hello all, I don’t think anybody is advocating for this, but I just wanted to be sure that whatever changes are made to [random], the ‘seed’ message capability is maintained. My music very much depends on the ability to control the seed value and get a repeatable ‘random’ sequence. Where I nee

[PD] Fwd: [random] and seed value

2022-12-11 Thread Sebastian Shader via Pd-list
it seems like this would also depend on automatically saving the parent at loadtime or closetime though -Original Message- From: Sebastian Shader To: pd-list@lists.iem.at Sent: Sun, Dec 11, 2022 2:34 pm Subject: Re: [PD] [random] and seed value well it used to be the case that it was

Re: [PD] [random] and seed value

2022-12-11 Thread Sebastian Shader via Pd-list
well it used to be the case that it was difficult to save per-abstraction parameters. with the addition of [savestate]I don't think that's as much of a factor anymore. In the past you could have a simple abstraction that could increment a value held in a message box to supply a different seed

Re: [PD] http get/post request in pd. how to?

2022-11-25 Thread Sebastian Shader via Pd-list
you can send/receive http requests directly in pd as wellhttps://github.com/chr15m/pd-ws personally I got 'something' by doing the following (without parsing/sending an http 'ok' back..): hopefully e-mail doesn't mess it up http://localhost:2000/"; method="post"> then[netreceive -b 20

Re: [PD] Pd-list Digest, Vol 212, Issue 35

2022-11-23 Thread Philip Stone via Pd-list
Hi Kerry, I’ve been running my system on M1/Monterrey-Pd 53.0 with no issues, and am enjoying the performance boost immensely. Any externals I haven’t been able to get, I’ve compiled (I can’t speak for GEM, though). You say: “Miller told me that it may not handle Pd’s real time processes, that

Re: [PD] metro and dsp error interacting

2022-11-15 Thread Miller Puckette via Pd-list
I've seen something slightly related, which is that if Pd is running without audio while a machine is in the "suspend" state, then when it wakes up it goes mad trying to catch up with all the elapsed time. But other than that I've not seen Pd's non-audio timing fail the way yuo described. Can

Re: [PD] Pd freezing on Mac Ventura 13.0

2022-10-27 Thread Miller Puckette via Pd-list
I don't have access to any ventura machines but would like to hear more about this. Looking down the portaudio github for the last year I don't see anything about breakage on Ventura. We can count on Apple though to break stuff on every OS release, harrumph. Miller On Thu, Oct 27, 2022 at 09:34

Re: [PD] [PD-announce] pd 0.53-0test2 released

2022-10-25 Thread Philip Stone via Pd-list
It looks good on an M1 Macbook running Monterrey. Am I imagining it, or am I getting less dropouts during file loads? Phil Stone Davis, CA From: Pd-announce on behalf of Miller Puckette via Pd-announce Date: Saturday, October 22, 2022 at 11:09 AM To: pd-annou...@lists.iem.at Cc: Miller Puck

Re: [PD] Pd 0.53-0test2 scrollers

2022-10-23 Thread Miller Puckette via Pd-list
On Sun, Oct 23, 2022 at 06:53:13PM -0700, Miller Puckette via Pd-list wrote: > Aha it's that fucking VU meter - it's now drawing something that pokes way > north of what's visible. > > On Sun, Oct 23, 2022 at 06:50:02PM -0700, Miller Puckette via Pd-list wrote: > >

Re: [PD] Pd 0.53-0test2 scrollers

2022-10-23 Thread Miller Puckette via Pd-list
Aha it's that fucking VU meter - it's now drawing something that pokes way north of what's visible. On Sun, Oct 23, 2022 at 06:50:02PM -0700, Miller Puckette via Pd-list wrote: > Oops, there's more than that. I was wrong - the empty string is always > displayed in 0.52-

Re: [PD] Pd 0.53-0test2 scrollers

2022-10-23 Thread Miller Puckette via Pd-list
M -0700, Miller Puckette via Pd-list wrote: > I'm getting the same problem on linux... and 0.52-2 is working correctly. > > It looks like IEM GUIs are displaying empty strings above themselves by > default > (you can see this by making a new toggle and moving it close to the top

Re: [PD] Pd 0.53-0test2 scrollers

2022-10-23 Thread Miller Puckette via Pd-list
I'm getting the same problem on linux... and 0.52-2 is working correctly. It looks like IEM GUIs are displaying empty strings above themselves by default (you can see this by making a new toggle and moving it close to the top of the window). At some point I "fixed" this by suppressing displaying

Re: [PD] [PD-announce] pd 0.53-0test2 released

2022-10-23 Thread Miller Puckette via Pd-list
:06PM +0200, IOhannes m zmölnig wrote: > Am 23. Oktober 2022 19:49:10 MESZ schrieb Claude Heiland-Allen > : > > > >On 23/10/2022 15:27, Miller Puckette via Pd-list wrote: > >> On Sat, Oct 22, 2022 at 04:45:00PM -0300, Alexandre Torres Porres wrote: > >>> al

Re: [PD] [PD-announce] pd 0.53-0test2 released

2022-10-23 Thread Miller Puckette via Pd-list
No luck ("bad superblock" style messages for both hfs and hfsplus). I'm not sure how much longer I should spend trying to fix this - I'll be able to get on a Mac Tuesday. thanks M On Sun, Oct 23, 2022 at 05:23:14PM +0200, Dan Wilcox wrote: > You can mount a dmg (disk image). Something like: > >

Re: [PD] [PD-announce] pd 0.53-0test2 released

2022-10-23 Thread Kevin Haywood via Pd-list
Yep, I downloaded it yesterday, and it also unzips to a dmg (a mac disk image), and the binary is named Pd-0.53-0test1-80-g20334410. Cheers, Kevin > On Oct 23, 2022, at 7:27 AM, Miller Puckette via Pd-list > wrote: > > Hi Alexandre - > > This sounds a bit mysterious and

Re: [PD] [PD-announce] pd 0.53-0test2 released

2022-10-23 Thread Miller Puckette via Pd-list
Hi Alexandre - This sounds a bit mysterious and might be a problem or might not... could you (or anyone) download this one: http://msp.ucsd.edu/tmp/pd-macos-5c4f7554.zip ... and see what the app is named when you unpack it? (I don't have a mac handy and have no idea how to open a "dmg" on my li

Re: [PD] [PD-announce] pd 0.53-0test1 released

2022-10-21 Thread Miller Puckette via Pd-list
Right, that's part of the IEMGUI rewrite... I stuck a quick reference to it in the release notes (but missed getting it in "test2"). I think it's an improvement... cheers M On Fri, Oct 21, 2022 at 06:23:29PM +0200, Giulio Moro wrote: > I am sorry if this conversation has taken place before and I

Re: [PD] [PD-announce] pd 0.53-0test1 released

2022-10-21 Thread Giulio Moro via Pd-list
I am sorry if this conversation has taken place before and I missed it, but is it expected that the default parameters (size etc) for most (all?) iemguis has changed with 0.53 compared to 0.52 (and possibly all previous versions)? E.g.: hsl width: 128->162 height: 15->19 label font size: 10->

Re: [PD] Alternative for array to show curves?

2022-10-09 Thread Miller Puckette via Pd-list
Hi Ingo and all - This reminds me of a problem I had 15 or 20 years ago, in which the (ASCII) communications between Pd and the GUI would sometimes choke under heavy volumes - perhaps because teh GUI wasn't reading stuff as fast as Od was trying to spit it out. This would be dependent on the rela

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-09-30 Thread Peter Brinkmann via Pd-list
There's a new controller that uses Note Off velocity in an interesting way --- the Artinoise re.corder sends Note Off with nonzero velocity between slurred notes. On Fri, Sep 30, 2022 at 9:30 AM Alexandre Torres Porres wrote: > Hi, the ELSE library has [

Re: [PD] looking for a simple eq

2022-09-27 Thread Tom Erbe via Pd-list
This one from the archives is pretty useful https://lists.puredata.info/pipermail/pd-list/2005-10/031738.html > On Sep 27, 2022, at 2:50 PM, Roman Haefeli wrote: > > On Mon, 2022-09-26 at 18:25 +0200, Jakob Laue wrote: > > > >> Actually I just need simple low-cutting > > https://github.com

Re: [PD] list box editing in GOP

2022-09-25 Thread Sebastian Shader via Pd-list
It's a known issue https://github.com/pure-data/pure-data/issues/1661 -seb -Original Message- From: Orm Finnendahl To: pd-list@lists.iem.at Sent: Sun, Sep 25, 2022 10:15 am Subject: [PD] list box editing in GOP Hi, on my machine double-clicking a "List" gui box (gatom) will select t

Re: [PD] App for iOS

2022-09-16 Thread Johnny Mauser via Pd-list
Dear Dan & Shawn, Thank you both for your detailed answers! This helpes a lot! Best would be WebGL but i have read somewhere that it can not use vr rendering, (stereo pics and phone tracking) but this neads to be veryfied. If not, I think i should go both routes (TestFlight and on spot deployment)

[PD] App for iOS

2022-09-16 Thread Johnny Mauser via Pd-list
Dearest community, This will not be Pd related so sorry for x-posting. But I am novice in this next questions and trust you the most.. I am developing an Unity app which is supposed to show 3D-360° recordings within a Theater Performance and on my android phone tests are working fine. Now I ca

[PD] [OT} faculty job at UCSD, deadline Nov. 1

2022-09-12 Thread Miller Puckette via Pd-list
To Pd list - UCSD is hiring an assistant professor starting next fall. First application deadline is this Nov. 1. Job announcement is here: https://apol-recruit.ucsd.edu/JPF03295 Quoting from the ad: ...broad expertise in computer and electronic music. Possible areas of research specializat

Re: [PD] Reading/writing a HID device current best practice?

2022-09-04 Thread Philip Stone via Pd-list
search on Deken http://deken.puredata.info/search.html?libraries=hid&objects=&descriptions= brings up some results which might depend on the OS you are using. * Philip Stone via Pd-list [2022-09-04 00:14]: > Hello all, > > I?m wondering what the current best course of action

[PD] Reading/writing a HID device current best practice?

2022-09-03 Thread Philip Stone via Pd-list
Hello all, I’m wondering what the current best course of action is for interfacing with a HID device in Pd. The older libraries from Hans don’t seem to be maintained; may I ask if anyone has any current experience with Pd and HID? Thanks, Phil Stone Davis, CA _

Re: [PD] mobmubplat and env~

2022-08-27 Thread Giulio Moro via Pd-list
Not that I have any experience with mobmuplat, but to validate whether it is the env~ object that stops working with the GUI, try to use its output to control audio output (e.g.: attached patch). This will tell you whether it's a GUI or env~ issue. If this works, maybe try throttling the messag

Re: [PD] Max number of panels in Help Browser

2022-08-14 Thread Sebastian Shader via Pd-list
In the PR there should be a horizontal scrollbar already. The max number of panes displayed at a time should be around 5 (with a scrollbar on the bottom)(this can be changed by setting ::helpbrowser::maxcols to something other than 4 though) -seb -Original Message- From: Dan Wilcox T

Re: [PD] Max number of panels in Help Browser

2022-08-13 Thread Sebastian Shader via Pd-list
Hi,    You can see this PR: https://github.com/pure-data/pure-data/pull/1240 unfortunately I'm not sure how to resolve the flickering issue mentioned. However, I included the PR in my pd fork regardless: https://github.com/sebshader/pdnext/releases(if on linux you have to compile yourself.. use

Re: [PD] wave and bwf chunk parsing and writing?

2022-07-26 Thread Tom Erbe via Pd-list
ig wrote: > > Am 24. Juli 2022 01:50:53 MESZ schrieb Tom Erbe via Pd-list > : >> Is anyone aware of an external that can add self-defined metadata “chunks” >> to a WAV file? >> > > The built in [file]? > > There's also a compagnion library 'bytestr

Re: [PD] TCL error Pd-0.52-2 Intel Mac

2022-07-26 Thread Philip Stone via Pd-list
. de 2022 às 01:56, Philip Stone via Pd-list mailto:pd-list@lists.iem.at>> escreveu: Argh, the last line got chopped from the error message, sorry; here it is in full: (Tcl) INVALID COMMAND NAME: invalid command name ".x7fef6f4b8df0.c" while executing ".x7fef6f4

Re: [PD] TCL error Pd-0.52-2 Intel Mac

2022-07-25 Thread Philip Stone via Pd-list
Argh, the last line got chopped from the error message, sorry; here it is in full: (Tcl) INVALID COMMAND NAME: invalid command name ".x7fef6f4b8df0.c" while executing ".x7fef6f4b8df0.c itemconfigure 7fef6d844200NUMBER -fill #00 -text {+} " ("uplevel" body line 1) invoked from with

[PD] TCL error Pd-0.52-2 Intel Mac

2022-07-25 Thread Philip Stone via Pd-list
Hello all, I have installed Pd 0.52-2 on a mid-2015 Intel MacBook, and sporadically, loading a particular (complex) patch produces the following error in the console: (Tcl) INVALID COMMAND NAME: invalid command name ".x7fef6f4b8df0.c" while executing ".x7fef6f4b8df0.c itemconfigure 7fef6d84

[PD] wave and bwf chunk parsing and writing?

2022-07-23 Thread Tom Erbe via Pd-list
Is anyone aware of an external that can add self-defined metadata “chunks” to a WAV file? Thanks, Tom ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] [key], [keyup] and operating system key reapat

2022-05-04 Thread Sebastian Shader via Pd-list
Yes, the key/event handling comes from tk. you'll have to ask them about the behavior (it seems like there should be some way to disable key repeats on windows..) -seb -Original Message- From: Peter P. To: pd-list@lists.iem.at Sent: Wed, May 4, 2022 12:49 am Subject: Re: [PD] [key], [k

Re: [PD] [key], [keyup] and operating system key reapat

2022-05-03 Thread Sebastian Shader via Pd-list
I might be mistaking what you're saying but, on OSX if key repeats are off in the system preferences (at least when pd starts) then they will not repeat from the [key] & [keyname] objects -seb -Original Message- From: Peter P. To: pd-list@lists.iem.at Sent: Tue, May 3, 2022 4:17 am Subj

Re: [PD] [key], [keyup] and operating system key reapat

2022-04-29 Thread Sebastian Shader via Pd-list
On MacOS the key repeat should be respecting the system preference now after switching to tcl/tk 8.6.12 (see discussion here:  https://github.com/pure-data/pure-data/pull/1306)note that key ons are repeated without corresponding key offs, until the key is released (if key repeats are enabled in

Re: [PD] Using Teensy as midi compliant device

2022-04-18 Thread Miller Puckette via Pd-list
MIDI messages only go out to one device - so to send to device 2 you send to MIDI "channel" 17 to 32. In this case, probably 18 (channel 2 on device number 2). cheers Miller On Mon, Apr 18, 2022 at 05:28:04PM -0500, Rick Snow wrote: > Hello! > > I am working to use two Teensy devices as midi c

Re: [PD] Pd 52.2 different font in console?

2022-04-10 Thread Philip Stone via Pd-list
Hi Alex, As Iohannes kindly replied when I last brought this up, there is now a solution for this: Put a file named "mypdwindowgeometry-plugin.tcl" (the base-name does not matter but it *must* end with "-plugin.tcl") with the following content into your Pd-searchpath (without the backticks): ``

Re: [PD] why units per pixel: -1 by default on subpatches?

2022-04-01 Thread Miller Puckette via Pd-list
Because when just making a patch the origin is conventionally top left, not bottom left. So pixels count downward, and if you want "y" to increase as you go up, that's the opposite dorection. Just install a mirror on your desktop and look at your screen downward through it, and you'll see 'y' inc

Re: [PD] consistency check failed: drawline

2022-03-30 Thread Miller Puckette via Pd-list
Interesting - that's a bit of code nobody's touched for at least 15 years. The next thing I'd do would be to try to run the project under a memory- integrity-checking system (I use valgrind in linux to do this). If you'd be willing to send me the project (or even better if you can reduce the size

Re: [PD] [PD-announce] Pd 0.52-2 released

2022-03-29 Thread Philip Stone via Pd-list
On an M1 Mac, Deken will only show Darwin-arm64 externals (that is, if you have the ‘Hide foreign architectures’ option checked, which I believe is the default). If that box is unchecked, you’ll see all architectures. If you have old Darwin-amd64-32 externals lying around (like I did) Pd will

Re: [PD] Compiling cyclone for Darwin-arm6

2022-03-25 Thread Philip Stone via Pd-list
make-lib-executable=yes Christof > I?m currently working well enough for my own needs, but I?d like to > supply a deployable library for Deken for cyclone-darwin (including > arm64), and am not sure how to do that. > > Best, > > Phil Stone > > UC Davis > &

Re: [PD] (no subject)

2022-03-24 Thread Philip Stone via Pd-list
cyclone-darwin (including arm64), and am not sure how to do that. Best, Phil Stone UC Davis IOhannes wrote: >On 3/24/22 15:44, Philip Stone via Pd-list wrote: >> Thank you for the pointers. Running ‘make’ on its own does indeed build >> cyclone, and since I’m doing it on an

Re: [PD] Compiling cyclone for Darwin-arm6

2022-03-24 Thread Philip Stone via Pd-list
Hi Christof, Thank you for the pointers. Running ‘make’ on its own does indeed build cyclone, and since I’m doing it on an M1 macbook, it generates arm64 executables, and ‘install’ puts them in ~/lib/cyclone. (? - Is that right?), and they actually work! However, I was hoping to generate fat,

[PD] Compiling cyclone for Darwin-arm6

2022-03-23 Thread Philip Stone via Pd-list
Hello, I hope this is a proper question for the general list. It borders on being something for the ‘dev’ list, but is very basic, I’m afraid. I’m trying to compile darwin-arm64 or perhaps ‘fat’ binaries for Cyclone. When I run CMake on the ‘cyclone’ source, I get this : The C compiler identif

Re: [PD] Get directory of current patch

2022-03-22 Thread Philip Stone via Pd-list
>[dir( -> [pdcontrol]. Not very intuitive, I know... > >We have been discussing to add such functionality to the [file] object >family, where it would make more sense. See >https://github.com/pure-data/pure-data/issues/1539. >Christof Thank you very much, Christof! I didn’t think of [pdcontrol].

[PD] Get directory of current patch

2022-03-22 Thread Philip Stone via Pd-list
I’m currently using [ggee/getdir] to determine the path of the current patch, and I was hoping that [file] would give me a vanilla alternative. It doesn’t seem to – am I missing something? Thanks, Phil Stone University of California, Davis ___ Pd-li

Re: [PD] Pd 0.52-1 - frozen dsp and gui in ubuntu 20.04

2022-03-22 Thread Miller Puckette via Pd-list
I think the bug report isn't needed, thanks. Meanwhile, yes, it would be appropriate to print a message that the delay got reset, and yes, please do throw it in the develop PR. thanks M On Tue, Mar 22, 2022 at 12:43:08PM -0300, Bruno Rohde wrote: > As it looks like you guys are working on a quic

Re: [PD] M1 Externals

2022-03-21 Thread Philip Stone via Pd-list
>anyhow: this time, your lobbying defeated space and time and > comport_v1.2 is already available on deken. >fnase >IOhannes Thank you, IOhannes! Phil ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.pured

Re: [PD] Pd-list Digest, Vol 204, Issue 29

2022-03-20 Thread Philip Stone via Pd-list
I finally took the plunge (don’t know why I’ve never done this before) and figured out how to compile an external, trying ‘comport’ for arm64 to start with, and got the same result as me.grimm. XCode version is 13.3 if that matters, but I called make directly from the shell. Sorry for my ignora

Re: [PD] M1 Externals

2022-03-20 Thread Philip Stone via Pd-list
Hi, I’m going through the same process; it has spurred me to cut my dependence on externals to the bone, but I also badly need [comport], cyclone, and a few others that I can’t replace, like [tof/pmenu]. I’d like to help in this process of getting externals compiled for Darwin-arm64, but don’t

Re: [PD] Silicon Mac issues

2022-03-18 Thread Philip Stone via Pd-list
Update – I’ve gotten my full system to open with by doubly-opening the associated patches the first time they were accessed. (After that first time, they open on first double-click.) I’m not fully up and running yet, but at least I’m able to tell what’s not properly configured and proceed. No m

Re: [PD] Silicon Mac issues

2022-03-18 Thread Philip Stone via Pd-list
Update 2 – an important thing I forgot to mention is that I’m running Dan Wilcox’s arm64 version now. That may be why the mystery shutdown stopped happening. I don’t understand why things were even partially working before with the i86 version if it was an architecture issue (and shouldn’t I hav

[PD] Silicon Mac issues

2022-03-18 Thread Philip Stone via Pd-list
Hello all, I’m moving to an M1 MacBook and trying to get my Pd system configured. I’ve installed 0.52-1.really, copied my libraries and patches, set my paths, and can actually load and get sound out of one of my synth objects. However, when I try to load my (large) configuration, Pd quits immed

Re: [PD] delwrite~ delread4~ name of delay line not settable?

2022-03-14 Thread Miller Puckette via Pd-list
You can use tabsend~ and tabreceive~ (with the same name) - whatever you put into tabsend~ wil come out of the tabreceive~ in the next cloned instance. all best, Miller On Mon, Mar 14, 2022 at 10:40:23AM +0100, Max wrote: > vd~ is just an alias for delread4~. I don't see a set message for them in

Re: [PD] Different [random] behaviour between macOS & linux?

2022-03-10 Thread Miller Puckette via Pd-list
Each time a [random] is created it gets a new (pseudo-random) seed - so if you want total repeatability you should exit and restart Pd. Then you should see exactly the same behavior on linux and on Mac. cheers Miller On Thu, Mar 10, 2022 at 12:04:15PM +0100, Yann Seznec wrote: > Hi! Here's thing

[PD] Pd sound installation in South-East England

2022-03-06 Thread Ed Kelly via Pd-list
Hey all, If anyone is anywhere near Margate (England, north-eastern tip of the south east peninsula) I will be exhibiting a quadrophonic interactive sound installation in the Margate School from the 18th to the 22nd of March. This is an artist-in residence program, and there are three artists exh

Re: [PD] what's the 3rd value of bonk~'s cooked output?

2022-02-27 Thread Miller Puckette via Pd-list
It's teh 'center of gravity' of the bonk spectrum, that is, the centroid of the spectrum considered as a distribution. It's intended to be a sort of 'spectral centroid' along the lines of David Wessel's old idea, but measuring the centroid in 'bonk's might correlate bette with perceived brilliance

[PD] Fwd: Obsèques de tante Léo

2022-02-27 Thread Francis Dérive via Pd-list
> Begin forwarded message: > > From: dominique willefert > Subject: Re: Obsèques de tante Léo > Date: 27 February 2022 at 09:42:20 CET > To: Francis Dérive , Marie-Pierre MEYER > , Olivier Willefert , Nicolas > Willefert > Cc: Margot DÉRIVE > > Merci Pascale, pour cette organisation,de tou

  1   2   3   4   5   6   7   8   9   10   >