Re: [PD] RIP Ed Kelly

2024-03-11 Thread João Pais
that is a pity, he was one of the punkiest patchers around and a fun guy. I'll miss him! > > Miller > > On 3/11/24 03:31, José Luis Santorcuato Tapia wrote: > > It's a great shame, I remember him with great joy, I still remember > > the anecdote about the dog. A great guy. > > :/ > > José > > >

Re: [PD] spring modeling/scanned synthesis

2024-02-25 Thread João Pais
although I'm not a specialist in this, I did manage to understand the basics of it enough for people want to hear me: https://media.ccc.de/v/lac2018-28-introduction_to_pmpd The materials used are a development of pmpd's materials, with added explanations and visualisations. I know a little

Re: [PD] 2D radio buttons object or abstraction?

2024-01-21 Thread João Pais
Or see [jmmmp/matrixctrl] Before reinventing the wheel: does anyone know of a library that would contain something akin to radio buttons but in 2D? Thanks! - martin ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] receive UDP message from 224.0.0.1

2024-01-14 Thread João Pais
Sorry to break in, but I may be setting up some Windows Pd instances using OSC in the near future; is this something that will need to be dealt with even when not using multicast? this problem doesn't happen when not using multicast - which I never heard of before this week - but have

Re: [PD] receive UDP message from 224.0.0.1

2024-01-13 Thread João Pais
I tried again with my 3 computers (all same brand and similar intel network hardware) - it seems that the problem is the windows driver that doesn't allow multicast. While ubuntu in one of them seems to. On 12/01/2024 12:56, Christof Ressi wrote: Back then it did work :) But this was on

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread João Pais
Are you opening with the following message? [ listen 57120 224.0.0.1 < | [ netreceive -u -b] The address is within the multicast range, so it needs to be given to netreceive in addition to the port. It doesn't work in windows, but it does in ubuntu - although windows is my main work system.

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread João Pais
However, you can check if some other program already uses port 57120! On Windows you can do this by running "netstat -abno" in cmd.exe as Admin. I had a look at the report, 57120 doesn't appear. Also, have you tried with other port numbers? This is an open source app. In order to do that

Re: [PD] receive UDP message from 224.0.0.1

2024-01-11 Thread João Pais
pen a patch, > [netreceive] would refuse to bind. > > However, we probably should *not* set SO_REUSEADDR for UDP sockets > because it doesn't do anything useful. On the contrary, it just causes > confusion because [netreceive -u] does not post an error if the port is > already taken. >

[PD] receive UDP message from 224.0.0.1

2024-01-10 Thread João Pais
Hi everyone, I'm trying to receive some UDP data from a mobile device into Pd. The data arrives in the computer (windows or ubuntu), here is a description from wireshark: Frame 173: 90 bytes on wire (720 bits), 90 bytes captured (720 bits) on interface

[PD] [PD-announce] Click Tracker - Version 2.6 is out!

2023-12-29 Thread João Pais CT
) For more information, refer to the Click Tracker's website at http://j.mp/click-tracker. You can also visit the Click Tracker on facebook - http://j.mp/clicktrackerfb, or check out the click track library in http://jmmmp.github.io/clicktracker/index-library. With best regards, João Pais

[PD] [PD-announce] Click Tracker Library is 100

2023-08-27 Thread João Pais CT
Nunes, Gerard Pesson, Enno Poppe, Yann Robin, Mauricio Sotelo, Hans Thomalla and Ming Tsao. If there are any works you might need or want to add to this collection, let me know. All the details are in https://bit.ly/ClickTrackerLibrary With best regards, João Pais -- Click Tracker Mobile

[PD] [PD-announce] Click Tracker - Version 2.5 is out!

2023-08-09 Thread João Pais CT
-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker -http://j.mp/click-tracker Facebook -http://j.mp/clicktrackerfb ___ Pd-announce mailing list pd-annou...@lists.iem.at https://lists.puredata.info

[PD] Number atom box limits overstepped

2023-05-11 Thread João Pais
Hello list, after all this time, I just noticed something which I'm not sure if it was always like that or it changed without me noticing it: in atom boxes one can define the lower/upper limits, which work when dragging with the mouse, but don't work when inputting a number or sending a

