Re: [PD] image-help.pd size message does not work

2015-09-07 Thread IOhannes m zmoelnig
On 2015-09-07 11:52, Csaba Láng wrote: > The one made by Guenter Geiger. afaict (after looking at the code and verifying with the help-patch), the "size" message only changes the *active* rectangle (that allows you to select the object), rather than the image itself. so yes, i can confirm your

Re: [PD] "G05.execution.order" issue (bug? just wrong?)

2015-09-09 Thread IOhannes m zmoelnig
On 2015-09-08 16:29, Alexandre Torres Porres wrote: > cause if so, as I understant it, it is "defined", but not to get into the > technical discussion about programming languages. It's just a synonym to > "reliable", and I think it is important to note that, because otherwise you > can give the

Re: [PD] comport rxerrors

2015-09-16 Thread IOhannes m zmoelnig
On 2015-09-16 10:24, IOhannes m zmoelnig wrote: > On 2015-09-16 10:08, ro...@dds.nl wrote: >> RXERRORS on serial line (997) > > 997 is "ERROR_IO_PENDING", which - according to [1] - is not an error. > > checking the sources of [comport] that ERROR_IO_PENDING is han

Re: [PD] comport rxerrors

2015-09-16 Thread IOhannes m zmoelnig
On 2015-09-16 10:08, ro...@dds.nl wrote: > RXERRORS on serial line (997) 997 is "ERROR_IO_PENDING", which - according to [1] - is not an error. checking the sources of [comport] that ERROR_IO_PENDING is handled correctly for output (TX), but not for input (RX), cf comport.c:1085 gdfmart

Re: [PD] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 03:42, Ivica Ico Bukvic wrote: > I think that was because it was built with libMagick++4 whereas 14.04 > and newer Ubuntu versions have libMagick++5. I am not sure why this > matters (sounds to me like something may be improperly symlinked > system-wise). i would say that Debian has

Re: [PD] reading arrays from an external

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 00:22, oscar pablo di liscia wrote: > Hi list. > I have a question on allocating data and reading it through an external. > As I have seen so far, the externals that reads arrays, as tabread, allocate > the data in their own memory space. As far as I can understand, this result > in

Re: [PD] PD Internal Message "filename"

2015-09-24 Thread IOhannes m zmoelnig
On 2015-09-24 05:24, Chris wrote: > Hello list! > > I've been working a lot with internal messages in the past few days to > dynamically create patches. I noticed when switching from pd-extended to > vanilla that sending "filename example.pd /path/to/file" to [s pd] gives me > an error: "pd:

Re: [PD] [PD-announce] ANN: pd-l2ork version 20150917 now available

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 15:30, Jonathan Wilkes via Pd-list wrote: >> i would say that Debian has a pretty well established system to avoid > breakage of applications due to library incompatibilities. > I'm dense. Would you mind pointing out the part of the Pd-l2ork build > systemwhere Ivica is linking the

Re: [PD] Pduino and arudino mini pro/raspi debian- Pduino or Comport?

2015-09-22 Thread IOhannes m zmoelnig
On 2015-09-22 04:47, Pagano, Patrick wrote: > I could not get the arduino pro mini to work with just comport no matter how > i tried, so i installed "Pduino" and [...] got it to work. i'm not sure i understand what you are trying to say here. "Pduino" is really just an *abstraction* built around

Re: [PD] reading arrays from an external

2015-09-21 Thread IOhannes m zmoelnig
On 2015-09-21 16:04, oscar pablo di liscia wrote: > Many thanks. I am trying to load in a table spectral data to make > these data available to an arbitrary number of "readers". I will see > how I can deal with this using the tabread and tabwrite externals. > Also, it is not clear to me the

Re: [PD] array-abs

2015-10-05 Thread IOhannes m zmoelnig
On 2015-10-05 13:25, Christof Ressi wrote: > I'm only dreaming, but maybe that could be a fantastic feature for a future > pd > vanilla release. :-) i think it's so easy to implement as an abstraction that *i* think it should go into supporting libraries (like array-abs). mgsdf IOhannes

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-03 Thread IOhannes m zmoelnig
On 2015-12-03 12:41, Si Mills wrote: > Hi > > Is the omission of the Apply btn in the properties dialogues (present in > Pd-extended) a feature of latest vanilla build or a bug? a feature¹. http://lists.puredata.info/namazu/pd-list/namazu.cgi?query=apply+button gsdfmt IOhannes ¹ that should

Re: [PD] Shairport-sync Audio pipe into pure data

2015-12-03 Thread IOhannes m zmoelnig
On 2015-12-03 08:32, corentin THIERCELIN wrote: > Hi, > > I'm using shairport-sync on my Raspberry Pi to get audio from an Airplay > source. Now I'd like to do signal processing on it, via a Pd patch, before > its output to the speakers. > To do so, I tried to use jack with Pd but It's not

