Re: [PD] deken: cannot unzip iemnet for w32

2016-10-15 Thread Roman Haefeli
Hey Rolf On Fri, 2016-10-14 at 16:38 +0200, ro...@dds.nl wrote: > iemnet-v0.2.1~git20151118-(Windows-i386-32)-externals.zip > > this version tells me i don't have perrmission to unzip. > > the other: iemnet-v0.0.extended-(Windows-i386-32)-externals.zip > gives no problem. It was me who

Re: [PD] offline calculations with tilde objects?

2016-10-19 Thread Roman Haefeli
On Wed, 2016-10-19 at 10:42 +0200, cyrille henry wrote: > > Is "0 logical time" and "good efficiency" at the same time possible > > somehow? > > you almost found the solution. > > you need to use the bang feature of the block~ object to compute one > (huge) block in 0 logical time. It seems it

[PD] Results from PdCon round-table / workbench

2016-11-23 Thread Roman Haefeli
Hi all Greetings to all of you who had the pleasure to attend this year's Pd- Con. I'm interested to know about the outcomes of the following meetings:  * Workbench: building pd and libraries  * Open Roundtable on Future Pd Developments Are there any written/recorded remnants of those

Re: [PD] convert signal to 16bit stream

2016-11-23 Thread Roman Haefeli
gt; > sorry, i don't have time to provide a patch. > > cheers > Cyrille > > > Le 07/11/2016 à 16:24, Roman Haefeli a écrit : > > > > Hi all > > > > In order to store audio data more efficiently in netpd presets and > > also > > to transmit live

Re: [PD] [delwrite~], or "what Pd operations are/should be realtime?"

2016-11-23 Thread Roman Haefeli
On Wed, 2016-11-23 at 10:48 +0100, IOhannes m zmoelnig wrote: > On 2016-11-22 17:29, Alexandre Torres Porres wrote: > > > > there is a clear method for the delay line in pd-l2ork, > > undocumented, > > but there, not sure how it is done, > implementing the "clear" is trivial. > > however, afaiu

Re: [PD] convert signal to 16bit stream

2016-11-23 Thread Roman Haefeli
On Wed, 2016-11-23 at 11:18 +0100, cyrille henry wrote: > just few comment : > - [<~] in patrice patch is not vanilla. True (didn't notice since I had zexy loaded). > - the patch with it's 6 different and simultaneous conversions use > about 1% of my CPU. why do you need to optimise? I don't

Re: [PD] convert signal to 16bit stream

2016-11-23 Thread Roman Haefeli
nt > upsampling), the correct order is in attachment. I see, thanks. I had the order exactly the opposite way. I gather that with nested reblocked subpatches the deepest subpatch needs to be triggered last. Roman > Le 23/11/2016 à 10:59, Roman Haefeli a écrit : > > > > Hey all >

Re: [PD] Results from PdCon round-table / workbench

2016-11-23 Thread Roman Haefeli
ems were being solved. > > Katja. > > > > On Wed, Nov 23, 2016 at 11:48 AM, Roman Haefeli <reduz...@gmail.com> > wrote: > > > > Hi all > > > > Greetings to all of you who had the pleasure to attend this year's > > Pd- > > Con. > > > &

Re: [PD] [pdconv16_r] Topic idea: Nested lists

2016-11-28 Thread Roman Haefeli
up with the idea of nesting lists. Actually, I'm interested in a more sophisticated mechanism for argument inheritance. Comments? Roman On Mon, 2016-10-31 at 13:53 +0100, Roman Haefeli wrote: > How can Pure Data's capabilities for dealing with different data sets > be extended? Does it make s

Re: [PD] [pdconv16_r] Topic idea: Nested lists

2016-10-31 Thread Roman Haefeli
How can Pure Data's capabilities for dealing with different data sets be extended? Does it make sense to adopt concepts from scripted languages to the dataflow paradigm? Examples: tuples, dictionaries, multi-dimensional arrays, [...] PROPOSAL: Syntax for nesting lists so that lists can be

[PD] Latency compensation

2016-10-09 Thread Roman Haefeli
Hi all,  I'm currently investigating audio latency compensation in Pd. The goal is for recorded audio to align well with generated sounds timing-wise. I'm wondering now what methods people already have employed in order to achieve that goal. So far, I was able to find the formulas to calculate

Re: [PD] knob (again)

2016-12-08 Thread Roman Haefeli
On Thu, 2016-12-08 at 04:54 -0500, Billy Stiltner wrote: > > > On Tue, Oct 4, 2016 at 7:10 PM, Lucas Cordiviola om> wrote: > > > > >[l2s] and [tabdump] belong to zexy  > > > > > > > last time i checked zexy/tabdump is not getting the 0th table element I can't confirm

Re: [PD] GUI plugins questions

