Re: [PD] MIDI in vanilla?

2020-10-26 Thread Roman Haefeli
On Mon, 2020-10-26 at 16:31 -0300, Alexandre Torres Porres wrote: > I still thought MIDI File support was something that could be built > in ;) and I'm not all happy with the 2 externals around and thinking > of investing more on a third one :) I thought you said you haven't tried [midifile],

Re: [PD] MIDI in vanilla?

2020-10-26 Thread Roman Haefeli
On Mon, 2020-10-26 at 03:32 -0300, Alexandre Torres Porres wrote: > It feels to me Vanilla should be able to read/write MIDI files, but I > wonder how. Any ideas on how this could work in a "vanilla way" > (light and simple)? To use Miller's words from another thread, I think reading/writing

Re: [PD] Startup times to run Pd patch on Raspberry Pi

2020-10-19 Thread Roman Haefeli
On Mon, 2020-10-19 at 11:08 +0200, Winfried Ritsch wrote: > algo@DIYasb5:~$ systemd-analyze blame > 10.009s jackd.service That seems long. How does the systemd unit file looks like? It appears jackd fires up quicker (<1s) on my old RPi 3, but then I might be fooled by the fact that it

Re: [PD] fast way to convert two 8 bit data to one 16 bit data in big lists ?

2020-09-25 Thread Roman Haefeli
On Fri, 2020-09-25 at 13:41 +0200, Roman Haefeli wrote: > On Fri, 2020-09-25 at 12:18 +0200, IOhannes m zmölnig wrote: > > doing quick benchmarks gives the following results: > > > > > implemtation | time (length=10) | > > > --|

Re: [PD] fast way to convert two 8 bit data to one 16 bit data in big lists ?

2020-09-25 Thread Roman Haefeli
On Fri, 2020-09-25 at 12:18 +0200, IOhannes m zmölnig wrote: > > doing quick benchmarks gives the following results: > > > implemtation | time (length=10) | > > --|--| > > 1 (repack/array) | 1.8ms| > > 2 (repack/tab) | 9.9ms

Re: [PD] fast way to convert two 8 bit data to one 16 bit data in big lists ?

2020-09-25 Thread Roman Haefeli
On Fri, 2020-09-25 at 00:30 +0200, Benjamin ~ b01 wrote > [...] I'm using a list-drip [...] This abstraction is from an pre-[list store]-era. Mathieu Bouchard went to great lengths to optimize what was possible at the time, but there was still no other way than to pass at least half of the list

Re: [PD] fast way to convert two 8 bit data to one 16 bit data in big lists ?

2020-09-25 Thread Roman Haefeli
On Fri, 2020-09-25 at 00:30 +0200, Benjamin ~ b01 wrote: > > I'm looking for a fast way to convert two 8 bit data to one 16 bit > data > in big lists > a device send continuously packets of 16 000 bytes threw the network > to > udpreceive > at the moment, to reconstitute from two bytes a 16 bit

Re: [PD] packed floats to select object changes the select value

2020-09-22 Thread Roman Haefeli
On Tue, 2020-09-22 at 11:19 +0200, Christof Ressi wrote: > > Especially with [select], it's hard to check its internal state. > > Maybe > > a possibility for introspection is lacking here? > [select] doesn't have any more internal state than, say, [+]. It is > not special in any way. Right. >

Re: [PD] packed floats to select object changes the select value

2020-09-22 Thread Roman Haefeli
On Mon, 2020-09-21 at 17:16 +0800, Matt Davey wrote: > I am aware of the workarounds, and have put one in place to fix this > now. > > That's not the issue here. The issue is that accidentally sending a > list to the select object invisibly changes its behaviour and can > produce some hard to

Re: [PD] Advice on distributing pd-based software for apple

2020-09-21 Thread Roman Haefeli
Let's keep this on the list. I had to look up how I dealt with the issue of code-signing. It looks like my solution was to build Pd.app with leaving the code-signing steps out. Thus, I ended up with a unsigned Pd.app that I'm using in my packaging script. I don't remember the exact details, but

Re: [PD] [PD-dev] REQUEST: Passed parameters into subpatch

2020-08-17 Thread Roman Haefeli
On Sun, 2020-08-16 at 18:49 +0800, Matt Davey wrote: > Much easier just to > have 2 subpatches than save a separate abstraction file, especially > if you're working on a big project with lots of files. Also makes it > easier to share things with people if you only have to share one .pd > file

Re: [PD] tcpserver, flush?

2020-06-15 Thread Roman Haefeli
Hi Rold, Hi Martin On Mon, 2020-06-15 at 09:44 -0400, Martin Peach wrote: > Based on my assumptions, it may be that the OS is delaying sending > the > messages in case you're not finished sending them. You need a break > of > some minimum time before the whole lot gets sent. That probably forces

Re: [PD] tcpserver, flush?