Re: [PD] [gemhead]s vs. [separator]

2015-12-07 Thread IOhannes m zmoelnig
On 2015-12-06 17:16, Chris Clepper wrote: > One use for [separator] is to texture the same image or video to multiple > surfaces. you *can* do this with multiple gemheads as well (though it requires explicitness, whereas [separator] just does it for you) > Another is to control the center

Re: [PD] GEM without window

2015-12-10 Thread IOhannes m zmoelnig
On 2015-12-08 22:15, j...@jeanmarie-adrien.net wrote: > Hi List > Is there a way to use pix_video / data / blob etc without being able to watch > / see the video image (for privacy issues) ? > no gemwin ? no gui ? no gui: simple start Pd with "-nogui". no gem window? not so simple (mainly

Re: [PD] Creation argument not working for pow~

2015-12-10 Thread IOhannes m zmoelnig
On 2015-12-10 05:20, i go bananas wrote: > Just updated to newest pd vanilla. The creation argument to pow~ seems to not in my book. > $ git log d_math.c > commit 5fd49d6be50391a6fd395a1cbb53d1dd65da45cb > Author: Miller Puckette > Date: Wed Apr 29 12:18:43 2015 -0700 > >

Re: [PD] [pix_film:core!] Cannot detect stream type

2015-12-10 Thread IOhannes m zmoelnig
On 2015-12-08 16:36, Jonghyun Kim wrote: > Gem Ver is latest(I guess). please try to not guess. Gem does a very verbose splash-screen on the Pd-console when being loaded, including a full version number. "lastest" is ambiguous (last released version? last development version?) and keeps changing

Re: [PD] gigaverb~

2015-12-14 Thread IOhannes m zmoelnig
On 2015-12-14 12:30, Marco Matteo Markidis wrote: > someone can > suggest me to make this external available for the public? I mean I don't > know if I can make a deken version, and how to do, or I have only to put > this stuff on web. for deken, read the docs:

Re: [PD] gigaverb~

2015-12-14 Thread IOhannes m zmoelnig
On 2015-12-14 12:30, Marco Matteo Markidis wrote: > Hi guys. > > In this period I need a reverb with the time control in Pd. Googling, I > found a Max port made by Olaf Matthes of Juhana Sadeharju's gigaverb. > So I did a Pd port of gigaverb~ and now it works. > The source code I found contains

Re: [PD] fat binaries or not, on OSX (was: 'Pd 64 bits' for OSX is i386 + ppc)

2015-12-15 Thread IOhannes m zmoelnig
On 2015-12-13 23:16, katja wrote: >> The second thing would complicate loading of externs since I don't know how >> to make a fat binary with two different alternative code sections that are >> chosen according to the directions of the loading program - at the moment >> loading is on the basis of

Re: [PD] fat binaries or not, on OSX (was: 'Pd 64 bits' for OSX is i386 + ppc)

2015-12-15 Thread IOhannes m zmoelnig
On 2015-12-13 23:16, katja wrote: > iven to both compiler and linker: > > -arch i386 -arch x86_64 -mmacosx-version-min=10.5 > > One thing I noticed when building fat binaries: gcc doesn't define > __i386__ or __x86_64__ which we use to conditionally compile bithacks. ?are you sure? $ cc

Re: [PD] [sharing] Controlling Audio Settings with a Message

2015-12-14 Thread IOhannes m zmoelnig
On 2015-12-14 03:42, Peter Nyboer wrote: > In hopes that a present or future Puredata user finds this useful!!! there's also the mediasettings library that provides an [audiosettings] object which allows you to interact on a higher (and thus more robust) level. mfghj IOhannes signature.asc

Re: [PD] fat binaries or not, on OSX (was: 'Pd 64 bits' for OSX is i386 + ppc)

2015-12-15 Thread IOhannes m zmoelnig
On 2015-12-15 11:07, katja wrote: > This looks good, thanks for proving me wrong. Which OSX version is > this? I've had troubles with denormals in fat binaries in the past > (OSX 10.5). It turned out that the preprocessor didn't pass > architecture defines when preprocessing for multiple

Re: [PD] ggee and comport binaries for OS X via deken

2015-12-10 Thread IOhannes m zmoelnig
On 2015-12-10 10:25, Alexandros Drymonitis wrote: > Hi list, > I'd like to contribute in building binaries for the ggee library and > comport for deken, as these are compiled only for Linux and Windows in > deken for now. great. > What's the process for doing that? start with reading:

Re: [PD] get filenames from directory

2015-12-10 Thread IOhannes m zmoelnig
On 2015-12-10 11:54, Simon Iten wrote: > ok, xcode is installed. > > where do i checkout the externals source code? > > this: > > svn checkout svn://svn.code.sf.net/p/pure-data/svn/trunk pure-data-svn $ svn co https://svn.code.sf.net/p/pure-data/svn/trunk/externals/loaders/tclpd or - for a

Re: [PD] ggee and comport binaries for OS X via deken

2015-12-10 Thread IOhannes m zmoelnig
On 2015-12-10 12:20, IOhannes m zmoelnig wrote: > > PS: for what it is worth: i thought i had extracted *all* the OSX > lbiraries from the last pd-extended releases but either i have forgotten > to upload them or i am mistaken :-) actually i found them. i will upload all OSX-ex