Re: [PD] pd for android and abl_link~

2023-04-30 Thread João Pais
. (Google was no longer allowing apps with an older SDK) On Thu, Apr 13, 2023 at 9:12 AM João Pais wrote: I can still use and compile the mobmuplat code, it's the base for my click tracker App. It works fine, the only problem is adapting for google's updates. jmmmp >

Re: [PD] [PD-announce] Max pd~ object test compiled for M1 processors

2023-04-13 Thread João Pais
According to reports from users, the external is also working on my Click Tracker patch (both as max patch and standalone). This is great, thank you! Just tested on my M1 machine using Rosetta and then not and all seems to work fine in the help patches at first glance. I did get a macOS

Re: [PD] pd for android and abl_link~

2023-04-13 Thread João Pais
I can still use and compile the mobmuplat code, it's the base for my click tracker App. It works fine, the only problem is adapting for google's updates. jmmmp Hi, unfortunately it seems Mobmuplat can't be opened by Android Studio anymore as it complains about not being able to create

Re: [PD] Sometimes all data-structures are redrawn

2023-03-17 Thread João Pais
ick as one of the simplest ones. So I guess the delay isn't connected with the size of the patch itself. System: W10, Pd 0.53.1 On 3/8/23 14:13, João Pais wrote: It seems to me that gui peformance has gotten worse in 0.53.1, but I haven't been using Pd enough to pinpoint it. If affects mostly GOP a

Re: [PD] Sometimes all data-structures are redrawn

2023-03-08 Thread João Pais
Not much of a help, just a couple of pointers: I just opened a patch with several jmmmp/multiarray and help patches of several of my jmmmp objects using data structures, and didn't notice something like that. But, I always use $0-names for templates. I would think having less scalars for the

Re: [PD] [SOLVED!] GOP auto-moving issue with Pd Vanilla 0.53.1 under GNU/Linux and Windows

2023-02-26 Thread João Pais
ssue on Miller Puckette Git site. Best, Joe = = = = = = = = = = Le 25/02/2023 à 18:41, João Pais a écrit : it could be that your object isn't in the position it looks like, but it's outside (above or below) the canvas, and it's only noticed when you click in it - although it should sho

Re: [PD] GOP auto-moving issue with Pd Vanilla 0.53.1 under GNU/Linux and Windows

2023-02-25 Thread João Pais
it could be that your object isn't in the position it looks like, but it's outside (above or below) the canvas, and it's only noticed when you click in it - although it should show slider panes in the window. You can try to move it downwards or upwards or check the patche's text file to see

[PD] [PD-announce] Click Tracker - Version 2.4 is out!

2023-01-07 Thread João Pais
cker/index-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker Website -http://j.mp/click-tracker Click Tracker Library -https://bit.ly/ClickTrackerLibrary Facebook -http://j.mp/clicktrackerfb

[PD] [PD-announce] Click Tracker - Version 2.4 is out!

2022-12-30 Thread João Pais CT
cker/index-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker Website -http://j.mp/click-tracker Click Tracker Library -https://bit.ly/ClickTrackerLibrary Facebook -http://j.mp/clicktrackerfb

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

2022-12-28 Thread João Pais
ah ah actually the wink was for Miller - pd~ doesn't work on M1 yet. True, the abandoned 2.3.1 libLeap.dylib isn't built for arm64. But there's always Rosetta... In a funny cluster of circumstances, under macOS 12.6 it's actually /only/ M1 machines that can connect with the Leap controller.

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

2022-12-28 Thread João Pais
... but not yet with the M1 processors (wink wink) 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: ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

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

2022-12-22 Thread João Pais
Hi William, nice that you made this also for mac. I'm thinking that since each version of the object is in a different repository (I have the windows version, you have mac, and Chikashi has linux), would it make sense to cross-reference them? I guess putting them all together might be too

[PD] sonogram abstraction idea with data structures.