2020-06-15 Thread Roman Haefeli
On Sun, 2020-06-14 at 22:26 +0200, IOhannes m zmölnig wrote: > On 2020-06-14 22:22, ro...@dds.nl wrote: > > and can tcpserver be 'forced' to treat them equally? > > > > any hint is welcome. > > not really helping, but does the same happen with iemnet/tcpserver? Surely not, since iemnet tpc

Re: [PD] Please keep deken package online

2020-06-08 Thread Roman Haefeli
On Mon, 2020-06-08 at 11:41 -0300, Alexandre Torres Porres wrote: > > This is why I asked Roman if this idea is ok and I'm worried now that > he won't like the idea to be forced to have a script download both > the library AND the tutorial. You make it sound like I have some authority. I don't

Re: [PD] Please keep deken package online

2020-06-08 Thread Roman Haefeli
On Sun, 2020-06-07 at 19:34 -0300, Alexandre Torres Porres wrote: > The reason now, like I told you, is that I was/am trying to merge > into the same download the inclusion of my tutorial as a single combo > pack... so I put it down and tried to reupload but failed. I see. What I'm actually

Re: [PD] Please keep deken package online

2020-06-07 Thread Roman Haefeli
Hi all On Sun, 2020-06-07 at 10:35 -0300, Alexandre Torres Porres wrote: > Hi, I've actually been struggling since yesterday to update and > change those files to include my live electronics tutorial as part of > the download package [...] I hear you, though I'm actually asking you to do _less_,

Re: [PD] Please keep deken package online

2020-06-07 Thread Roman Haefeli
On Sun, 2020-06-07 at 14:49 +0200, Roman Haefeli wrote: > Hi Alex (Porres) > > I noticed that only the most recent version of ELSE is available > through Deken. I see you released 1.0beta28-with-Live-Electronics-Tutorial. Please remove .git from the Live-Electronics-Tut

[PD] Please keep deken package online

2020-06-07 Thread Roman Haefeli
Hi Alex (Porres) I noticed that only the most recent version of ELSE is available through Deken. When releasing newer versions, I consider it good practice to keep older versions online. I don't see any harm in doing that. OTOH, I see problems in removing outdated versions. For instance, my

Re: [PD] loading externals on Debian (was Re: Py/pyext not recognized...)

2020-05-18 Thread Roman Haefeli
Hi Jakob I'm not IOhannes, but I'll answer anyway. On Mon, 2020-05-18 at 22:22 +0200, Jakob Laue wrote: > But when I add a "-lib mrpeach" in the > command line preferences, I always get "mrpeach: can't load library" Yes, because the mrpeach library doesn't contain a binary named mrpeach. In

Re: [PD] VU / Peak Meter ? - external or abstraction

2020-05-04 Thread Roman Haefeli
On Mon, 2020-05-04 at 13:58 -0300, Alexandre Torres Porres wrote: > Em ter., 21 de abr. de 2020 às 05:33, Peter P. < > peterpar...@fastmail.com> escreveu: > > Have a look at the internal object [slope~] help patch. There is a > > subpatch for peak-meter there. > > Now, the thing is that the peak

Re: [PD] How to install netpd-server (was: netpd 2.2 released)

2020-05-04 Thread Roman Haefeli
On Mon, 2020-05-04 at 18:17 +0200, Roman Haefeli wrote: > $ useradd -r -s /usr/sbin/nologin tpf-server Oops, copy error. This should read: $ useradd -r -s /usr/sbin/nologin netpd-server signature.asc Description: This is a digitally signed message p

[PD] How to install netpd-server (was: netpd 2.2 released)

2020-05-04 Thread Roman Haefeli
Hey Julian On Mon, 2020-05-04 at 15:53 +0100, Julian Brooks wrote: > I've got a classful of computing 17yo's who I'd like to spend a few > weeks with netpd, and also do some intro pd coding with. Sadly I've > been told we have to do this on a private server - even more > annoyingly this will be

Re: [PD] AoO Coming Out: Audio over OSC - Message based streaming solution goes public...

2020-05-04 Thread Roman Haefeli
On Fri, 2020-04-03 at 00:40 +0200, Winfried Ritsch wrote: > The feature list is huge, but mostly: I am very excited to read this. This looks really interesting and promising. Thanks for sharing. Roman signature.asc Description: This is a digitally signed message part

[PD] [PD-announce] netpd 2.2 released

2020-05-01 Thread Roman Haefeli
Hi I just released version 2.2 of netpd - the Collaborative Realtime Networked Music Making Environment. Most of the changes are actually pretty old, but recent traffic rise on netpd due to current circumstances made me put a tag on the current state of tings. Changes include: * add support

Re: [PD] behringer xr18 (x32) osc

2020-03-31 Thread Roman Haefeli
On Tue, 2020-03-31 at 13:19 +0200, IOhannes m zmölnig wrote: > On 3/31/20 12:40 PM, Christof Ressi wrote: > > Now you can send messages between the two sockets. See attached > > patch. > > incidentally (well not so much i guess), this topic has also been > covered by a few other threads on this

Re: [PD] behringer xr18 (x32) osc