Re: [PD] Pd-list Digest, Vol 129, Issue 84

2015-12-21 Thread IOhannes m zmoelnig
On 2015-12-21 00:49, Dan Wilcox wrote: >> OK, I did it once more and found out that it installed the files in >> /usr/local/lib/ instead of /user/lib/ where it used to be. > > You need to set the prefix to /usr as the default with autoconf is /usr/local > > ./configure —prefix=/usr/local > make

Re: [PD] oscillators (osc~ / cycle~) not working well in FM?

2015-11-25 Thread IOhannes m zmoelnig
On 2015-11-25 12:37, Roman Haefeli wrote: > I fully support your opinion in this debate. If I'd be in charge, I'd > fix it right away. +1 if you are doing glitch - and relying on a bug in a software to get those nifty sounds *is* glitch -, then you shan't complain if bugs get fixed¹. and of

Re: [PD] band limited (anti-alias) techniques

2015-11-24 Thread IOhannes m zmoelnig
On 2015-11-24 16:25, Alexandre Torres Porres wrote: > but I think the best way to go would be to code an > external, why? fgamsdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] unauthorized in vanilla

2015-12-01 Thread IOhannes m zmoelnig
On 2015-12-01 02:16, William Huston wrote: > Check the help page on the [import] command. or even better, read the error message and try to understand it :-) >> /Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin: >> dlopen(/Users/schoolshoes/Library/Pd/unauthorized/grid.pd_darwin, 10): >>

Re: [PD] Help with TCL messages

2015-11-30 Thread IOhannes m zmoelnig
On 2015-11-30 14:57, Liam Goodacre wrote: > I'm trying to use TCL to change the colour of atom boxes. In Extended 0.43.4 > I'm able to do it using the command: > > set obj_box_fill #6c > > But this doesn't seem to work for me in Vanilla 0.45.4. Can someone suggest > an alternative command?

Re: [PD] Fwd: filename from path

2015-12-01 Thread IOhannes m zmoelnig
On 2015-12-01 14:22, Jack wrote: > [array-split] : split a symbol in many symbols depending of a > character (you can make a [array-filename] with it, see help patch) since [array] is mostly about numbers, i think that [array-split] is a misnomer. call it [array-splitsymbol] or

[PD] [unpackOSC] reentrancy problem (was Re: [packOSC] reentrancy problem)

2015-11-19 Thread IOhannes m zmoelnig
On 2015-11-17 10:15, Roman Haefeli wrote: > I see. It's not complicated at all on a patch level to make [packOSC] > allow reentrancy. See attached patch. I can live easily without it being > fixed in [packOSC]. your solution unfortunately shows that [unpackOSC] is broken as well. since messages

Re: [PD] [packOSC] reentrancy problem