2022-12-11 Thread João Pais
Generating and displaying many structs can be very slow, it might not be the most efficient way. Not sure internally if it's better to bang~ a whole table, or find a method to go not so fast. Anyway, when generating structs, it will help if the window where they will be drawn is closed. I

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

2022-10-10 Thread João Pais
I have no experience with Pi - is running them on GEM an option? Or a downsampled array display, depending on how much detail you need. Am So., 9. Okt. 2022 um 18:19 Uhr schrieb Dan Wilcox : > Before you rewrite the whole thing, maybe it's a bug on the platform...? > > Another option is not to

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

2022-04-02 Thread João Pais
Em sex., 1 de abr. de 2022 às 13:46, Miller Puckette escreveu: 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. Sure, but let

Re: [PD] Click Tracker - Version 2.3 is out!

2022-03-12 Thread João Pais
I apologize.  I'm not at all complaining -- it's a great program! But I'm just totally mystified about why the insides of the program look like this. On 3/11/22 3:17 AM, João Pais wrote: Dear list, Version 2.3 of the Click Tracker is out. This version was generously supported

[PD] [PD-announce] Click Tracker - Version 2.3 is out!

2022-03-11 Thread João Pais CT
on facebook - http://j.mp/clicktrackerfb, or check out the click track library in http://jmmmp.github.io/clicktracker/index-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker Website -http://j.mp/click-tracker Click Tracker Lib

[PD] Click Tracker - Version 2.3 is out!

2022-03-11 Thread João Pais
on facebook - http://j.mp/clicktrackerfb, or check out the click track library in http://jmmmp.github.io/clicktracker/index-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker Website -http://j.mp/click-tracker Click Tracker Lib

Re: [PD] finding differences between almost identical patches

2022-02-20 Thread João Pais
from my work as a music engraver I can suggest another idea, but which only works on limited contexts: export each canvas as a graphic file, and overlay the different versions convert (pdfstudio does this). But as anyone can notice, there are too many conditions necessary for this to work

Re: [PD] A strange question (yet again)

2022-01-21 Thread João Pais
some ideas: - try to reduce the quantity of elements so that it's manageable, but this isn't that well as it reduces the quality as well - a extra problem with this is that if you want to add arrays such as with multiarray, you'll need to do all that in a gop - and that adds processing

[PD] Click Tracker - Version 2.2 is out!

2022-01-21 Thread João Pais
/clicktracker/index-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker Website -http://j.mp/click-tracker Click Tracker Library -https://bit.ly/ClickTrackerLibrary Facebook -http://j.mp/clicktrackerfb

[PD] [PD-announce] Click Tracker - Version 2.2 is out!

2022-01-21 Thread João Pais CT
/clicktracker/index-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker Website -http://j.mp/click-tracker Click Tracker Library -https://bit.ly/ClickTrackerLibrary Facebook -http://j.mp/clicktrackerfb

Re: [PD] A strange question (yet again)

2022-01-20 Thread João Pais
- if the spectrogram + audio aren't triggered that often, one way would be to use a background of canvas objects, each with 1x1 pixels. This sounds very exotic, I did it in jmmmp/pix2canvas to "copy-paste" pictures into a Pd patch. I was trying to do a x-y joystick that way when I did it, so

Re: [PD] A strange question (yet again)

2022-01-20 Thread João Pais
An array of data structure rectangles doesn't sound that bad. Why are you looking for another way? Because if I have a spectrogram of 400 pixels by 200 pixels, the struct drawing was taxing the machine quite a lot. Actually 100 smaller than that it was taxing the machine… But maybe I got

Re: [PD] pdmax - error on Mac