2020-03-31 Thread Roman Haefeli
On Tue, 2020-03-31 at 09:16 +0200, IOhannes m zmölnig wrote: > right. > with recent Pd's you can implement the [udpsndrcv] abstraction using > [netsend -u -b]. Hm. I see bidirectional connections with [netsend]/[netreceive] working only for TCP. Also, the help-file says 'send' for [netreceive]

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Roman Haefeli
ure Data on the mac yet myself. You don't need to, unless you want the newest features of [netsend] and [netreive]. I see that the -f flag and IPv6 support will be part of the upcoming release. Roman [1] https://www.netpd.org/protocol [2] https://github.com/reduzent/netpd > > On 30 Mar 2

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Roman Haefeli
On Mon, 2020-03-30 at 21:27 +0200, Edwin van der Heide wrote: > > > > > https://github.com/reduzent/netpd-server/ > > > > On https://github.com/reduzent/netpd-server/ I only find the > delimiting part for OSC. Do you have it also for FUDI? Sorry, I posted the link without even checking if

Re: [PD] tcpserver and tcpclient

2020-03-30 Thread Roman Haefeli
On Mon, 2020-03-30 at 09:29 +0200, Edwin van der Heide wrote: > As a strategy I would like to compare them to tcpserver and tcpclient > in iemnet. My problem is that iemnet/tcpclient outputs the the > received messages as bytes in individual messages instead of a list. Yeah. TCP is a

Re: [PD] Sample loop - start and end point (WAV files)

2020-02-12 Thread Roman Haefeli
On Tue, 2020-02-11 at 19:55 -0500, William Huston wrote: > > On Tue, Feb 11, 2020 at 5:07 PM IOhannes m zmölnig > wrote: > > > so *you* only need to implement whatever backend you want. > > keep in mind, that Pd doesn't depend on any external library for > > doing > > the encoding/decoding, and

Re: [PD] Sample loop - start and end point (WAV files)

2020-02-11 Thread Roman Haefeli
On Tue, 2020-02-11 at 21:22 -0800, Alexandre Torres Porres wrote: > Well, I was really really hoping to see information here on how to > get loop points from these files ;) I looked around for specifications of the .wav-format and I wasn't able to find one that looks canonical. The ones I found

[PD] https://puredata.info/ is down (was: pdinfo.com is down)

2020-02-11 Thread Roman Haefeli
On Tue, 2020-02-11 at 00:18 -0800, Alexandre Torres Porres wrote: > that's it, can't download from deken and stuff > xheers I don't know how you came up with the bogus domain name, but indeed the website https://puredata.info/ is currently unreachable (503 Service unavailable). Roman

Re: [PD] PD Vanilia / Gem / Deken (Dan Wilcox)

2020-02-03 Thread Roman Haefeli
On Mon, 2020-02-03 at 13:53 +0100, Jérôme Abel wrote: > I think a part of my question (How to share Pd.0.50 and Gem 0.94 on > Linux ?) was quite the same. > > I understand that the suggestion is to use "apt" instead of deken on > Linux. Just for Gem ? The other libraries seem to work fine with

Re: [PD] PD Vanilia / Gem / Deken (Dan Wilcox)

2020-02-03 Thread Roman Haefeli
On Mon, 2020-02-03 at 14:18 +0100, Roman Haefeli wrote: > > On the other hand, install something like Gem with apt > is trivial and reliable. I meant: While maintaining the packages is a lot of work for the package maintainers, installing something complex as Gem is very easy for the

Re: [PD] missing libraries - Purr Data/Arduino/Firmata

2019-12-22 Thread Roman Haefeli
On Sun, 2019-12-22 at 15:44 -0500, henry birdseye wrote: > Thank for your suggestions. Let me phrase my question another way: > > Have you, or anyone you know, successfully gotten Purr Data to work > with > Firmata? I haven't tried, but I wouldn't know why it shouldn't work. Purr Data comes

Re: [PD] missing libraries - Purr Data/Arduino/Firmata

2019-12-22 Thread Roman Haefeli
On Sun, 2019-12-22 at 10:23 -0500, henry birdseye wrote: > I have landed on Firmata to get external analog signals into my Pi, > using an Arduino. Arduino Firmata compiles just fine, but when I load > arduino-test.pd I get errors, indicating I'm missing some libraries, > right? Where TF can I find

Re: [PD] pd for oscilloscopes again

2019-12-03 Thread Roman Haefeli
Hi Henry On Tue, 2019-12-03 at 10:50 -0500, henry birdseye wrote: > > I made a very simple .pd, and no sound comes out. > > What am I missing? It looks like you are looking for [osc~]. It expects a frequency and outputs sine wave with given frequency as audio signal. This signal sent to [dac~]

Re: [PD] data structures for display only, not interaction

2019-12-03 Thread Roman Haefeli
Hi João On Fri, 2019-11-29 at 09:51 +0100, João Pais wrote: > I think Miller already introduced some options to switch off > interaction in edit and run modes. Cool. I missed that, too. This is great news. I have a ton of now obsolete code to remove... > Check the documentation of the latest