2016-12-09 Thread Roman Haefeli
On Tue, 2016-12-06 at 10:02 +0100, IOhannes m zmoelnig wrote: > On 2016-12-06 09:17, Roman Haefeli wrote: > > > > I'm considering making a GUI plugin part of distributable Pd > > project. > > Now, I wonder if: > > > >   * a GUI plugin from the pr

Re: [PD] [line] discontinuity

2017-01-10 Thread Roman Haefeli
On Mon, 2017-01-09 at 17:59 -0200, Alexandre Torres Porres wrote: > > Is this an intended design? > I think so  This seems odd to me. Once you hit 'stop', there is no way to avoid a jump. The point of using a ramp generator is exactly to avoid jumps. I only noticed now that [line~ ] continues

Re: [PD] iemnet/tcpserver too sloooooow

2017-01-12 Thread Roman Haefeli
On Don, 2017-01-12 at 14:46 +0100, ro...@dds.nl wrote: > i'm sending data using tcpserver & tcpclient over wifi with a router > in  > a local network. > the source patch sends 6 bytes and then waits until > a single byte comes back that signals the next 6 bytes can be sent. > in total 3538 data

Re: [PD] Control external command from Pd

2016-12-01 Thread Roman Haefeli
On Thu, 2016-12-01 at 14:01 +0100, Jack wrote: > OK, i see now. > > For me, the best option is to do a bash script "myscript.bash" : > > while read line > do > echo "$line" > done < <(ping netpd.org & echo $!) > > > Then with pd : > > [bash myscript.bash( > > > > > [shell] > > You

Re: [PD] maxlib arraycopy

2016-12-01 Thread Roman Haefeli
On Thu, 2016-12-01 at 18:48 +, Ed Kelly via Pd-list wrote: > Does anyone have a better way of copying chunks from one array into > another? Is there a vanilla way? Checkout help for new [array] class. There is [array get ] for retrieving part of or whole array as a list. With [array set ]

[PD] GUI plugins questions

2016-12-06 Thread Roman Haefeli
Hey all I'm considering making a GUI plugin part of distributable Pd project. Now, I wonder if:   * a GUI plugin from the project's path instead of a Pd's standard     search path.   * there is way for the main patch to communicate with the GUI plugin.     I'd like to allow some configurations

Re: [PD] [pdconv16_r] Topic idea: Nested lists

2016-12-01 Thread Roman Haefeli
On Wed, 2016-11-30 at 21:58 +, Jonathan Wilkes wrote: > > Hey all > > > > > After watching "Future Pd Developments" round-table (thanks to > everyone > involved for the effort to record/put online), I feel like poking > some > more into the structured list idea. Some of the conclusions that

[PD] Control external command from Pd

2016-12-01 Thread Roman Haefeli
Hey all I would like to use Pd to start and stop several instances of a certain command. I need to catch the stdout of the commands in Pd, so I can monitor their status. Also, I want to be able to kill them individually. I tried to achieve that with [ggee/shell], but there are some culprits. 

Re: [PD] [pdconv16_r] Topic idea: Nested lists

2016-12-01 Thread Roman Haefeli
On Tue, 2016-11-29 at 11:56 +0800, Chris McCormick wrote: > Hi Roman, > > On 29/11/16 05:36, Roman Haefeli wrote: > > > > As far as I can see it, it is currently impossible to pass a > > variable > > number of arguments to child objects and also [list args] woul

Re: [PD] Control external command from Pd

2016-12-01 Thread Roman Haefeli
ught I had to because of the dollar sign). However, the problem remains: When I send 'command' to background, [shell] won't output its stdout to the left outlet anymore. Roman > Le 01/12/2016 à 10:52, Roman Haefeli a écrit : > > > > Hey all > > > > I would like to use Pd

Re: [PD] Control external command from Pd

2016-12-01 Thread Roman Haefeli
On Thu, 2016-12-01 at 11:37 +0100, Jack wrote: > Le 01/12/2016 à 11:30, Roman Haefeli a écrit : > > > > On Thu, 2016-12-01 at 11:09 +0100, Jack wrote: > > > > > > Hello Roman, > > > > > > Did you try : > > > >

Re: [PD] Control external command from Pd

2016-12-01 Thread Roman Haefeli
On Thu, 2016-12-01 at 11:29 +0100, Peter P. wrote: > * Roman Haefeli <reduz...@gmail.com> [2016-12-01 10:52]: > > > > Hey all > > > > I would like to use Pd to start and stop several instances of a > > certain > > command. I need to catch the stdou

Re: [PD] "AIFF floating-point file format unavailable"

2017-01-09 Thread Roman Haefeli
On Mon, 2017-01-09 at 01:41 -0200, Alexandre Torres Porres wrote: > when trying to write an aiff in soundfiler with the -bytes 4 flag I > get: AIFF floating-point file format unavailable > > I just wanna be sure, is this a restriction of AIFF format or Pd? This article:

[PD] Graphical envelope generator with breakpoints

2017-01-08 Thread Roman Haefeli
Hey all I'm wondering if someone implemented a graphical envelope generator with mouse-draggable breakpoints. I think it probably could be done using data structures, however my stumbling block is that I can't think of a way to disallow point movement to x(n) > x(n+1), respectively x(n) < x(n-1).

[PD] [line] discontinuity

2017-01-09 Thread Roman Haefeli
Hey all I found that a 'stop' message to [line]  doesn't make it store the current position. A subsequent ' ' message starts from the last targeted position instead of the position when the 'stop' message occurred. Is this an intended design? See attached patch that tries to illustrate the

Re: [PD] Graphical envelope generator with breakpoints

2017-01-08 Thread Roman Haefeli
Hey Liam & Fred Jan Thanks for your suggestions. On Son, 2017-01-08 at 13:06 +0100, Fred Jan Kraan wrote: > Fred Jan > > On 08-01-17 12:39, Liam Goodacre wrote: > > > > There is [envgen] from the ggee library, but you're probably > > looking for > > a Vanilla solution. External is fine.

Re: [PD] Laptop + interface suggestion

2017-03-24 Thread Roman Haefeli
There's been mentions of a few laptop models suitable for Pd use, but there hasn't been any discussion about good CPU models. I wonder what makes a good CPU for Pd-like operations. What I observe is that my over 8 years old Lenovo T61p with a Intel Core 2 Duo T8300 outperforms the much more recent

Re: [PD] accoustic guitar chord detection

2017-03-30 Thread Roman Haefeli
On Don, 2017-03-30 at 03:17 +0200, patrice colet wrote: > > [declare -stdpath list-abs -stdlib zexy] Part of zexy comes as abstractions, so you would need: [declare -stdpath zexy -stdlib zexy] in order to load all of zexy. You can test with those objects: [dirac~]  (external only) [mean]    

Re: [PD] [comport] interpreting byte 13 as 10

2017-03-29 Thread Roman Haefeli
I encountered an issue that might be related. I don't have an Arduino board at hand right now, but I try to reconstruct from memory. The [arduino] abstraction from pduino 0.6 allows to query the pin state of each pin. When testing this, I noticed I cannot query the state of pin 13. I send

[PD] [PD-announce] pduino 0.6 released

2017-03-19 Thread Roman Haefeli
Hey all I just deken'ized a new version (v0.6) of the pduino library. Changelog since the last release (v0.5):  * Made it more self-sufficient, reduced number of dependencies, only    comport is left (obviously)  * Extended Firmata protocol support by adding new methods:    - 'capability':

Re: [PD] [Deken] how to use -objects.txt feature?

2017-03-20 Thread Roman Haefeli
/ Roman On Mon, 2017-03-20 at 13:09 +0100, Roman Haefeli wrote: > On Mon, 2017-03-20 at 11:42 +0100, IOhannes m zmoelnig wrote: > > > > On 2017-03-20 10:22, Roman Haefeli wrote: > > > > > > > > > Am I doing the right thing? Also, are the indexes activ

Re: [PD] [Deken] how to use -objects.txt feature?

2017-03-20 Thread Roman Haefeli
On Mon, 2017-03-20 at 11:42 +0100, IOhannes m zmoelnig wrote: > On 2017-03-20 10:22, Roman Haefeli wrote: > > > > Am I doing the right thing? Also, are the indexes actived > > immediately > > after uploading or are they updated at some scheduled intervals? >

Re: [PD] [Deken] how to use -objects.txt feature?

2017-03-20 Thread Roman Haefeli
of the objects.txt file? More specifically, what is the delimiter between object name and description? Roman On Mon, 2017-03-20 at 09:57 +0100, IOhannes m zmoelnig wrote: > On 2017-03-20 09:42, Roman Haefeli wrote: > > > >   * I uploaded the package: > > deken upload --

Re: [PD] [Deken] what is the version comparing syntax?

2017-03-20 Thread Roman Haefeli
On Mon, 2017-03-20 at 09:57 +0100, Max wrote: > Looks correct, no? According to what? I was rather wondering about the semantics than pointing out that something is broken. IOhannes mentioned how it works in the meanwhile. Roman signature.asc Description: This is a digitally signed message

Re: [PD] [Deken] what is the version comparing syntax?

2017-03-20 Thread Roman Haefeli
On Mon, 2017-03-20 at 10:12 +0100, IOhannes m zmoelnig wrote: > On 2017-03-20 09:53, Roman Haefeli wrote: > > Is it actually > > simply > > an alphabetical sort? > no. deken *tries* to do a semantic sort. > > this is done using tcl's "lsort -dictionary"

[PD] [Deken] how to use -objects.txt feature?

2017-03-20 Thread Roman Haefeli
Hey all I noticed that Deken is maintaining an object index for libraries that have been uploaded with a text file containing the list of objects. cyclone has a working example: search for 'buffer~' and Deken suggests cyclone. I have troubles in adding my object list to the index.  I tried the

[PD] [Deken] what is the version comparing syntax?

2017-03-20 Thread Roman Haefeli
Hey How does Deken compare versions? I noticed that Deken interprets: 1.1.1 > 1.1 and 0.1~git20170101 > 0.1 Looks similar to the output of the sort command. Is it actually simply an alphabetical sort? Roman signature.asc Description: This is a digitally signed message part

Re: [PD] [Deken] how to use -objects.txt feature?

2017-03-20 Thread Roman Haefeli
On Mon, 2017-03-20 at 16:22 +0100, IOhannes m zmoelnig wrote: > On 2017-03-20 13:46, Roman Haefeli wrote: > > > > I'm still having troubles using the feature. I uploaded the text > > file > > manually, but the object it contains aren't indexed yet. > > Specif

Re: [PD] pduino/firmata trouble?

2017-03-14 Thread Roman Haefeli
Hey On Mit, 2016-11-30 at 12:16 -0600, Rick Snow wrote: > Hi list, > > I'm having trouble getting PD on mac osx 10.11.4 to work with the > arduino analog inputs.   > I am able to upload firmata via the arduino ide.  I'm also able to > upload blink and get the expected behavior. > When loading

Re: [PD] Deken install path & permissions on Debian

2017-04-07 Thread Roman Haefeli
On Don, 2017-04-06 at 21:12 +0100, Julian Brooks wrote: >  > > Now of course I can just dl whatever lib via deken, save it somewhere > within where I do have permissions and cp it to the right place but > I'm lazy at heart - plus for 'how-to's this is a more complex > description - how are others

Re: [PD] [Gem] Modifying single pixel of pix image

2017-04-09 Thread Roman Haefeli
buffer ping ponging is easy in openFrameworks, but I have > > never done it in GEM (honestly I haven't used GEM for a long time > > now). I guess you can use two [gemframebuffer] objects and switch > > your connections every other frame... > > > > > >

Re: [PD] maxlib/arraycopy

2017-04-21 Thread Roman Haefeli
You know about [array get] and [array set], do you? Roman On Fre, 2017-04-21 at 15:02 +, Ed Kelly via Pd-list wrote: > compiled objects for maxlib/arraycopy >   > _-_-_-_-_-_-_-^-_-_-_-_-_-_-_ > > For Lone Shark releases, Pure Data software and published Research, > go to

Re: [PD] [PD-dev] line object (non tilde version)

2017-04-20 Thread Roman Haefeli
ing but i miss > something... > Thanks a lot again. > > 2017-04-15 20:56 GMT+02:00 Roman Haefeli <reduz...@gmail.com>: > > > > On Sam, 2017-04-15 at 12:39 +0200, cristiano piatti wrote: > > > > > > Good morning, > > > could someone please ma

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-03 Thread Roman Haefeli
On Don, 2017-03-02 at 20:22 -0300, Alexandre Torres Porres wrote: > > > 2017-03-02 19:17 GMT-03:00 IOhannes m zmölnig : > > > > for starters, you could just follow the instructions on > >    https://github.com/pure-data/deken/#download > I had done that, but downloading 

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-03 Thread Roman Haefeli
Hey Alex On Fre, 2017-03-03 at 18:19 -0300, Alexandre Torres Porres wrote: > > > 2017-03-03 17:32 GMT-03:00 Roman Haefeli <reduz...@gmail.com>: > > > > No, you just need to put it into a search path of Pd. If your goal > > is > > to test whether

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-03 Thread Roman Haefeli
On Fre, 2017-03-03 at 18:55 -0300, Alexandre Torres Porres wrote: > > > 2017-03-03 18:36 GMT-03:00 Roman Haefeli <reduz...@gmail.com>: > > > > Follow my instructions. > I did, quite carefully, didn't work as I said, I also did other stuff > that I described,

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-04 Thread Roman Haefeli
On Fre, 2017-03-03 at 19:55 -0300, Alexandre Torres Porres wrote: > > > 2017-03-03 19:20 GMT-03:00 Roman Haefeli <reduz...@gmail.com>: > > After putting deken-plugin.tcl into extra/, don't you see a message > > from Deken in the Pd-console when you start Pd?  > &

Re: [PD] New deken feature, create system user folder (was how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-04 Thread Roman Haefeli
On Sam, 2017-03-04 at 13:09 -0300, Alexandre Torres Porres wrote: > 2017-03-04 13:00 GMT-03:00 Alexandre Torres Porres > : > > the whole discussion here seemed to be the need to create that > > folder automatically, to make things easier for the user. > > > I dont know if it's

Re: [PD] comport - right outlet outputs only '-1'

2017-03-06 Thread Roman Haefeli
Hey Simon Thanks for your report. Frankly, I didn't test on OS X yet. On Mon, 2017-03-06 at 15:54 +0100, Simon Iten wrote: > i downloaded your comport v1.1 for osx and i have a strange problem… > > whenever i try to create a comport object with some initial values > the object box does not

Re: [PD] comport - right outlet outputs only '-1'

2017-03-06 Thread Roman Haefeli
On Mon, 2017-03-06 at 16:33 +0100, Simon Iten wrote: > hey roman, > > 0.0extended works. i am creating this: [comport 1 19200] with an > arduino connected. > > but now i reinstalled 1.1 and it also works… very strange… In the meanwhile, I tested it, too, though only on macOS 10.10 virtual

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-02 Thread Roman Haefeli
On Don, 2017-03-02 at 16:43 -0300, Alexandre Torres Porres wrote: > > > 2017-03-01 19:07 GMT-03:00 : > > > > there is it will suggest to install there. > > if that folder does not exist (or is not writable), it will try > > ~/pd-externals. > > and so on. > so, the order deken

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-02 Thread Roman Haefeli
On Don, 2017-03-02 at 18:26 -0300, Alexandre Torres Porres wrote: > > > 2017-03-02 18:08 GMT-03:00 Roman Haefeli <reduz...@gmail.com>: > > > > I'm confused. You wrote above sentence. Don't know what you meant. > haha, I'm even arguing to myself then! It's that

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-02 Thread Roman Haefeli
On Don, 2017-03-02 at 17:51 -0300, Alexandre Torres Porres wrote: > 2017-03-02 17:20 GMT-03:00 Roman Haefeli <reduz...@gmail.com>: > > > > > since the suer/global folders aren't created (anymore), > > > > From what I remember, they have never been auto-cr

[PD] comport - right outlet outputs only '-1'

2017-03-03 Thread Roman Haefeli
Hey all I was about to create a Deken package of comport, but realized, there are some behaviors I don't understand. I do have some patches that indicate the right outlet of comport did once output some sensible messages, like 'open 1' when the connection is established and 'open 0' when the

Re: [PD] comport - right outlet outputs only '-1'

2017-03-03 Thread Roman Haefeli
On Fre, 2017-03-03 at 08:35 -0500, Martin Peach wrote: > On Fri, Mar 3, 2017 at 4:55 AM, Roman Haefeli <reduz...@gmail.com> > wrote: >   > >  * Wouldn't it be good if there'd be some 'report' message that > > would  > >    trigger a dump of the current inner st

Re: [PD] how-do-i-install-externals-and-help-files page (was Re: Linux Global folder for externals)

2017-03-02 Thread Roman Haefeli
On Mit, 2017-03-01 at 19:37 -0300, Alexandre Torres Porres wrote: > 2017-03-01 19:07 GMT-03:00 : > > On 03/01/2017 09:47 PM, Alexandre Torres Porres wrote: > > > you all might be aware, but you that deken still installs it in > > the > > > deprecated  '~/pd-externals' path? > > >

Re: [PD] [Gem] Modifying single pixel of pix image

2017-04-08 Thread Roman Haefeli
slowly decomposes over time so that the image behind appears. I thought about setting alpha to for more and more pixels as a way to decompose the front image. Maybe there is another/better way? Roman > > Gesendet: Freitag, 07. April 2017 um 23:39 Uhr > > Von: "Roman Haefe

[PD] [Gem] Modifying single pixel of pix image

2017-04-07 Thread Roman Haefeli
Hi Is it possible to manipulate a single pixel of a an image loaded by [pix_image]? Specifically, I'd like to change the alpha value of certain pixels. It doesn't matter to me whether the manipulation happens in the pix realm or the GL realm. Currently I can think only of cumbersome ways like

Re: [PD] New users and external path struggles

2017-07-29 Thread Roman Haefeli
On Sam, 2017-07-29 at 11:35 -0600, jme...@anestheticaudio.com wrote: > Going through Alex's excellent documentation made me think about how > nearly every single new PD user I encounter struggles with OS > specific problems when it comes installing externals. As a teacher > who introduces a lot of

Re: [PD] [PD-announce] Pd version 0.48-0test7

2017-08-11 Thread Roman Haefeli
Hey all The Mac app not only looks very good now, it looks pretty similar to the Linux version. Dan, Miller: your work is much appreciated! I think your improvements in the preference dialogs and the help browser are valuable. There is something bugging with very recent versions of the Mac App.

Re: [PD] [PD-announce] Pd version 0.48-0test7

2017-08-11 Thread Roman Haefeli
On Fre, 2017-08-11 at 10:54 +0200, Dan Wilcox wrote: > Actually, one thing to try might be to re-enable forcing the Tk > scaling value. It's commented out in pd-gui.tcl. Tk scaling seems to affect only:  * Log-font in the Pd main window  * Labels of iemguis  * "Audio on/off" in the Pd main window

Re: [PD] [PD-announce] Pd version 0.48-0test7

2017-08-11 Thread Roman Haefeli
On Fre, 2017-08-11 at 10:46 +0200, Dan Wilcox wrote: > > > > On Aug 11, 2017, at 10:31 AM, pd-list-requ...@lists.iem.at wrote: > > > > TLDR: > > > > This would keep box sizes of Pd <= 0.47: > > "7 12" on Linux and Mac  > > "7 13" on Windows  > This is more likely related to platform margins and

Re: [PD] [PD-announce] Pd version 0.48-0test7

2017-08-11 Thread Roman Haefeli
On Mit, 2017-08-09 at 20:47 -0700, Miller Puckette wrote: > Pd version 0.48-0test7 is available on http://msp.ucsd.edu/software.h > tm > or via git from github: >   git clone https://github.com/pure-data/pure-data.git > > Building now for MAC OSX on three architectures (PPC, i386, ia64) and > on

Re: [PD] [PD-announce] Pd version 0.48-0test7

2017-08-11 Thread Roman Haefeli
> At the very least, it seems like Tk 8.4 is out on macOS 10.13 so it's > a good thing I did the work to update Pd for Tk 8.5 on Mac, even if > it does introduce a few wrinkles. Really great work! Thanks. Roman > > On Aug 11, 2017, at 11:37 AM, Roman Haefeli <reduz...@gmail.com>

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

2017-07-16 Thread Roman Haefeli
Hey all I'm experiencing window position troubles on X11 (Ubuntu 16.04, fluxbox). When loading patches in Pd 0.48 that were last saved with Pd 0.47, the windows appear at the correct positions. But when saving and reloading them on 0.48, they move upwards and slightly to the left on each cycle.

Re: [PD] problem with menu : WAS Re: testing some 0.48.0 GUI updates

2017-07-19 Thread Roman Haefeli
On Mit, 2017-07-19 at 10:01 +0200, cyrille henry wrote: >  > > can you confirm the pproblem with the menu, or is it just me? No, I have the same behavior on Ubuntu 16.04 / wish 8.6. Roman signature.asc Description: This is a digitally signed message part

[PD] One click too many on macOS

2017-07-19 Thread Roman Haefeli
Hey all Maybe a little late in the cycle: In Pd on a Mac, you need to click twice when switching windows. First click changes window focus and only the second click can be used to interact with the window content.  It seems not to be typical behavior on a Mac. With other applications I can

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

2017-07-19 Thread Roman Haefeli
On Mit, 2017-07-19 at 00:24 +0200, IOhannes m zmölnig wrote: > On 07/18/2017 11:20 PM, IOhannes m zmölnig wrote: > > i'm currently looking for a fix for this problem. > > i think i might have found one: > >    https://github.com/pure-data/pure-data/pull/108 > > please test (the issue that gets

Re: [PD] PD 0.48-0 test3 segfaults with Jack and rt on Linux

2017-07-21 Thread Roman Haefeli
On Don, 2017-07-20 at 22:30 +0200, Max wrote: > On 2017년 07월 20일 22:19, IOhannes m zmölnig wrote: > > > > On 07/20/2017 10:09 PM, Max wrote: > > > > > > It stayed the same with test3. Is anyone else running it fine > > > with Jack > > > on Linux? I'd like to compare the setup (jack versions??)

Re: [PD] PD 0.48-0 test3 segfaults with Jack and rt on Linux

2017-07-21 Thread Roman Haefeli
On Fre, 2017-07-21 at 13:12 +0200, IOhannes m zmölnig wrote: > - why don't you get the "Cannot lock down XXX byte memory area > (Operation not permitted)" error (on the console) that i get? I get that, too: $ pd -jack -channels 2 -rt Cannot lock down 1186 byte memory area (Operation not

Re: [PD] PD 0.48-0 test3 segfaults with Jack and rt on Linux

2017-07-21 Thread Roman Haefeli
On Fre, 2017-07-21 at 12:16 +0200, Max wrote: > On 2017년 07월 21일 11:35, Roman Haefeli wrote: > > > > On Don, 2017-07-20 at 22:30 +0200, Max wrote: > > > > > > On 2017년 07월 20일 22:19, IOhannes m zmölnig wrote: > > > > > > > >

Re: [PD] One click too many on macOS

2017-07-21 Thread Roman Haefeli
On Mit, 2017-07-19 at 18:30 +0200, Dan Wilcox wrote: > Ah ok, I misunderstood. What I was referring to was *very* buggy > behavior such as creating a bang with the key binding creates two > bangs... > > What you're talking about is the fact that macOS does not have "focus > follows mouse", which

Re: [PD] 048 font metrics (was: pd 0.48-0test1 released)

2017-07-22 Thread Roman Haefeli
On Sam, 2017-07-22 at 00:39 -0300, Alexandre Torres Porres wrote: >  > My opinion is that things should look the same, out of the box, on > vanilla, pd extended, and purr data.  I hear you, although I'd be already quite happy if box sizes would be consistent across platforms in Pd-vanilla. If I'm

Re: [PD] test 4

2017-07-25 Thread Roman Haefeli
On Die, 2017-07-25 at 10:44 +0200, Max wrote: > On 2017년 07월 24일 22:20, Roman Haefeli wrote: > > > > On Mon, 2017-07-24 at 21:22 +0200, Max wrote: > > > > > > Jack, > > > you're an experienced Linux user. Would you be willing to try if > >

[PD] Symbol box interface improvement suggestion

2017-07-25 Thread Roman Haefeli
Hey all So often I see people getting confused with symbol boxes. Its current interface design is contrary to what most people are used to from other software. Every text entry that I can think of gives a visual cue to indicate keyboard input is expected. However, when you click symbol box,

Re: [PD] verbose?

2017-07-23 Thread Roman Haefeli
On Son, 2017-07-23 at 13:13 -0300, Alexandre Torres Porres wrote: > Hi, when translating Pd to brazilian portuguese, I cam across a few > things I don't really know what they do and stuff, and that I never > really bothered. > > For instance, what is the 'verbose' check box in "Path" for? The

Re: [PD] test 4

2017-07-24 Thread Roman Haefeli
On Mon, 2017-07-24 at 21:22 +0200, Max wrote: > Jack, > you're an experienced Linux user. Would you be willing to try if it  > still runs fine, even when compiled to the libjackd2 from KXStudio? > Thanks Hey Max, I compiled jack2 with current master (9c929bef39e1, which is probably the one they

Re: [PD] One click too many on macOS

2017-07-19 Thread Roman Haefeli
r version of Tk. Instead of wish8.4, should I try a newer self-built version, too? Roman > > On Jul 19, 2017, at 10:35 AM, pd-list-requ...@lists.iem.at wrote: > > > > From: Roman Haefeli <reduz...@gmail.com> > > Subject: [PD] One click too many on macOS >

Re: [PD] test 4

2017-07-24 Thread Roman Haefeli
On Mon, 2017-07-24 at 00:32 +0200, Dan Wilcox wrote: > Also, I'm happy to hint to those of you trying the test4: check out > the new [soundfiler] right outlet... This was one of my most wanted missing features in Pd. Thanks! And I'm glad you mentioned it on the list. I missed it in the git log.

Re: [PD] Rounding errors appear only in Windows

2017-07-03 Thread Roman Haefeli
On Die, 2017-07-04 at 00:11 +0200, Roman Haefeli wrote: > Hey all > > I finally figured out some bug in netpd that looked platform > dependent. > It turns out it actually is platform dependent. I do something that > only creates rounding errors on Windows (or Wine), but not on

Re: [PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Roman Haefeli
nation. I noticed it was pretty easy to package, so I just did it. Of course, I'm all ears for any coordinative effort. Roman > 2017-07-03 18:54 GMT-03:00 Roman Haefeli <reduz...@gmail.com>: > > Hey > > > > For those interested: I took the liberty to package Willi

[PD] Rounding errors appear only in Windows

2017-07-03 Thread Roman Haefeli
Hey all I finally figured out some bug in netpd that looked platform dependent. It turns out it actually is platform dependent. I do something that only creates rounding errors on Windows (or Wine), but not on Linux or macOS.  Attached patch illustrates the issue. It pre-calculates a look-up

Re: [PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Roman Haefeli
On Mon, 2017-07-03 at 22:21 -0400, William Brent wrote: > All good! Thanks Roman. One more I don't have to worry about ;) Been > doing a lot of work on timbreID but didn't have any plans for > improving [convolve~]. Cool. Thanks for your feedback. I really didn't mean to interfere with anyone's

[PD] William Brent's [convolve~ ] dekenized

2017-07-03 Thread Roman Haefeli
Hey For those interested: I took the liberty to package William Brent's [convolve~ ] external and make it available through Deken. [convolve~ ] does real-time partitioned convolution where the partition size and thus the resulting delay can be set.

Re: [PD] legato portamento

2017-07-03 Thread Roman Haefeli
On Mon, 2017-07-03 at 10:11 +0200, IOhannes m zmoelnig wrote: > On 2017-07-02 22:53, Simon Iten wrote: > > > > (can there sound more then one note on the same pitch on the same > > instrument?) > you mean, something like that weirdo one: http://bit.ly/1G68IQb ? :-) You not always want to mute

Re: [PD] How to dekenize, [was] Re: William Brent's [convolve~ ] dekenized

2017-07-05 Thread Roman Haefeli
ret key for user: Roman Haefeli <roman.haef...@zhdk.ch> ID: 650636116E82BE28 in order to sign ggee-v0.27-(Darwin-i386-32)(Darwin-x86_64-32)-externals.tar.gz Enter GPG passphrase:  No passphrase and not using gpg-agent...trying to sign anyhow Exception in thread Thread-6: Traceback (most re

Re: [PD] How to dekenize, [was] Re: William Brent's [convolve~ ] dekenized

2017-07-05 Thread Roman Haefeli
On Mit, 2017-07-05 at 09:50 +0200, IOhannes m zmoelnig wrote: > On 2017-07-05 09:13, Roman Haefeli wrote: > > > > I just tried, now that you asked. And no. I failed at gpg-signing > > the > > package.  > how did it fail? > if all went well deken should

[PD] [Gem] 10-bit per channel in Gem

2017-04-28 Thread Roman Haefeli
Hey all I'm looking for a method similar to what  [pix_equal] does but supports more than 8 bit per channel. With [pix_image] - [pix_equal], it seems I get only 256 steps with a greyscale image, even if the mask loaded with [pix_image] has 16 bit. Is this a limitation by openGL or by [pix_image]?

Re: [PD] [Gem] 10-bit per channel in Gem

2017-04-30 Thread Roman Haefeli
me). Roman > 2017-04-28 23:52 GMT+02:00 Roman Haefeli <reduz...@gmail.com>: > > Hey all > > > > I'm looking for a method similar to what  [pix_equal] does but > > supports > > more than 8 bit per channel. With [pix_image] - [pix_equal], it > > seems

Re: [PD] how to emulate mouse left-click to canvas?

2017-07-28 Thread Roman Haefeli
On Fre, 2017-07-28 at 21:03 +0200, Ingo Stock wrote: > There is a more complete collection of messages in the forum [1] > (direct > link [2]). > > You can send [mouse 340 135 1 0( to a visible patch window where the > first two numbers are the x and y coordinates to emulate a mouse > click. >

Re: [PD] mrpeach for raspberrypi ?

2017-08-08 Thread Roman Haefeli
Hey Oliver On Die, 2017-08-08 at 20:12 +0200, oliver wrote: > hi, > > does anybody know if the mrpeach externals (are compiled for the  > raspberry pi architecture ? > > not me but a friend of mine (so i can't ATM be more specific) tried > to  > install them via DEKEN as well as apt-get without

[PD] Pd-0.48 for macOS not compiled with jack support(?)

2017-08-23 Thread Roman Haefeli
Hey all It appears to me that the Pd-0.48-0.app is not compiled with Jack support. The switch in the menu 'Media' where you can switch APIs between 'standard(portaudio)' and 'jack' is missing. Also, when set 'audioapi: 5' in the settings file, it falls back to portaudio. Is this intentional?

Re: [PD] minor annoyance: copy and pasting objects puts the new objects UNDER the old ones

2017-06-19 Thread Roman Haefeli
On Mon, 2017-06-19 at 16:39 +0200, Matt Davey wrote: > Sorry, i really do love pd, and feel like lately all i am doing is > complaining about fiddly annoyances, but this one has gotten me > repeatedly, and i felt it might be easy to fix (?): > > If you copy an object (ie: ctrl+C), or select an

Re: [PD] Execute command from Pd

2017-05-29 Thread Roman Haefeli
On Mon, 2017-05-29 at 13:03 +0200, Antoine Rousseau wrote: > > And does anybody know if any of them are blocking so that the > > timing of an external script is deterministic from within Pd's > > logical timeframe? > afaik only [system] is blocking, while [shell] and [popen] use Pd > polling

Re: [PD] Execute command from Pd

2017-05-29 Thread Roman Haefeli
On Mon, 2017-05-29 at 10:50 +0200, Antoine Rousseau wrote: > for full duplex: > > pdreceive 5678 | your_command | pdsend 6789 & > > see attached patch (using ggee/shell, but would also works with e.g > motex/system). > Thansks. From what I understand this allows you to write to talk to the

Re: [PD] Execute command from Pd

2017-05-29 Thread Roman Haefeli
Dear Max, Dear Chris Please read the my first post in this thread. There I roughly described in which ways [popen] and [system] are different (and not suitable for my case). Roman On Mon, 2017-05-29 at 17:12 +0800, Chris McCormick wrote: > On 29/05/17 17:03, Max wrote: > > > > What about your

Re: [PD] Execute command from Pd

2017-05-29 Thread Roman Haefeli
> > > Subject: Re: [PD] Execute command from Pd > > Date: May 29, 2017 at 6:40:26 AM MDT > > To: Roman Haefeli <reduz...@gmail.com> > > Cc: Pd-list <pd-list@lists.iem.at> > > > > > > > When I distribute the script together with my > >

Re: [PD] should I use pddp/link in help patches?

2017-06-02 Thread Roman Haefeli
On Fre, 2017-06-02 at 09:45 +, Liam Goodacre wrote: > Hi José > > This will only work with a pre-loaded abstraction or subpatch. I'm > talking about opening a new file that isn't already loaded. > > You can open files like this: > > [; pd open file.pd my/directory( > > but it will only

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