2015-11-19 Thread IOhannes m zmoelnig
On 2015-11-19 09:49, IOhannes m zmoelnig wrote: > i had a quick glance at the code (didn't even try it out), now that i did try it out, it seems that something is going wrong, since when i do deeper recursion, i either get weirdo printout or segfaults (which makes me think of memory corrupt

Re: [PD] deken install user experience

2016-06-09 Thread IOhannes m zmoelnig
On 2016-06-09 10:58, cyrille henry wrote: > > > Le 09/06/2016 10:33, Roman Haefeli a écrit : > >> In my ideal world, I write a Pd project, make sure it properly declares >> what it needs and then people who want to run my project find a list in >> the documentation with the required externals >

Re: [PD] deken install user experience

2016-06-09 Thread IOhannes m zmoelnig
On 2016-06-09 10:33, Roman Haefeli wrote: > Sorry if I missed this, but what is the point of displaying > incompatible (wrong arch, wrong platform) Deken packages? What would be > harmed if they'd be hidden completely? I fail to see the advantage of > having the possibility of downloading a

Re: [PD] deken install user experience

2016-06-09 Thread IOhannes m zmoelnig
On 2016-06-09 10:33, Roman Haefeli wrote: > Just to chime in about unzipping-in-Windows aspect, from what I can > tell that would smoothen the Deken experience for Windows users _a > lot_. well, test it https://github.com/pure-data/deken/tree/w32-unzip amd if it works, chances are high that the

Re: [PD] deken install user experience

2016-06-09 Thread IOhannes m zmoelnig
On 2016-06-08 20:07, IOhannes m zmölnig wrote: > i still believe that a collapsed subtree view would be ok. but that's not to say that i would be opposed to totally hiding incompatible packages (as long as you can easily unhide them). fgmsadr IOhannes signature.asc Description: OpenPGP

Re: [PD] deken install user experience

2016-06-08 Thread IOhannes m zmoelnig
On 2016-06-08 12:09, Hans-Christoph Steiner wrote: > > I'd > like to find a little time to contribute to it, to smooth out the user cool. welcome back. > > * hide all incompatible library version by default (e.g. hide OSX and > Windows versions on GNU/Linux) this is what we are currently

[PD] [PD-announce] IEM Music Residency Program 2017 - Call for Applications

2016-06-06 Thread IOhannes m zmoelnig
(sorry for cross-posting; please distribute) The IEM – Institute of Electronic Music and Acoustics – in Graz, Austria is happy to announce its call for the 2017 Artist-in-Residence program. http://residency.iem.at/ The residency is aimed at individuals wishing to pursue projects in performance,

Re: [PD] [PD-announce] Pd 0.47-0 released

2016-05-30 Thread IOhannes m zmoelnig
On 2016-05-30 10:12, Max wrote: > On 2016년 05월 30일 16:50, Max wrote: >>> >>> cd /src >>> ln -s ../tcl >>> ln -s ../bin >>> ./pd >> >> awesome, this does work. Thank you Roman. (and thanks IOhannes who had >> written that before to me, I just found it in the archives, sorry) > > > except,

Re: [PD] iemguts/try and external paths

2016-05-31 Thread IOhannes m zmoelnig
On 2016-05-31 07:01, Liam Goodacre wrote: > I'm running into some trouble getting iemguts/try to load externally declared > objects. As far as I can tell, an external object will not load within try, > even if it has been properly declared, unless it has been successfully loaded > before. In

Re: [PD] pd list mailing archive?

2016-05-31 Thread IOhannes m zmoelnig
On 2016-05-31 11:53, José Rafael Subía Valdez wrote: > Hello List, > > I have been checking the mail archive ( > http://www.mail-archive.com/pd-list@iem.at/) to find a thread about > "gverb~" that someone posted a while back, but definitely this year, > however, the archive goes up to 2014. Does

Re: [PD] vanilla solution for random float

2016-06-02 Thread IOhannes m zmoelnig
On 2016-06-02 09:25, Claude Heiland-Allen wrote: > On 02/06/16 08:09, IOhannes m zmölnig wrote: >> On 05/31/2016 05:50 PM, IOhannes m zmoelnig wrote: >>> i really like the powers of the new [osc*] objects for these kind of >>> things. >> >> here's an u

Re: [PD] Pduino sysex vs. OSC advice

2016-06-02 Thread IOhannes m zmoelnig
On 2016-06-02 16:51, Rick Snow wrote: > Thanks for the heads up Dan! > > I spent a bit of time with CmdMessenger yesterday and bumped into the old > comma/semicolon in a pd message issue. At least in the example sketches > the serial communication needed a command tag and a value defined in the

Re: [PD] vanilla solution for random float

2016-05-31 Thread IOhannes m zmoelnig
On 2016-05-31 17:00, Miller Puckette wrote: > I just tried "random 1e8" and "/ 1e8" and it seems to work for me. If it > doens't for you that's a bug I should look at :) i really like the powers of the new [osc*] objects for these kind of things. it allows me to do seemingly trivial things in

Re: [PD] Dynamic Patching with 0.47

2016-06-20 Thread IOhannes m zmoelnig
On 2016-06-20 03:38, Miller Puckette wrote: > (I keep wanting to make some > sort of "delete" message to canvases but can't figure out what would be a > usable design). what's wrong with the index that can be found everywhere else? e.g. iemguts adds a "delete" message (to the canvas) that takes a

Re: [PD] looking for omde

2016-06-20 Thread IOhannes m zmoelnig
On 2016-06-20 16:41, Pagano, Patrick wrote: > ?i have a patch that has an object that looks like [omde 4] > > > where might i find such an object? https://www.google.at/#q=omde+puredata => https://www.youtube.com/watch?v=xw40VnBm0yQ => http://www.timvets.net =>

Re: [PD] Pd External Question

2016-01-18 Thread IOhannes m zmoelnig
On 2016-01-18 18:01, Ricky Graham wrote: > Hello, > > Is there a symbol equivalent to t_floatarg when writing an object in C? I’d > like to pass a symbol on creation. > t_symbol? fgmasdr IOhannes signature.asc Description: OpenPGP digital signature

Re: [PD] closebang and initbang in Vanilla

2016-01-19 Thread IOhannes m zmoelnig
On 2016-01-19 00:42, Miller Puckette wrote: > OK... the support should be in git thank you very much. while i find the API very elegant, i have one question: will existing externals with loadbang functionality now start banging three times during their life-cycle? a first test with iemlib's

Re: [PD] Pd can't find its help files

2016-02-10 Thread IOhannes m zmoelnig
On 2016-02-10 12:02, Andrea wrote: > In reply to some of IOhannes m zmölnig's remarks: > >> Pd-0.43??? >> current Pd is Pd-0.46; 0.43 is *several* years old. > > Where can I find a ChangeLog to verify that this problem was dealt with > in more recent Pd versions? there is none (apart from the

Re: [PD] Pd can't find its help files

2016-02-10 Thread IOhannes m zmoelnig
On 2016-02-10 12:02, Andrea wrote: > More findings on this problem. The -helppath option is unfortunately not > a complete solution, because Pd doesn't "dive" into the specified path's > subdirectories. So, to make it work, I'd have to issue: > > $ pd -helppath

Re: [PD] Pd can't find its help files

2016-02-10 Thread IOhannes m zmoelnig
On 2016-02-10 13:39, IOhannes m zmoelnig wrote: > the "-helppath" is there to get the reference help-patches for a given path. this should of course read: > the "-helppath" is there to find the reference help-patches in a given path. signature.asc Description:

Re: [PD] How's Pd limited?

2016-02-23 Thread IOhannes m zmoelnig
On 2016-02-23 02:20, Morten Minothi Kristiansen wrote: > Pd extended > 0.43. as you are undoubtedly aware (it has been stated so many times on ths list), Pd-extended is unmaintained for a couple of years and for all practical issues to be considered dead. please use Pd-vanilla. fgmasdr

Re: [PD] How's Pd limited?

2016-02-23 Thread IOhannes m zmoelnig
On 2016-02-23 00:17, Jonathan Wilkes via Pd-list wrote: > [...] +1. signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] -path subfolders ?...

2016-02-25 Thread IOhannes m zmoelnig
On 2016-02-24 19:50, oliver wrote: > hi, dear list ! > > a practical question: > > is there a way to make pd look into subfolders of a given search path ? cool: "-path /", and never having to think again... gsdt IOhannes signature.asc Description: OpenPGP digital signature

Re: [PD] open sc within pd? (was Re: How's Max MSP limited? was Re: How's Pd limited?)

2016-02-25 Thread IOhannes m zmoelnig
On 2016-02-25 15:20, Alexandre Torres Porres wrote: > anybody used it > already? afaik, both have been "dead" for >10 years. fgmasdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] open sc within pd? (was Re: How's Max MSP limited? was Re: How's Pd limited?)