Re: [PD] pd for oscilloscopes

2019-11-29 Thread Roman Haefeli
On Fri, 2019-11-29 at 15:29 +0100, IOhannes m zmölnig wrote: > Am 29. November 2019 14:56:25 MEZ schrieb Simon Iten < > itensi...@gmail.com>: > > > > > > > On 29 Nov 2019, at 14:49, Claude Heiland-Allen < > > > cla...@mathr.co.uk> > > > > wrote: > > > > > > I wrote a very simple XY

Re: [PD] opening patch from pd message

2019-11-27 Thread Roman Haefeli
On Tue, 2019-11-26 at 18:33 +0100, IOhannes m zmölnig wrote: > > # anatomy of a message > > i think it is pretty easy: > - any message in pd-land consists of a single selector and any number > of > atoms (including none). > - an atom can be a number, a symbol, a gpointer and "other things" > - a

Re: [PD] configurable short-cut: WAS Re: find last error brings up subpatch or abstraction, but how to find parent?

2019-11-27 Thread Roman Haefeli
On Wed, 2019-11-27 at 10:24 +0100, cyrille henry wrote: > > Le 26/11/2019 à 12:15, IOhannes m zmölnig a écrit : > > On 11/25/19 9:00 AM, Roman Haefeli wrote: > > > Personally, I use this so often it would warrant its own keyboard > > > shortcut. > > > &g

Re: [PD] opening patch from pd message