2022-01-14 Thread João Pais
in the meantime, you could force running Max/MSP as amd64 code (i'm pretty sure that Max is a universal binary supporting both amd64 and arm64) I'll try that. Is it possible to know how long a new version would take? ___ Pd-list@lists.iem.at

[PD] pdmax - error on Mac

2022-01-14 Thread João Pais
Hi List, I sent a patch to someone on a mac, and they had a problem with the pdmax external: "pd~: could not load due to incorrect architecture". Is there a way to avoid this problem? The system is a MacBook Air M1 Monterey 12.1. (I tried the patch on another mac with an older system, and

Re: [PD] Design / Philosophy principles behind Pd development

2022-01-04 Thread João Pais
About the history of Pd, we associate often the design of Pd with Music III - V Max Mathew's program. Could someone validate this, I can't find any screenshots or design principles about Music III - V ? I would say the association is very tenuous, comparing with Csound-type concepts, which

Re: [PD] send message to [r $0_something] from command line?

2021-12-12 Thread João Pais
you can send something to $0-xxx variables, but you should only do it if it makes sense. I often create abstractions using $0 as an argument, such as [line-seg 1 2 $0], and then $3 in the abstraction is the same as $0 in the parent. if you really want, you can export the individual $0-values

Re: [PD] simple dynamic instancing and connection of abstractions

2021-12-08 Thread João Pais
I'm not an expert, but here some loose pointers (no pun intended) on this topic which might or might not fit into your concept: - I use only pd's internal messaging, not the iem libraries for it, which probably allow for more interesting things. - have a look at [jmmmp/dacm~] (dynamic) and

[PD] [Öffnen],feature request: [get] and [set] template-agnostic?

2021-12-04 Thread João Pais
Hi list, not sure if this was discussed before: would it make sense for [get], [set] and other pointer-related objects to be template agnostic? That means that an object [get mytemplate x y] wouldn't need the "mytemplate" argument, and it would get the fields from any pointer it receives.

Re: [PD] documenting messages to/from Pd and dynamic patching

2021-11-28 Thread João Pais
The first one is mentioned in [pd Dynamic-Patching], although it might be easier to understand if there is an example immediately under the text. what do you mean by "immediately under the text"? just a couple of objects under the paragraph where it explains it. then it's more

Re: [PD] documenting messages to/from Pd and dynamic patching

2021-11-27 Thread João Pais
but I've been using them for more than 15 years with no big issues. Well, a few years ago Miller changed the [donecanvasdialog( message. I noticed that it will break dynamic patching and asked him to use a workaround. He was nice enough to do it. So you were just lucky ;-) Note that the

Re: [PD] documenting messages to/from Pd and dynamic patching

2021-11-27 Thread João Pais
Em sex., 26 de nov. de 2021 às 20:19, João Pais escreveu: I don't see a mention to these messages: mouse, mouseup, mousedown, relocate. And also all other messages related to gui stuff. yeah, I didn't put it. It felt like something hard to document and for more extreme cases

Re: [PD] documenting messages to/from Pd and dynamic patching

2021-11-26 Thread João Pais
I don't see a mention to these messages: mouse, mouseup, mousedown, relocate. And also all other messages related to gui stuff. It could also be clearly mentioned that subpatches receive messages sent to pd-[subpatch], and abstractions are named [abstraction].pd (if I'm recalling correctly) -

Re: [PD] pdmax - broken pipe in macos?

2021-11-17 Thread João Pais
ation" > > 4) turn on DSP and wait for the subprocess to crash > > If the subprocess crashes immediately even with DSP turned off, things are > a bit harder. > > --- > > If you can build pdmax with Visual Studio (I don't know if this is > supported?) then things are even easier bec

Re: [PD] pdmax - broken pipe in macos?

2021-11-17 Thread João Pais
se). If you're using Pd 0.51-4 the problem is something else. > > > > The "broken pipe" message means the subprocess died suddenly for some > reason. > > But I can't think of an easy way to figure out what killed it. > > > > cheers > > Miller > >

Re: [PD] pdmax - broken pipe in macos?

2021-11-16 Thread João Pais
t. cheers Miller On Sat, Nov 06, 2021 at 08:45:28PM +0100, João Pais wrote: Hello list, I have a max patch with pd inside through the pd~ object. But I'm getting the "broken pipe" error in some cases in a mac, such as: - in a compiled standalone it usually works - in the original patc

[PD] pdmax - broken pipe in macos?

2021-11-06 Thread João Pais
Hello list, I have a max patch with pd inside through the pd~ object. But I'm getting the "broken pipe" error in some cases in a mac, such as: - in a compiled standalone it usually works - in the original patch it doesn't - both patches were made in the same system, with the latest pdmax