2016-02-25 Thread IOhannes m zmoelnig
On 2016-02-25 16:01, Martin Peach wrote: > I use [csoundapi~] sometimes. Last time I checked (a couple of years ago) > it was still going. It's included with csound and the source code is > available. cspound can spund better because it uses doubles (64-bit > floating point numbers) instead of the

Re: [PD] hurleur ?... (drag and drop feature)

2016-02-29 Thread IOhannes m zmoelnig
On 2016-02-29 12:25, oliver wrote: > hi, list ! > > a lot of interesting pd patches i was sniffing for in the web point to > this website, which is not existing anymore. > > http://puredata.hurleur.com > > does anybody know, what happened to them ? http://forum.pdpatchrepo.info aka

Re: [PD] error: maximum object loading depth 1000 reached

2016-02-15 Thread IOhannes m zmoelnig
On 2016-02-15 10:32, i go bananas wrote: > Have i done something wrong with my > external? use 'git bisect' to see if (and when) you have introduced something that Pd doesn't like. fgmasdr IOhannes signature.asc Description: OpenPGP digital signature

Re: [PD] windows double click to open patches ?...

2016-02-16 Thread IOhannes m zmoelnig
On 2016-02-16 15:08, oliver wrote: > hi, dear list ! > > is it possible to make a windows system open a pd patch in an already > running instance of PD when double-clicked ? we probably have to look into Pd-extended again to find out what hans did do make this work. the code is all there on the

Re: [PD] Does Pd have a "sound"?

2016-02-16 Thread IOhannes m zmoelnig
On 2016-02-16 15:39, Alexandre Torres Porres wrote: > But it's quite a pain to being forced to use it and then every time you > want to use a particular external you must do it, save the patch, close it, > then re open so you can finally have that external, no matter if you had > the library

Re: [PD] pd-0.46-7: segfault with jack-1.9.10

2016-02-17 Thread IOhannes m zmoelnig
On 2016-02-17 09:11, Xavier Miller wrote: > I have diffed the jack related source between 0.45-5 and 0.46-0. > > I see added test on null pointers, but I have questions about a for loop > mixed with this test, or the fact that some actions are still done where > there are null buffers. > > I