2019-11-26 Thread Roman Haefeli
On Tue, 2019-11-26 at 15:12 +0100, Csaba Láng wrote: > Dear list, > > I want to open from a pd patch a pd patch withe the message: > > [; > pd open $1.pd /path-topatch;( [...] > just to be clear, if I want to open cat.pd, a message [cat( will not > make it happen. Use [symbol cat(. Read

Re: [PD] find last error brings up subpatch or abstraction, but how to find parent?

2019-11-25 Thread Roman Haefeli
On Mon, 2019-11-25 at 14:29 +0800, Matt Davey wrote: > Find last error opens the subpatch or abstraction containing that > error...but how can i find where that subpatch lives inside the main > patch? The menu item 'Window' -> 'Parent Window' opens the parent of the current window. If you

Re: [PD] checking [readsf~]'s current position in wav-file

2019-11-19 Thread Roman Haefeli
On Tue, 2019-11-19 at 21:39 +0100, Jakob Laue wrote: > Hey all, > I want to play a wav-file with [readsf~] and I want to loop the wav- > file. > This can easily be done by connecting [readsf~]'s right outlet it its > inlet. > The problem is that I have a metronome in my patch which is the > master

Re: [PD] checking [readsf~]'s current position in wav-file

2019-11-19 Thread Roman Haefeli
On Tue, 2019-11-19 at 18:21 -0500, Federico Camara Halac wrote: > Hi Jakob, > > > In a former version of my patch, I did this successfully when I was > > using [tabread4~] as my file-playing-object, but I needed to switch > > to [readsf~] in order to implement dynamic loading of wav-files. > >

Re: [PD] What's the easiest way to cut various symbols to a fixed length?

2019-11-13 Thread Roman Haefeli
On Tue, 2019-11-12 at 18:39 +0100, tim vets wrote: > how about [list fromsymbol], [list split] and [list tosymbol]? This works as long as your characters are strictly ASCII. You get "interesting" results when cutting in the middle of an multi-byte unicode character. When the left-hand part of

Re: [PD] ugly font edges on non-black background

2019-11-08 Thread Roman Haefeli
On Fri, 2019-11-08 at 12:29 +0100, Csaba Láng wrote: > Hi Roman, > I tried many fonts, truefonts behave the same way. > Check the screenshot: I see. The anti-aliasing is working, but it is calculated against black instead of the background color. I'm no Gem expert at all, but maybe you want to

Re: [PD] send~ receive~ throw~ catch~ inlet~ outlet~ latency

2019-11-06 Thread Roman Haefeli
On Tue, 2019-10-29 at 10:13 +0100, IOhannes m zmoelnig wrote: > the *only* safe way to guarantee a certain order of execution for > signal > objects is by making their dependencies explicit. > the only way to make dependencies explicit is to use signal > connections > (which involves inlet~ and

Re: [PD] Midi Looper

2019-11-03 Thread Roman Haefeli
On Sun, 2019-11-03 at 10:14 -0500, Malcolm Jackson wrote: > Hello list, > > A while back I made this simple synth patch and I've been trying to > see if I can loop midi within it with this midi looper patch I found. > Can anyone explain how I can add it to the simple synth patch? > > This is

Re: [PD] [array quantile] explanation

2019-10-28 Thread Roman Haefeli
Thanks, this I understand and is very similar to the stuff I'm interested in. Roman > On Sun, Oct 27, 2019 at 02:46:29PM +0100, Roman Haefeli wrote: > > Hi all > > > > I am having difficulty understanding the output of [array > > quantile]. > > From the help-file it

[PD] fast way to append to [text] (was: [array quantile] explanation)

2019-10-28 Thread Roman Haefeli
While still not understanding the purpose of [array quantile], I was able to achieve this: > I have n samples and input q while 0 < q < 1. I would like to know > the > value x for which q*100 percent samples are smaller than x and (1- > q)*100 percent bigger. Since [text define] got a 'sort'ing

Re: [PD] [array quantile] explanation

2019-10-27 Thread Roman Haefeli
+0100, Roman Haefeli wrote: > Hi all > > I am having difficulty understanding the output of [array quantile]. > From the help-file it seems it expects an input between 0 and 1, and > also the values in the array should be in that range. The output > seems > to be in the ran

[PD] [array quantile] explanation

2019-10-27 Thread Roman Haefeli
Hi all I am having difficulty understanding the output of [array quantile]. From the help-file it seems it expects an input between 0 and 1, and also the values in the array should be in that range. The output seems to be in the range between 0 and - 1. But what does it mean? Can I use this

Re: [PD] FFTease on Windows 10

2019-10-19 Thread Roman Haefeli
On Fri, 2019-10-18 at 23:45 +, Eran Sachs wrote: > Hey everyone, > Does anyone have FFtease compiled for Windows 10 by any chance? > I am trying to get my projects to run on this new machine, which is > windows 10, intel, and these projects rely heavily on FFtease. > But from what I can see

Re: [PD] moocow string2any

2019-10-12 Thread Roman Haefeli
On Sat, 2019-10-12 at 15:27 +0200, marco wrote: > Hello! > > > I am trying to migrate a Pduino Patch from pd-extended to Pd-Vanilla I did migrate the pduino library from Pd-extended to a vanilla friendly version. The only dependency that remained is [comport]. > and > the only object that is

Re: [PD] Name of current path's file

2019-10-02 Thread Roman Haefeli
On Sun, 2019-09-29 at 21:32 +0200, Dan Wilcox wrote: > See p_basename in the rc-patches: > https://github.com/danomatika/rc-patches This is helpful when you have a full path including a filename and you want to split the filename from the path. I think what the original poster wants is to know

Re: [PD] Mr. Peach missing packOSC/unpackOSC?

2019-09-28 Thread Roman Haefeli
On Sat, 2019-09-28 at 05:56 -0700, Joey Dodson wrote: > I would like my patches to be portable and it would be good to > know if this will present any problems later. From what I remember, it was only Pd-extended that shipped the osc externals as part of mrpeach. In Deken and as Debian

Re: [PD] Mr. Peach missing packOSC/unpackOSC?

2019-09-28 Thread Roman Haefeli
On Fri, 2019-09-27 at 21:44 -0700, Joey Dodson wrote: > Hi all, > > I'm working on getting started with OSC and I'm referencing this > page: > > http://write.flossmanuals.net/pure-data/osc/ > > which suggests using [packOSC] and [unpackOSC], which I believe are > supposed to be in Mr. Peach.

Re: [PD] [PD-announce] Audiolab now available on Deken!

2019-09-26 Thread Roman Haefeli
On Fri, 2019-09-27 at 01:36 -0300, Alexandre Torres Porres wrote: > nice! congrats! Nice, indeed! Thanks for sharing. Roman signature.asc Description: This is a digitally signed message part ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

[PD] [PD-announce] unpunch - configurable matrix sequencer (was: Piano roll sequence display)

2019-09-26 Thread Roman Haefeli
Hey all On Mon, 2018-04-30 at 11:20 -0400, William Brent wrote: > Has anyone done something like this using [struct]/[polygon], even > just for sequence display purposes and not editable via mouse > clicking/dragging? I did a quick search of the archives but haven't > found anything. Late, but

Re: [PD] installing pd via apt-get

2019-09-22 Thread Roman Haefeli
On Sun, 2019-09-22 at 21:54 +0200, Roman Haefeli wrote: > > For Debian, I'm not sure what the proper way to "side-load" packages > is. I totally forgot about the backports repository. There you can have Pd 0.50 also for Buster! Roman signature.asc Description: This is

Re: [PD] installing pd via apt-get

2019-09-22 Thread Roman Haefeli
On Sun, 2019-09-22 at 21:58 +0200, oliver wrote: > IOhannes m zmölnig wrote: > > Am 21. September 2019 21:33:23 MESZ schrieb oscar santis < > > oscarsant...@gmail.com>: > > > Hi > > > If you want PD 0.50 on Ubuntu Studio or Debian it's better to > > > build it > > > from > > > source > > > > why?

Re: [PD] installing pd via apt-get

2019-09-22 Thread Roman Haefeli
On Sun, 2019-09-22 at 08:59 +0200, IOhannes m zmölnig wrote: > Am 21. September 2019 11:03:04 MESZ schrieb Roman Haefeli < > reduz...@gmail.com>: > > > > I put this into /etc/apt/apt.conf.d/99norecommends: > > > > APT::Install-Suggests "0"; >

Re: [PD] installing pd via apt-get

2019-09-22 Thread Roman Haefeli
On Sun, 2019-09-22 at 08:50 +0200, IOhannes m zmölnig wrote: > Am 21. September 2019 21:33:23 MESZ schrieb oscar santis < > oscarsant...@gmail.com>: > > Hi > > If you want PD 0.50 on Ubuntu Studio or Debian it's better to build > > it > > from > > source > > why? Pd-0.50 has been uploaded to

Re: [PD] GOP drawing bug with scalars and z-order - test patch

2019-09-22 Thread Roman Haefeli
On Sat, 2019-09-21 at 12:06 +0200, João Pais wrote: > Following the discussion, here is a patch which should be able to > document the issue. You'll need pd 0.5 Oops, where can I get that? Must be from the nineties even... ;-) > and jmmmp 0.56 to try it out. Ok, I have now a better

Re: [PD] installing pd via apt-get

2019-09-21 Thread Roman Haefeli
On Sat, 2019-09-21 at 10:46 +0200, Roman Haefeli wrote: > > > apt-get install --no-install-recommends --no-install-suggests > puredata > > On Debian, the default configuration is to install recommended > packages, but not suggested ones. On Ubuntu Studio, I don't kn

Re: [PD] installing pd via apt-get

2019-09-21 Thread Roman Haefeli
On Sat, 2019-09-21 at 05:07 -0300, Alexandre Torres Porres wrote: > > no, I'm just doing apt-get install puredata > > This one still installs GEM for me, which is fine, I can just delete > it, but I'm trying and worried about learning how installing Pd on > linux works. Like how you can install

Re: [PD] GOP drawing bug with scalars and z-order - test in [jmmmp/multiarray]

2019-09-20 Thread Roman Haefeli
On Fri, 2019-09-20 at 12:24 +0200, IOhannes m zmölnig wrote: > > adding z-ordering to Pd probably requires a bit of rewriting of the > current code... Personally, I don't see the need for this be tackled in Pd, since one has enough control in the patch to re-order scalars as desired. Rather, I

[PD] Key onsets are suppressed while Alt_L is pressed

2019-09-11 Thread Roman Haefeli
Hi all I noticed that [keyname] doesn't output key onsets while Alt_L key is pressed. The pressing and releasing of Alt_L is reported correctly, though. This is with Pd 0.50.0 on Linux (Ubuntu 18.04). I'm interested in implementing some key commands and intended to use Shift_L, Control_L, Alt_L

Re: [PD] font issues - once again ...

2019-09-10 Thread Roman Haefeli
On Tue, 2019-09-10 at 20:43 +0200, oliver wrote: > hi, did some more testing on LINUX and it really seems that UBUNTU > is > the problem here. > > i did a fresh install of UBUNTU 19.04 and DEBIAN 10 on my machine. > both > with XFCE as desktop and nothing else but PD 0.49.3 installed via >

Re: [PD] 8 channel circle panner, how?

2019-09-10 Thread Roman Haefeli
On Tue, 2019-09-10 at 14:43 -0300, Alexandre Torres Porres wrote: > > > Em ter, 10 de set de 2019 às 06:15, Roman Haefeli > escreveu: > > For true spatialization > > what is "true spatialization"? I mean true spatialization as opposed to simple panning. Y

Re: [PD] [PD-announce] 0.50-0 released

2019-08-27 Thread Roman Haefeli
Hi Miller On Mon, 2019-08-19 at 20:33 -0700, Miller Puckette wrote: > To Pd-announce: > > Pd version 0.50-0 is available [...] [pdcontrol] is a godsend! I can't count the cases where this could be useful. [slop~] gives tremendous amounts of new possibilities, too.. (think dynamic processors

Re: [PD] OSC data from [list trim]

2019-07-13 Thread Roman Haefeli
On Sat, 2019-07-13 at 18:46 +0200, Christof Ressi wrote: > I think the problem lies somewhere else. There is a fundamental issue > with [oscparse]: it breaks the address pattern into its parts and > forms a Pd list, but treats numbers as symbols. Ah, thanks for pointing this out. From the

Re: [PD] OSC data from [list trim]

2019-07-13 Thread Roman Haefeli
On Sat, 2019-07-13 at 12:01 -0400, Mitchell Turner wrote: > > If I send this message “1 toggle1 1” to a [route 1], I expect the > message toggle1 1 to come out of the first outlet of route, however, > nothing comes out of the first outlet. There is a distinction in both worlds, Pd messages

Re: [PD] Pduino and shift registers

2019-07-01 Thread Roman Haefeli
On Mon, 2019-07-01 at 10:49 +0200, Simon Iten wrote: > last update is from 2014... Last mail on the mailing list from 2016 not very active. I guess we could take over Firmata. The task exceeds my skill level regarding C programming, so I leave it to others. I'll be glad to add support for new

Re: [PD] Pduino and shift registers

2019-07-01 Thread Roman Haefeli
On Mon, 2019-07-01 at 00:33 +, school shoes wrote: > As you suggest it’s probably better to do the shift register stuff > directly on the arduino, but i’m already in quite deep with pduino > for this particular project. . I just found this proposal:

Re: [PD] Pduino and shift registers

2019-06-30 Thread Roman Haefeli
On Sat, 2019-06-29 at 14:23 +0200, Simon Iten wrote: > i think you should be able to control a shift register > from pd within the existing architecture. > > if you can access those 3 pins from pd just send them the HIGHs and > LOWs you would send in arduino code… Theoretically yes, but it's

Re: [PD] Pduino and shift registers

2019-06-30 Thread Roman Haefeli
On Fri, 2019-06-28 at 15:38 +, school shoes wrote: > Hi there, > just wondering if pduino currently has support for shift registers? > a quick google came up with this post from 2009: > https://forum.arduino.cc/index.php?topic=6910.0 > that seems to suggest that support is coming , but

Re: [PD] Pduino and shift registers

2019-06-28 Thread Roman Haefeli
On Fri, 2019-06-28 at 15:38 +, school shoes wrote: > Hi there, > just wondering if pduino currently has support for shift registers? > a quick google came up with this post from 2009: > https://forum.arduino.cc/index.php?topic=6910.0 > that seems to suggest that support is coming , but

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-28 Thread Roman Haefeli
On Fri, 2019-06-28 at 12:29 +0800, Chris McCormick wrote: > Hi, > > On 28/6/19 4:38 am, Csaba Láng wrote: > > @reboot puredata -gui -open /path-to-patch > > > > Any clue what is wrong? Tried everything even put into script but > > no luck! > > Questions: > > * Is this installed in the

Re: [PD] less intelligent patching for Pd

2019-06-25 Thread Roman Haefeli
On Wed, 2019-06-05 at 16:08 +0200, IOhannes m zmoelnig wrote: > an early summer update... > > TL;DR: https://vimeo.com/showcase/5289665/video/340437816 I've been using this branch since IOhannes announced it and I'm still very fond of the features. It works very well for me the way it is

Re: [PD] Latest pd version Armv7 Ubuntu 14.04

2019-06-13 Thread Roman Haefeli
On Thu, 2019-06-13 at 11:03 +0200, Csaba Láng wrote: > what is the latest d version for armv7 processor? I installed it with > apt-get but got 0.45.2. With release based distros like Ubuntu or Debian (stable) - that are focused on regular stable (as opposed to bleeding edge) releases - there

Re: [PD] less intelligent patching for Pd

2019-06-06 Thread Roman Haefeli
On Thu, 2019-06-06 at 11:19 +0200, IOhannes m zmoelnig wrote: > On 05.06.19 23:21, Miller Puckette wrote: > > next release... I'll merge it as soon as it's done getting tweaked. > > in order to finish tweaking, i will need feedback. the more the > merrier. Thanks for your work. I find the short

Re: [PD] https get in Pd

2019-05-22 Thread Roman Haefeli
On Wed, 2019-05-22 at 10:22 -0400, Martin Peach wrote: > On Wed, May 22, 2019 at 10:03 AM oliver wrote: > > >> > > >> WINDOWS: [system] (in the "motex" library) > > >> LINUX & OSX: [shell] (in the "ggee" library) > > > > > > > > Yes, you can, but it is not portable (as it requires different > >

Re: [PD] https get in Pd

2019-05-22 Thread Roman Haefeli
On Wed, 2019-05-22 at 15:26 +0200, oliver wrote: > Roman Haefeli wrote: > > > > > > On Wed, 2019-05-22 at 13:55 +0200, Nicolas Montgermont wrote: > > > Hello everyone, > > > > > > What is the easiest way to get the content of a https webpage in &g

Re: [PD] https get in Pd

2019-05-22 Thread Roman Haefeli
On Wed, 2019-05-22 at 13:55 +0200, Nicolas Montgermont wrote: > Hello everyone, > > What is the easiest way to get the content of a https webpage in pd, > for example this one: > https://tgftp.nws.noaa.gov/data/observations/metar/stations/CYDA.TXT > Is there any patch that can do this around? >

Re: [PD] Comport problem with Arduino: 13 is coming in as 10

2019-05-14 Thread Roman Haefeli
On Tue, 2019-05-14 at 13:27 +0200, Christof Ressi wrote: > > > So, neither the OS nor the Pd or [comport] version seem to make > > > any > > > > difference. > > check my last two mails, I think this is macOS/Linux issue. can you > try my fix? Yeah, I will when I have access to an Arduino (or

Re: [PD] Comport problem with Arduino: 13 is coming in as 10

2019-05-14 Thread Roman Haefeli
e- > > From: Pd-list [mailto:pd-list-boun...@lists.iem.at] On Behalf Of > > Ingo > > Sent: Tuesday, May 14, 2019 12:31 PM > > To: 'Roman Haefeli'; pd-list@lists.iem.at > > Subject: Re: [PD] Comport problem with Arduino: 13 is coming in as > > 10 > > &

Re: [PD] Comport problem with Arduino: 13 is coming in as 10

2019-05-14 Thread Roman Haefeli
On Tue, 2019-05-14 at 10:00 +0100, Alexandros wrote: > On 14/5/19 9:45 π.μ., Roman Haefeli wrote: > > Hi Ingo > > > > On Tue, 2019-05-14 at 07:38 +0200, Ingo wrote: > > > I'm getting number 10 instead of 13 from my adruino. > > > > This sounds somehow fa

Re: [PD] Comport problem with Arduino: 13 is coming in as 10

2019-05-14 Thread Roman Haefeli
Hi Ingo On Tue, 2019-05-14 at 07:38 +0200, Ingo wrote: > I'm getting number 10 instead of 13 from my adruino. This sounds somehow familiar to me, but I can't recall the exact details of the issue nor am I able to find something about it on the web. Have you ruled out any other source besides

Re: [PD] patch scroll bars

2019-05-02 Thread Roman Haefeli
On Thu, 2019-05-02 at 20:30 +0200, IOhannes m zmölnig wrote: > On 5/2/19 7:51 PM, Roman Haefeli wrote: > > Which makes me think: Why do we need menus when not in editing > > mode? > > to switch to edit mode? True. Hm... Roman signature.asc Description: This is a digitall

Re: [PD] patch scroll bars

2019-05-02 Thread Roman Haefeli
With the current scrollbar appearance logic, creating patches with tight window margins is difficult. I experience similar issues to what you describe on Linux. It seems the scrollbars make themselves necessary only because they appear and then only disappear if you significantly increase the

Re: [PD] 'Find externals' under Wine

2019-04-29 Thread Roman Haefeli
On Mon, 2019-04-29 at 15:42 +0200, IOhannes m zmoelnig wrote: > On 29.04.19 14:39, IOhannes m zmoelnig wrote: > > > > so the problem is, that on windows we need to run a VBScript to do > > the > > actual unzipping. but wine doesn't support VBScripts out of the > > box. > > > > a bit of

[PD] 'Find externals' under Wine

2019-04-29 Thread Roman Haefeli
Hey all When running either 32bit or 64bit Windows build of Pd under Wine on Linux (amd64), I cannot install packages through 'Find externals'. Either nothing is downloaded or - more likely - a .dek file is downloaded, but immediately deleted without extracting it first. Though the GUI indicates

Re: [PD] Implementing compressor as a patch?

2019-04-08 Thread Roman Haefeli
On Mon, 2019-04-08 at 15:01 -0300, Alexandre Torres Porres wrote: > Apparently, my approach is the same as > > the other examples provided here. I wouldn't say so. The one I posted differs in that it doesn't average the side-chain signal. Also, from what I understand, the rampsmooth~ object

Re: [PD] Implementing compressor as a patch?

2019-04-08 Thread Roman Haefeli
On Mon, 2019-04-08 at 13:18 +0200, IOhannes m zmoelnig wrote: > On 08.04.19 12:23, Roman Haefeli wrote: > > On Mon, 2019-04-08 at 10:13 +0200, IOhannes m zmoelnig wrote: > > > On 08.04.19 05:22, Alexandre Torres Porres wrote: > > > > hi, you responded to my &qu

Re: [PD] Implementing compressor as a patch?

2019-04-08 Thread Roman Haefeli
On Sun, 2019-04-07 at 23:45 -0300, Alexandre Torres Porres wrote: > Howdy, I'm giving a try at how to implement a compressor as a Pd > patch. This is what I came up with, it needs cyclone 0.3! Here's a > screenshot. I'm using rms average to detect the gain level and > rampsmooth~ to perform

Re: [PD] Getting 32 bit floating point number from 4 sequential bytes

2019-04-07 Thread Roman Haefeli
Hi Arda On Fri, 2019-04-05 at 16:00 +0300, Arda Eden wrote: > > I am reading the udp data with [netreceive] succesfully and able to > reach any value I need. Now trying to find a way to combine these > (big endian) sequential 4 bytes in order to get the resulting 32 bit > floating point number.

Re: [PD] Getting 32 bit floating point number from 4 sequential bytes

2019-04-06 Thread Roman Haefeli
On Sat, 2019-04-06 at 11:28 +0200, cyrille henry wrote: > > > An other solution is to use bitwise operator : > > my_float = (byte1 << 24) & (byte2 << 16) & (byte3 << 8) & byte4; From what I understand, the result is not a 32 bit floating point number, but a 32 bit unsigned int (assuming that

Re: [PD] ggee/shell makes pd+gem crash

2019-03-20 Thread Roman Haefeli
On Wed, 2019-03-20 at 13:42 +0100, IOhannes m zmoelnig wrote: > > > Personally, I'd prefer if the > > library was hosted at a central place and I don't actually need my > > personal fork. > > +1 Glad we agree. > > I don't have access to the pd-externals group, so unless someone > > makes > >

<    1   2   3   4   5   6   7   8   9   10   >