[PD] [PD-announce] Click Tracker Library is 60

2021-10-29 Thread João Pais CT
, let me know. All the details are in http://jmmmp.github.io/clicktracker/index-library With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker -http://j.mp/click-tracker Facebook -http://j.mp/clicktrackerfb

Re: [PD] Quick question

2021-10-27 Thread João Pais
ah or probably in the tutorial I sent, including the chapter on how to control the gop. (I'm not at home, so I can't open Pd) On Wed, 27 Oct 2021 at 15:04, Pierre Alexandre Tremblay wrote: > Ok great - I couldn’t find this in the doc so I hit my head agains the > wall a lot… > > I’ll study your

Re: [PD] Quick question

2021-10-27 Thread João Pais
you can also see many examples of structs on gop in the jmmmp library: faders, bezier, multiarray, matrixctrl and others whose name I can't remember now. On Wed, 27 Oct 2021 at 14:14, Christof Ressi wrote: > I cannot find a way to graph-on-parent a struct - is it just not possible? > > It is

Re: [PD] Fwd: random routing of 8 audio-streams to 8 outputs

2021-10-05 Thread João Pais
you could use jmmmp/matrixctrl as a gui for it, with the OR mode turned on. On Tue, 2021-10-05 at 00:08 +0200, Simon Iten wrote: is there a somewhat elegant way to route 8 audio outputs (from readsf~) to 8 dac~ outputs randomly (on a bang for example)? You could use [mtx_*~ 8 8] from

[PD] [PD-announce] Click Tracker - Version 2.1 is out - user-defined metric subdivisions

2021-09-24 Thread João Pais CT
at http://j.mp/click-tracker. You can also visit the Click Tracker on facebook - http://j.mp/clicktrackerfb, or check out the click track library in http://jmmmp.github.io/clicktracker/index-library. With best regards, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob

Re: [PD] Working with Memory-Mapped File or Ramdisk

2021-09-19 Thread João Pais
a couple of loose thoughts, I don't know anything about pi: - you mean that using [netsend] / [netreceive] is too slow compared to writing/reading to ramdisk? - would it be better to centralize the patch+instances using pd~? (I imagine [clone] uses the same thread) - if these are single

Re: [PD] Further questions on struct and the external api