Re: [PD] Burst of packets.

2016-02-18 Thread IOhannes m zmoelnig
On 2016-02-18 00:39, Chris McCormick wrote: > source address after doing a "discovery" broadcast & reply exchate - > kind of like zeroconf/bonjour. I'll have a think about a patch to submit > to Miller for accomplishing this - should be small and simple. speaking of zeroconf: if the server

Re: [PD] opensoundcontrol.org

2016-02-18 Thread IOhannes m zmoelnig
On 2016-02-18 07:27, Dan Wilcox wrote: > Does anyone know who runs opensoundcontrol.org > ? It’s down and has been down for a few weeks > now. Did CNMAT forget to pay the bill? last time i checked (less than half a year ago), CNMAT still ran the site. last time i

Re: [PD] hurleur ?... (drag and drop feature)

2016-03-01 Thread IOhannes m zmoelnig
On 2016-03-01 07:52, patrice colet wrote: > I tried the plugin on pd-vanilla, it doesn't create objects when a patch > is dragged on a canvas, it is supposed to create a text but nothing is > happening. afaict the gui plugins "works", but it (a) might not be what you want and (b) has some bugs

[PD] drag and drop plugins (was Re: hurleur ?... (drag and drop feature))

2016-03-01 Thread IOhannes m zmoelnig
On 2016-03-01 07:52, patrice colet wrote: > Attached is a script for creating an object if a pd file in search > folders is dragged on a canvas but it doesn't work. This is doing a kind > of loop when the plugin do > pdsend "$mytoplevel obj $x $y ", the console complains > 1000x that the object

Re: [PD] Wake up subpatches

2016-03-10 Thread IOhannes m zmoelnig
On 2016-03-10 16:41, Esteban Viveros wrote: > If I run keyboard.pd directly from the folder no problem. But if I call it > like external I have an error but just move the object and the gui works. so what's this ominous "error"? > If we go to abstractions folder and run the patch

Re: [PD] Wake up subpatches