2021-09-15 Thread João Pais
I’m discovering the superb world of struct (with the 3 recommended tutorials, all of which very biased towards the graphic angle at least there is a visible reward for all the effort it takes to work with data-s I understand the argument, but for me I read it was ‘for graphics’ - it was

Re: [PD] Further questions on struct and the external api

2021-09-15 Thread João Pais
I’m discovering the superb world of struct (with the 3 recommended tutorials, all of which very biased towards the graphic angle at least there is a visible reward for all the effort it takes to work with data-s but I found ways around) and my new favourite friend is [text] for that

Re: [PD] Editing GOP abstractions

2021-09-10 Thread João Pais
basically you want to rewrite an object - doesn't matter if it's gop, subpatch, or something else - without editing it yourself. it's a nice idea, maybe possible for now with some ugly message hackery, probably involving mouse simulation? instead of thinking it from the receiver end (editing

Re: [PD] Nestable Dictionaries in Pd

2021-09-08 Thread João Pais
just recalled something, see the following patches in my tutorials: data-s_09.pd for array encapsulation, and data-s_09a.pd on how to use [array] and [text] to interact with data structures. afaik that is still up to date info. Dear all I am trying to find the most Pd-vanilla-way to

Re: [PD] Nestable Dictionaries in Pd

2021-09-08 Thread João Pais
retrieve en masse to our dataset world (with mlp and umap and > other fun ML goodies - all working so soon on a repo near you if I can > crack that last interface problem :) > > > On 8 Sep 2021, at 08:26, João Pais wrote: > > > > is jmmmp/cellblock a model of what

Re: [PD] Nestable Dictionaries in Pd

2021-09-08 Thread João Pais
is jmmmp/cellblock a model of what you could use? but adapted to lists and maybe not so complex? I tried opening your first example in [text]. As I thought, the issue is that commas are already reserved in pd for line changes. The output is this (I added a line number at the start of each

Re: [PD] Nestable Dictionaries in Pd

2021-09-07 Thread João Pais
I’ll give struct with text and arrays a fair fight, I find the doc especially quite hard to follow for non-graphical usage but it might just be me. On 7 Sep 2021, at 19:23, João Pais wrote: Does the max documentation of flucoma has concrete examples of what you're looking for? There is the p

Re: [PD] Nestable Dictionaries in Pd

2021-09-07 Thread João Pais
Does the max documentation of flucoma has concrete examples of what you're looking for? There is the purest_json library (which isn't vanilla), but maybe with some hacking it might be possible to read files. Not sure about writing, but my hacking isn't up to date with the current pd state.

[PD] [PD-announce] Click Tracker Library is online

2021-06-17 Thread João Pais CT
, let me know. Best, João Pais -- Click Tracker Mobile -https://bit.ly/click-tracker-mob Click Tracker -http://j.mp/click-tracker Facebook -http://j.mp/clicktrackerfb ___ Pd-announce mailing list pd-annou...@lists.iem.at https://lists.puredata.info

[PD] Find last error

2021-06-15 Thread João Pais
Hi, in parallel to the error discussion going on: the already existing "find last error" function can be quite helpful, but it doesn't always work. I didn't find any documentation for it (maybe I didn't search long enough), is it marked somewhere in which situations it works, and in which

Re: [PD] Binaural w32?

2021-06-07 Thread João Pais
I see that the version in deken is for all OSs except Mac, is that correct? Is a mac (64+32b) binary available, or it's already there, only deken doesn't know about it? Lucas made a build for Linux and Windows. There isn't a build for macOS yet and we just need someone to upload one. if

Re: [PD] Binaural w32?

2021-06-07 Thread João Pais
Great, thanks. A first tryout seems to work with no issues (and sounds better than the previous version which was highly filtered). I see that the version in deken is for all OSs except Mac, is that correct? Is a mac (64+32b) binary available, or it's already there, only deken doesn't know

Re: [PD] Binaural w32?

2021-06-06 Thread João Pais
1st order with 4 channels seems to already provide stereo spacialization Sure, but higher ambisonics orders give more accuracy. I'll try out. there are at least 6 sources to spatialize, which means 6x enconding+decoding plugins adding to the patch. I'm assuming these aren't the heaviest

Re: [PD] Binaural w32?

2021-06-05 Thread João Pais
> now Pd (win32) always crashes when opening BinauralDecoder and dsp on This is a known bug with BinauralDecoder: it crashes in the process method if you provide less than 4 input channels (= 1st order). I *think* they have fixed this already. Maybe you are using an older version? no, I

Re: [PD] Binaural w32?

2021-06-05 Thread João Pais
strangely, now Pd (win32) always crashes when opening BinauralDecoder and dsp on - independently if the other vstplugin is being used. That wasn't the case yesterday, I'm loading it exactly in the same way, with the same configuration. I'm having a look, but I'm apparently not getting

Re: [PD] Binaural w32?

2021-06-04 Thread João Pais
onally, I always use [vstplugin~] + "StereoEncoder" / "BinauralDecoder" from the IEM plugin suite, but I'm of course biased :-) On 01.06.2021 15:12, João Pais wrote: Hi list, what is the current state of the art in binaural externals? I see in the archives that there a

Re: [PD] Binaural w32?

2021-06-02 Thread João Pais
that is nice - although I can't really build anything in windows on my own. what are the improvements compared to the 2009 version? I updated the earplug~ external to build using pd-lin-builder, so it should be easy to build on Windows: https://github.com/pd-externals/earplug/tree/main

[PD] Binaural w32?

2021-06-01 Thread João Pais
Hi list, what is the current state of the art in binaural externals? I see in the archives that there are several around, each with advantages/disadvantages. I would need it to: - windows 32b - record the output of an already existing patch with x-y coordinates/trajectories into binaural

Re: [PD] is there a way to color the points/curve in an array?

2021-05-29 Thread João Pais
nels. > > best > hans > > > Am 29.05.2021 um 00:57 schrieb João Pais : > > > > A solution already exists for several months, [jmmmp/multiarray]. It is > of course an abstraction using the available ressources based on data > structures, as since they rely so heavil

Re: [PD] is there a way to color the points/curve in an array?

2021-05-28 Thread João Pais
A solution already exists for several months, [jmmmp/multiarray]. It is of course an abstraction using the available ressources based on data structures, as since they rely so heavily on tcl/tk are far from efficient. A practical compromise could be to limit the data's velocity, at the expense

[PD] [PD-announce] jmmmp library Version 0.61

2021-05-26 Thread João Pais
7zft8> Best, João Pais ___ Pd-announce mailing list pd-annou...@lists.iem.at https://lists.puredata.info/listinfo/pd-announce ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-mana

[PD] [PD-announce] Click Tracker online workshop - 05.06.21 at 2:30 PM

2021-05-06 Thread João Pais CT
with electronic or visual medium. The original software is available at http://j.mp/click-tracker, https://bit.ly/clicktracker-playstore <https://bit.ly/clicktracker-playstore> and on facebook - http://j.mp/clicktrackerfb. With best regards, João Pais

Re: [PD] Manage JACK connections from Pd

2021-04-24 Thread João Pais
many years ago I did jmmmp/ardourjack-gui-help. not sure if it does what you wanted, or if it still works (I haven't worked in linux for a long time) Am 26.03.2021 um 18:42 schrieb Allister Sinclair: > Passing such a symbol to jack_connect through [shell] ends with: > >   ERROR ardour:send\

Re: [PD] OSC limitations in Vanilla

2021-04-18 Thread João Pais
I think I had problems in the past for not having [routeOSC] and [packOSC] when sending/receiving from other software such as reaper, but I can't confirm anymore. Other softwares will work with mrpeach, but not necessarily with vanilla. It's also convenient to use routeOSC for a cleaner patch

Re: [PD] list item picker widget

2021-02-21 Thread João Pais
I mean there is no way to detect hovering or a mouse key release. I think there's [mousestate] or maybe something in one of the iem libraries (?), and if I remember correctly, structs can declare if a mouse is over them. I don't know how to make a struct report mouse hovering. If it is

Re: [PD] list item picker widget - [declare] lib paths

2021-02-16 Thread João Pais
I'm not quite sure what the canonical declaration style is, -lib/- path or -stdlib/-stdpath. I guess the former will work better for Pd's own default setup. I should say this is true since 0.50 or so. Before that, -stdlib/- stdpath was the common thing to use. What would be then the canonical

Re: [PD] Dynamically set font size of patch

2021-02-15 Thread João Pais
send [font x 100 100( to any canvas in your patch. The arguments are the font menu parameters. Am 15.02.2021 um 22:05 schrieb Roman Haefeli: Hi Is it possible to dynamically set the font size of a patch? Thanks, Roman ___ Pd-list@lists.iem.at

Re: [PD] list item picker widget

2021-02-14 Thread João Pais
you mean to show the dropdown under the selected item, probably repeating it? Is there a "common" software where I could see the behaviour? Is there a common software where I don't see that behaviour? https://en.wikipedia.org/wiki/Drop-down_list I don't think it is such a big deal that we

Re: [PD] list item picker widget

2021-02-14 Thread João Pais
yes, that is a problem. It can be minimized according to the creation order, but from empiric experience in my clicktracker I have 2 dropdown menus very near to other menus and gui elements, which don't get clicked. Somehow that works fine there. I could try to find out why and add it to the

Re: [PD] list item picker widget

2021-02-12 Thread João Pais
you mean something like [jmmmp/jp.menu]? Exactly. Thanks for the pointer. That's definitely what I was looking for. Picking something can be done really quick, which is nice. One small caveat: I personally find it confusing, when the drop-down covers the selected item. I'd place the drop-down

Re: [PD] list item picker widget

2021-02-12 Thread João Pais
It's possible to build one with data structures. There may be one from me or others on the pd forum. But it's really a pain to build. I'm not even so worried about the pain of building, but about how you can make something that feels good and intuitive to use given the limited HID data you get

Re: [PD] list item picker widget

2021-02-11 Thread João Pais
you mean something like [jmmmp/jp.menu]? Or to split a list horizontally through a gui? It's possible to build one with data structures. There may be one from me or others on the pd forum. But it's really a pain to build. In Purr Data I just made a core object "dropdown" built on the same

Re: [PD] Advice on netsend to broadcast

2021-02-07 Thread João Pais
I'm preparing a patch using [netsend -u -b], sending to 192.168.178.255 with my home devices. This was working quite well, but suddenly one of them stopped sending data to this address Does the outlet of [netsend] indicate that it is connected still? Maybe it hasn't stopped sending, but

Re: [PD] who still needs Pd 32 bits for macOS and why?

2021-02-06 Thread João Pais
ust wanna get it 100% straight. I guess that's the same with Linux, therefore the greatest concern is with macs indeed Em sáb., 6 de fev. de 2021 às 14:32, João Pais <mailto:jmmmp...@gmail.com>> escreveu: So y'all can also answer me why you need 32 builds of w

Re: [PD] who still needs Pd 32 bits for macOS and why?

2021-02-06 Thread João Pais
So y'all can also answer me why you need 32 builds of windows/linux, if it has to do with externals only being available for 32 bits. Cause my main concern is to upgrade "relevant" libraries. But I mentioned macOS cause that's where I can really help most. We all know new

Re: [PD] [textfile] vs [text define]

2021-02-06 Thread João Pais
the [add2( method. Personally, I only use [text define]. Christof On 06.02.2021 14:28, João Pais wrote: Hi list, for simple read/get/save operation, are there are advantages on using [text define] instead of [textfile]? Best, jmmmp ___ Pd

Re: [PD] who still needs Pd 32 bits for macOS and why?

2021-02-06 Thread João Pais
"my" external [leapmotion] still only exists for 32b, at some point I'll have to hire someone to upgrade the port if I do something with it on 64b - https://github.com/jmmmp/Pd_Leapmotion_win But that's surely not considered relevant, probably no one at all besides me uses it. Joao I was

[PD] [textfile] vs [text define]

2021-02-06 Thread João Pais
Hi list, for simple read/get/save operation, are there are advantages on using [text define] instead of [textfile]? Best, jmmmp ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

[PD] Advice on netsend to broadcast

2021-02-05 Thread João Pais
Hello list, I'm preparing a patch using [netsend -u -b], sending to 192.168.178.255 with my home devices. This was working quite well, but suddenly one of them stopped sending data to this address (although it still receives). Nothing changed in the system and firewall settings. Does anyone

Re: [PD] [clone] settable instance number?

2021-01-25 Thread João Pais
It would be quite useful to be able to do that. For now the only workaround is to allocate the maximum number of voices, and switch off audio/data to the ones that aren't active. Hi, > > how would I be able to set [clone]'s instance number, currently an > argument, using a message? I am trying

Re: [PD] Get IP from Pd + network broadcast

2021-01-24 Thread João Pais
Hi, I'm replying to both mails in one: I wanted to check if there are any new methods to get one's own ip from Pd Are you talking about the local IP address or your public IP address? I'm trying first to implement this on local networks, so the first. But I would like later to also do this

[PD] Get IP from Pd + network broadcast

2021-01-22 Thread João Pais
Hi list, I wanted to check if there are any new methods to get one's own ip from Pd - that is, so that a user doesn't go check the system settings. It would be necessary for all windows, macos and linux. Older messages talk about using [shell] in unix systems, and some hack with a batch file

Re: [PD] "make app" for vanilla?

2021-01-02 Thread João Pais
I made a netpd.app that is basically a Pd.app containing patches and externals. I use kiosk-plugin to disable menus and Pd-console. I modified pd-gui.tcl to load the main patch automatically. If interested, have a look at: https://www.netpd.org/software/netpd-2.2.1_macos.dmg (for macOS)

  1   2   3   4   >