2016-03-10 Thread IOhannes m zmoelnig
On 2016-03-10 15:26, Esteban Viveros wrote: > Is there any way to wake up a subpatch? Send a message to it with redraw it > or reload... something like [clear ( message clean a subpatch, but to > wake up it. a subpatch never sleeps. so what does "wake up" mean? do you mean [vis 1(? fgasmdr

Re: [PD] multiple [send] arguments

2016-03-10 Thread IOhannes m zmoelnig
On 2016-03-05 14:55, Liam Goodacre wrote: > The only way I can see of using the right inlet to achieve a multiple send > involves [list-drip] and one [float] object, which isn't very efficient. why do you need it to be efficient. don't get me wrong, efficiency is always a good thing; but the

Re: [PD] Wake up subpatches

2016-03-10 Thread IOhannes m zmoelnig
On 2016-03-10 16:01, Esteban Viveros wrote: > Hahahaha... No [vis 1( would have been my next question... :D > > What I need is someway to call a actualization of the pd window canvas (I > guess), because I have a patch which lag to call a image. When I move the > pd patch window, click in

Re: [PD] external with more than 6 inlets possible?

2016-03-18 Thread IOhannes m zmoelnig
On 2016-03-17 03:06, Miller Puckette wrote: > yes -- and you can allocate the temporary outputs on the stack using > alloca(). or allocate them on the heap in the "dsp"-routine: at this point you know whether the signals are recycled and how many samples you need, so you don't need to re-allocate

Re: [PD] Fullscreen, not GEM, just a PD screen?

2016-04-05 Thread IOhannes m zmoelnig
On 2016-04-05 03:47, Peter Nyboer wrote: > A simple, somewhat newbie question: Is it possible to display a regular PD > window in fullscreen, or position it to fake fullscreen, on Linux? It seems > like it should be trivial to hide the application menu bar, but I have yet to > find anything -

Re: [PD] building extras on arm7 (CHIP)

2016-04-07 Thread IOhannes m zmoelnig
On 2016-04-07 05:23, Peter Nyboer wrote: > I’ve built PD vanilla for a small linux computer (Next Thing CHIP) from > source. It runs fine, but I don’t have the ‘extra’ objects like expr, choice, > etc. I’m having a problem building the ‘extras’. If I > cd /usr/local/lib/pd/extra > and try “make

Re: [PD] listing PD's external platforms

2016-04-06 Thread IOhannes m zmoelnig
On 2016-04-06 13:38, Liam Goodacre wrote: > I'm happy to help with this project, although I shouldn't be the one to lead > it, as I'll only get it wrong. why not? start it on some platform where others can join your efforts and correct all the errors :-) e.g. puredata.info > If anyone wants to

Re: [PD] raspberry pi window position problem

2016-03-23 Thread IOhannes m zmoelnig
On 2016-03-23 10:47, oliver wrote: > for whatever reason, my recently "apt-get installed" puredata was > version 0.43 (how so ?) Debian/wheezy shipped Pd-0.43-2 Debian/jessie ships Pd-0.46-2 so if perchance you are using a Raspbian version that is older than two years, it might come without

Re: [PD] zexy compilation issue with msys2

2016-03-21 Thread IOhannes m zmoelnig
On 2016-03-21 00:10, Jonathan Wilkes via Pd-list wrote: > Before I pin to a newer version, here's the only revision I could find from > Pd-l2ork that needs to be merged upsteam. It just adds an A_CANT arg to the > "dsp" method of signal objects for the off-chance that a user sends a > "dsp"

Re: [PD] zexy compilation issue with msys2

2016-03-21 Thread IOhannes m zmoelnig
On 2016-03-21 15:38, Jonathan Wilkes via Pd-list wrote: > Yeah, I can do that. I'm not sure why it would fuzz, as the only changes are > inserting A_CANT. most likely because i'm trying to apply the patch onto another version of zexy than you. fgmasdr IOhannes signature.asc Description:

Re: [PD] pd-extended keeps losing track of extras

2016-03-08 Thread IOhannes m zmoelnig
On 2016-03-08 12:05, oli_kester wrote: > I'm using pd-extended 0.43.4 ...sigh...¹ > on 64-bit Xubuntu 14.04 LTS. > This isn't to do with the issues pd-extended has running on 64-bit Linux is > it? no. there are virtually no issues² with Pd-extended on 64-bit linux, regardless of what the

Re: [PD] drag and drop plugins

2016-03-01 Thread IOhannes m zmoelnig
On 2016-03-01 10:21, IOhannes m zmoelnig wrote: > On 2016-03-01 07:52, patrice colet wrote: >> Attached is a script for creating an object if a pd file in search >> folders is dragged on a canvas but it doesn't work. This is doing a kind >> of loop when the plugin do >>

Re: [PD] drag and drop plugins

2016-03-01 Thread IOhannes m zmoelnig
On 2016-03-01 15:49, patrice colet wrote: > > > I've got pd-0.46.7 on Manjaro archlinux and it doesn't work for me, same > error with the fixed version. > there is no tkdnd package for archlinux, the aur version is dead, I've > compiled and installed this one: > >

Re: [PD] remove package "puredata-import" on debian linux(ubuntu)

2016-03-01 Thread IOhannes m zmoelnig
On 2016-03-01 15:42, Jonghyun Kim wrote: > Uninstalling *puredata-import* is safe to use Pd? my apt-get system says: > > The following packages will be REMOVED: > puredata-import > > Can I remove this? if you don't want/use it and not other package requires it, you can. > Why my system asks

Re: [PD] communication with system ...

2016-03-02 Thread IOhannes m zmoelnig
On 2016-03-02 12:20, oliver wrote: > both objects are very old and i just wanted to ask, if there's a little > more "up to date" way to do this how would you envision an "up to date" way to run a system command? how would it differ from what you have now? (i could think of: query some

Re: [PD] webpage to xml

2016-04-04 Thread IOhannes m zmoelnig
On 2016-04-02 12:12, Csaba Láng wrote: > Dear list, > > is there any option to convert automatically webpage content to xml in PD? > I would like to create some interactive installations based on web content, > and still looking for a simple way. > how do you convert webpage content to XML in

[PD] [Scope~] (was Re: can signal inlets that aren't the main inlet have float or message methods?)

2016-03-30 Thread IOhannes m zmoelnig
On 2016-03-30 00:03, Jonathan Wilkes via Pd-list wrote: > Yes, there's a very good reason to employ a solution to a name clash. > Also, using a capital letter in an external name is a poor solution to that > problem. Even calling the thing "pdrunsonwindowstooscope~" would have well, yes or

Re: [PD] know if audio is in patch?

2016-03-29 Thread IOhannes m zmoelnig
On 2016-03-29 01:53, Alexandre Torres Porres wrote: > well, found a way sigh... do you mind sharing your findings, so that other people may know as well? fgm,asdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at

Re: [PD] where's extended?

2016-03-29 Thread IOhannes m zmoelnig
On 2016-03-28 21:20, Alexandre Torres Porres wrote: > http://puredata.info/downloads/pd-extended > > and say it is unmaintained > thanks for the suggestion. done. fgamsdr IOhannes signature.asc Description: OpenPGP digital signature ___

Re: [PD] can signal inlets that aren't the main inlet have float or message methods?

2016-03-29 Thread IOhannes m zmoelnig
On 2016-03-28 22:35, Jonathan Wilkes via Pd-list wrote: > "Scope~" already has a capital "S" in the name for no _good_ reason, so it's > not like the method space is the only discrepancy. the *very good* reason for the capital "S" is that back in the days when cyclone was developed, Pd (vanilla)

Re: [PD] can signal inlets that aren't the main inlet have float or message methods?

2016-03-29 Thread IOhannes m zmoelnig
On 2016-03-28 22:35, Jonathan Wilkes via Pd-list wrote: > Hi Derek,Have a look at the inlet_new code in m_obj.c. But after skimming it > I don't see > any sensible way to achieve what you want. did i miss something? why would it not work with proxy inlets? am,sdr IOhannes signature.asc

[PD] outdated libpd info (was Re: where's extended?)

2016-03-29 Thread IOhannes m zmoelnig
On 2016-03-29 11:39, Christof Ressi wrote: > Cool! > > By the way, the libpd section is outdated just to make this clear: i changed the description of for Pd-extended only because the project is obivously abandoned and therefore nobody is maintaining the information on puredata.info either.

[PD] [ot] Re: garbled list digests?

2016-03-29 Thread IOhannes m zmoelnig
On 2016-03-29 05:15, Dan Wilcox wrote: > No offense, but I’m asking the list to see if Mailman is misconfigured or if > there’s a setting I’m missing and not for suggestions on digest alternatives. > I prefer to host as *few* websites and email address anyway. > > Again, the digests work fine

Re: [PD] DSP and Gem in the same instance of Pd

2016-03-31 Thread IOhannes m zmoelnig
On 2016-03-31 11:19, Roman Haefeli wrote: > > BTW: Why does the graphics rendering|clock have precedence over the > audio rendering (at least, it seems to be like that in Pure Data/Gem)? I > guess most softwares do it the other way around, since clicks are much > more noticeable than a frame

Re: [PD] holding keys on patchload to affect object behaviour

2016-03-31 Thread IOhannes m zmoelnig
On 2016-03-31 12:32, Marco Matteo Markidis wrote: > So, it is not the best programming practice but it works and it is quite > transparent from the user point of view. i think it is less question of "good programming practice" but of (not) breaking functionality. if you introduce some clock

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

2016-04-27 Thread IOhannes m zmoelnig
On 2016-04-27 09:26, Pierre Guillot wrote: > I do have the same issue with the alert window on Mac. which alert window? what is the "same" you are referring to? mdc IOhannes signature.asc Description: OpenPGP digital signature ___

Re: [PD] mobmuplat editor on Ubuntu

2016-04-27 Thread IOhannes m zmoelnig
On 2016-04-27 11:45, Liam Goodacre wrote: > How do I install or run the Mobmoplat editor on Ubuntu 16.04? I can't find > instructions online. checkout the .bat file and do the same manually :-) - start Pd>=0.46 and load the PdWrapper.pd abstraction: $ pd PdWrapper.pd - run the .jar file: $

Re: [PD] [PD autotools on debian 8.4 broke

2016-04-26 Thread IOhannes m zmoelnig
On 2016-04-26 05:14, Billy Stiltner wrote: > apt-get build-dep puredata > finds no puredata source package you probably need a `deb-src` line in your /etc/apt/sources.lists file. sthg like: deb http://httpredir.debian.org/debian jessie main deb-src http://httpredir.debian.org/debian jessie main

Re: [PD] convert float to bit

2016-05-24 Thread IOhannes m zmoelnig
On 2016-05-22 17:26, Alexandre Torres Porres wrote: > hi, anybody know of an external that converts float to bits in pd? [oscformat] fgmasdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list

Re: [PD] [clone]'s instance number

2016-05-11 Thread IOhannes m zmoelnig
On 2016-05-11 16:18, Liam Goodacre wrote: > Would it be possible to access [clone]'s unique instance number from within > the patch, a bit like a creation argument? This could be used to achieve > differentiation between the abstractions, ie. if the abstraction contains > "tabread4~ $-1.array"

Re: [PD] Preferred/best practice for loading external objects

2016-05-17 Thread IOhannes m zmoelnig
On 2016-05-17 09:59, Lorenzo Sutton wrote: >> ~/.local/lib/pd/extra/ >> ~/pd-externals >> /usr/local/lib/pd-externals >> >> ... in that order. We can consider ~/pd-externals to be obsolete. > > I know the discussion in mostly about externals, but personally I also > have a bunch of home-made

Re: [PD] Obfuscate patch?

2016-05-12 Thread IOhannes m zmoelnig
On 2016-05-12 12:09, Lorenzo Sutton wrote: > On 12/05/2016 05:57, Mario Mey wrote: >> Is already done any external/abstract/external-program that obfuscate a >> Pd patch? I mean, by changing the place of every object, changing names >> of send/receive objects to random generated names, adding more

<    1   2   3   4   5   6   7   8   9   >