Re: [PD] comparing symbols in external

2014-05-03 Thread IOhannes m zmölnig
On 05/03/2014 09:22 AM, Jaime E Oliver wrote: Hi all, I am trying to compare two symbols, one incoming in a list into an external and the other one stored internally in the external. It compiles fine, but I don't get a match. c code is below. Ideas on what I'm missing the whole idea

Re: [PD] puredata.info down

2014-05-02 Thread IOhannes m zmölnig
On 05/02/2014 07:03 AM, Richie Cyngler wrote: Just wanted to report the site is down. Been that way for at least a few hours judging by the forum. there was a power-outage that drained our UPS and blew the fuses. all should be up and running again. gfmsard IOhannes signature.asc

Re: [PD] Distance Measures among Arrays and Lists

2014-04-24 Thread IOhannes m zmölnig
On 04/24/2014 11:55 AM, D G wrote: I am very interested in creating a list of objects or abstractions from any PD library (pd-extended or beyond) used to measure the distance between two arrays or two lists. so what's the distance between two arrays? gmfdstr IOhannes signature.asc

Re: [PD] Select audio device

2014-04-23 Thread IOhannes m zmölnig
On 04/23/2014 09:57 AM, Marcello wrote: Hi, I would like to launch a pd patch from the command line and select a certain audio device. I will do this on windows, how can I do it? $ pd -audiodev 4 to get a list of audiodevices, use $ pd -listdev to get a list of cmdline options, use $ pd

Re: [PD] Trouble understanding pix_buffer

2014-04-22 Thread IOhannes m zmölnig
On 04/22/2014 01:50 AM, Claire O'Connor wrote: Hi everyone, I'm having a bit of trouble understanding how to use pix_buffer, pix_read and pix_write. Does anyone know of any good tutorials or somewhere online that can help to teach me about them? they work the same as [table], [tabread] and

Re: [PD] Error: Stack stack

2014-04-22 Thread IOhannes m zmölnig
On 04/17/2014 06:21 PM, Jonathan Wilkes wrote: In addition, a blue, underlined hyperlink fits perfectly with Pd's 1990s motif aesthetic. +1 though it probably should be red (as in error). even the 1990s had: body link=#FF vlink=#FF alink=#FF fgmdsr IOhannes signature.asc

Re: [PD] Controlling amplitude with readsf~

2014-04-22 Thread IOhannes m zmölnig
On 04/22/2014 12:31 PM, Claire O'Connor wrote: Hey everyone, Just wondering if anyone knows how to control amplitude with 'readsf~'? I want to use 'line~' to ramp it down but am unsure as to how it would all connect up. [*~] multiplying an audio signal (like the output of [readsf~]) will

Re: [PD] Error: Stack stack

2014-04-17 Thread IOhannes m zmölnig
On 04/16/2014 06:39 PM, Jonathan Wilkes wrote: you can locate many errors (though not all), for he tech savy: you can locate all error messages that use pd_error() or the not-so-new-but-still-newish logpost() to emit a message. by ctrl-clicking on the error-message in the Pd-console, When

Re: [PD] Error: Stack stack

2014-04-16 Thread IOhannes m zmölnig
On 04/16/2014 02:33 PM, Cyrille Henry wrote: the 1st thing to do in order to correct the problem is to locate it. +1. you can locate many errors (though not all), by ctrl-clicking on the error-message in the Pd-console, which should highlight the object that sent out the error-message. in the

Re: [PD] Keeping Number box's

2014-04-15 Thread IOhannes m zmölnig
On 04/14/2014 07:47 PM, kate sweeney wrote: Is there a way to save the number box's as they are so they stay the same everytime the project is closed and re-opened? see other's replies for this. anyhow, all objects that you want to send numbers to, accept creation arguments. so instead of

Re: [PD] Loading arrays with arbitrary wave forms

2014-04-10 Thread IOhannes m zmölnig
On 04/09/2014 09:46 AM, IOhannes m zmoelnig wrote: [sin]| ah, there is no [sin] object, use [cos] instead. anyhow, the patch was not really meant to be be copied to your Pd instance, but to show how easy it is to do what you want. it basically consists of two three parts: #1

Re: [PD] 64bit runtime error 'couldn't read file /usr/tcl//pd-gui.tcl'

2014-04-09 Thread IOhannes m zmölnig
On 04/09/2014 11:57 AM, David Woodfall wrote: But that doesn't mean that pd will look there for modules. I tried symlinking /usr/lib64/pd/tcl/pd_connect.tcl to /usr/bin/. but it still doesn't find it. no this won't work, as it tries to circumvent tcl's pkg-index. pd-gui.tcl Error in

Re: [PD] [PD-dev] oggread~ not working on pd-extended or libpd on windows.

2014-04-05 Thread IOhannes m zmölnig
On 04/05/2014 05:48 AM, Simon Wise wrote: On 05/04/14 14:21, Martin Peach wrote: I think it's here: http://sourceforge.net/p/pure-data/patches/ that seems to be for pd rather than externals??? it's for pd, pd-extended and externals (if they are maintained in the repository on

Re: [PD] [qlist] and locality

2014-04-02 Thread IOhannes m zmölnig
On 04/02/2014 05:43 PM, Alexandre Torres Porres wrote: See also the 'text' object in 0.45 that does $ expansion :) on it ;) Now, so it seems, at least [qlist] could be upgarded any time to do the expansion, right? That wouldn't hurt, would it? or you could build your own [qlist] based on

Re: [PD] Pd-L2Ork [ii]

2014-03-31 Thread IOhannes m zmölnig
On 03/31/2014 05:09 PM, Jonathan Wilkes wrote: a) click [loadbang] with the mouse to output a bang. (This is how Max/MSP solves this problem, too.) b) select all the objects to which you'd like to connect, then draw a connection from [bng] to one of them. In Pd-l2ork this will make a

Re: [PD] aubio install question

2014-03-13 Thread IOhannes m zmölnig
On 03/12/2014 08:14 PM, Aaron L. wrote: Hi all. I'm trying to install aubio on ubuntu 13.10. I used the apt-get instructions here: http://aubio.org/download .but putting an 'aubionotes~' object results in a aubionotes~ ... couldn't create in the logs. What am I doing wrong?

Re: [PD] 100k lines of code (was libpd separating gui from core)

2014-03-10 Thread IOhannes m zmölnig
On 03/10/2014 05:38 PM, Jonathan Wilkes wrote: Additionally, IOhannes also knows that Miller wants the [initbang] functionality in the form of a backwards-compatible [loadbang] which takes arguments. [...] thanks for the insights. i didn't know that i knew *that*. i would therefore be

Re: [PD] pix_buffer loaded event

2014-03-06 Thread IOhannes m zmölnig
On 03/06/2014 11:24 AM, Jack wrote: Hello Martin, It should be quite simple with a [trigger] to get a bang when yes. right now [pix_buffer] does synchronous loading of images, so [trigger] should be enough to detect whether an image has been loaded. however, i would like to add asynchronous

Re: [PD] RjDj/ScenePlayer for iOS?

2014-03-02 Thread IOhannes m zmölnig
hi, On 02/28/2014 02:41 PM, Chris McCormick wrote: PdDroidParty supports multitouch thanks to Muddu Kishan. i think i was unclear here: i know that PdDroidParty has multi-touch support (as shown in the demo). but what i really meant was: raw access to (multiple) pointer(s), like the #touch

Re: [PD] RjDj/ScenePlayer for iOS?

2014-02-28 Thread IOhannes m zmölnig
On 02/28/2014 04:38 AM, Chris McCormick wrote: https://github.com/danomatika/PdParty You will need to compile it yourself. afaik this is a port of the amazing PdDroidParty. however, i'm not looking for a generic Pd-patch player, but rather for something that can play standard RjDj scenes.

Re: [PD] Strange behavior using custom external

2014-02-28 Thread IOhannes m zmölnig
On 02/28/2014 01:13 AM, GCC wrote: (t_method)delay_free, sizeof(t_rhynamo), delay_free? fgamrds IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] libpd separating gui from core

2014-02-26 Thread IOhannes m zmölnig
On 02/26/2014 12:53 PM, patrice colet wrote: * pdvst (plugin for VST hosts) ? that's a *perfect* usecase for libpd fgmrdsa IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] Wich licence?

2014-02-16 Thread IOhannes m zmölnig
On 02/15/2014 08:52 PM, Mario Mey wrote: Maybe I leave it as is. Saying nothing about license... then you implicitely chose a rather restrictive license: all rights reserved. fgmdsar IOhannes signature.asc Description: OpenPGP digital signature ___

Re: [PD] Receiving a compressed audio stream with PD.

2014-02-16 Thread IOhannes m zmölnig
On 02/15/2014 06:08 PM, Rafael Vega wrote: OK, I just found [oggamp~] which means I need to setup a ogg/vorbis server or something similar. I think I can handle that. that's a bit of an overkill if you just want to play back compressed audio. checkout out [mp3play~] and [readanysf~]. the latter

Re: [PD] pix_video or OSX

2014-02-14 Thread IOhannes m zmölnig
On 02/14/2014 12:28 AM, Mateo De Los Ríos wrote: Hi List, I'm using pix_video to open a old Sony Mini DV. It used to work fine but now I'm getting the image in colorspace YUV regardless of messaging colorspace RGBA. [colorspace RGBA( does not force the colorspace, it just tries to get

Re: [PD] compiling Pd 0.45 on Linux

2014-02-08 Thread IOhannes m zmölnig
On 02/07/2014 06:06 PM, Max wrote: there is no binary in the bin directory after all this. any ideas? with autotools, the binary is called src/pd gmr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@iem.at mailing list

Re: [PD] Legal restrictions for apps

2014-02-05 Thread IOhannes m zmölnig
On 02/05/2014 11:55 AM, Ed Kelly wrote: Hi Dan, Miller et al. I'm still somewhat confused about the LGPL issues with regarding apps. Say I make an app that uses LibPd, and include an object or library that is licensed with an LGPL license. Would I have to include all source code for the

Re: [PD] Unsubscribe

2014-02-03 Thread IOhannes m zmölnig
On 02/03/2014 06:11 PM, Jamie Hardt wrote: Unsubscribe i suggest you follow the instructions at the end of each list-posting: ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] All Put menu options are disabled

2014-02-03 Thread IOhannes m zmölnig
On 02/03/2014 06:33 PM, kwi wi wrote: I've just compiled and installed pd Pd-0.45.4 () compiled 11:50:16 Feb 3 2014 Audio is working (from MediaTest Audio and Midi...) where both the 80 and 60 test tones play a steady tone. The next step is to create a patch but all options in the Put

Re: [PD] Zexy build errors from Pd-extended

2014-02-02 Thread IOhannes m zmölnig
On 02/01/2014 06:15 PM, John Smith wrote: #2) $ gcc -DHAVE_CONFIG_H -I. -I.. -DZEXY_LIBRARY -g -O2 -mms-bitfields 0x2e.c -fPIC -DPIC ouch sorry, i made a mistake. this should have read: $ cpp -DHAVE_CONFIG_H -I. -I.. -DZEXY_LIBRARY -g -O2 -mms-bitfields 0x2e.c -fPIC -DPIC (that is: i want to

Re: [PD] Zexy build errors from Pd-extended

2014-01-30 Thread IOhannes m zmölnig
On 01/30/2014 01:43 PM, John Smith wrote: Hello. I try to build zexy from Pd-extended_0.43.4-source.tar.bz2. please post a complete build log (without omissions). also, why don't you use either an svn-checkout of zexy: svn clone https://svn.code.sf.net/p/pure-data/svn/trunk/externals/zexy or

Re: [PD] comments with trailing | ?

2014-01-25 Thread IOhannes m zmölnig
On 01/24/2014 11:23 PM, Peter P. wrote: Dear IOhannes, dear Jonathan, dear list, I feel ashamed (and old-fashioned) as I have not seen this new feature of Pd as a feature I am afraid. Thanks for pointing it out to me. I think it is a nice addon, but also wonder if there is a nice way to

Re: [PD] color position boundaries

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 07:36 PM, R C wrote: Hi list, I'm trying to track movement with an IR camera on Windows. The motion detection works great with frame diff. The problem starts when I try to get the coordinates that surround the white color produced by the movement. With pix_blob I only get the

Re: [PD] create list by header message

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 07:43 PM, Peter P. wrote: Hi, this might be totally simple, but I am wondering what is the most elegant way of creating a list out of individual messages 12 23 34 45 meaning a list which holds four items, and which is always created at the number '12', and sent out at

Re: [PD] comments with trailing | ?

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 09:43 PM, Peter P. wrote: Hi, I am on Pd-0.45.0 vanilla compiled from Miller's git sources on Linux with Tcl/Tk 8.5.0-2.1 When I insert a comment into a patch, there is always a trailing | (pipe) character (perhaps some sort of a cursor), indicating the width of the comment in

Re: [PD] confused about $1 in messages

2014-01-21 Thread IOhannes m zmölnig
On 01/20/2014 10:01 PM, Jonathan Wilkes wrote: It might help some if the selector inside a message box were visually distinct from the rest of the message. +1 You could also have different colors for built-ins vs. custom selectors. -1 gfmadsr IOhannes signature.asc Description:

Re: [PD] problem with sort object

2014-01-21 Thread IOhannes m zmölnig
On 01/20/2014 10:16 PM, D G wrote: Does this make any sense to anybody? can you replicate the error with the same numbers? yes, i can reproduce the problem. seems you found a bug. please report it on http://bugs.puredata.info/ it would be great if you could provide a *patch* (.pd-file) that

Re: [PD] ALSA MIDI problem

2014-01-21 Thread IOhannes m zmölnig
On 01/21/2014 02:20 PM, Jack wrote: Now, how can i keep this configuration each time i reboot my laptop ? ++ if you have a desktop, use qjackctl (which despite it's name can also handle alsa-midi routing): - create a new patchbay that connects your audio-device with Pd - enable the patchbay -

Re: [PD] signal math explanation

2014-01-18 Thread IOhannes m zmölnig
On 01/18/2014 06:24 PM, Pall Thayer wrote: Can anyone tell me what one is accomplishing when doing something like this: [osc~ 440] | [+~] |\ x1 [+~] |\ x2 [+~] |\ x3 [+~] x4 In other words, the chain of [+~] that feed the previous object's output into both

Re: [PD] [netsend](tcp) is much faster than [udpsend] why??

2014-01-18 Thread IOhannes m zmölnig
On 01/18/2014 03:08 AM, Jonghyun Kim wrote: I mean latency. I send OSC data in every 10ms over eth0 lan cable. With udpsend and udpreceive there is some latency, but netsend (tcp) was all ok. could you elaborate? with *anything* that sends data over a network cable you will have some latency,

Re: [PD] Compiling Pd in Sabayon

2014-01-18 Thread IOhannes m zmölnig
On 01/16/2014 11:50 AM, Alexandros Drymonitis wrote: Having had some problems with audio drop outs in Ubuntu, I am now giving Sabayon 14.01 a try. I'm trying to compile Pd, ./autogen.sh seemed to work fine, but when I type ./configure --enable-jack things go wrong. At the end of configure I

Re: [PD] signal math explanation

2014-01-18 Thread IOhannes m zmölnig
On 01/18/2014 06:59 PM, Pall Thayer wrote: Ah... I've seen this in some of the help patches. Why would someone do it with multiple [+~] instead of a single [*~]? There's no difference? aesthetic reasons? hinting at bigger structures? but consider this: why would someone write the following

Re: [PD] audio drops for few ms, or one sec, with jack on ubuntu

2014-01-09 Thread IOhannes m zmölnig
On 2014-01-09 10:59, Alexandros Drymonitis wrote: Well, I've been posting on the jack mailing list too, and some people there mention that Pd is known to have a poor Jack support... afaict, Pd's jack-support is still suboptimal when it comes to automatically starting jackd; it also has a weird

Re: [PD] [plugin~] on the pi ?

2014-01-05 Thread IOhannes m zmölnig
On 2014-01-05 17:13, Pierre Massat wrote: Dear all, I'm trying to get [plugin~] to work on Raspbian, to no avail. I have downloaded and extracted the archive for the Pd community site, install some plugins (TAP) and ladspa-dsk, and set up the LADSPA_PATH environment variable manually in

Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-03 Thread IOhannes m zmölnig
On 2014-01-03 09:44, Pierre Guillot wrote: I'm sorry, I didn't want to hurt anybody with this library. I never thought that the name was so important and I'll change it as soon as possible if it's your principal wish. i don't think you've hurt anybody; and so far the only one who has been

Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-02 Thread IOhannes m zmölnig
On 2014-01-01 22:20, enrike wrote: hi the linux binaries are compiled for 64 bits machines? I get this error /usr/lib/pd-extended/extra/Coffee/c.patcherargs.pd_linux: /usr/lib/pd-extended/extra/Coffee/c.patcherargs.pd_linux: wrong ELF class: ELFCLASS64 yes they are (and should have the

Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-02 Thread IOhannes m zmölnig
On 2013-12-31 11:46, Pierre Guillot wrote: Quickly : Chocolate is a set of GUIs sometimes already available in PD Vanilla, PD extented or Max with new features (like presets edition) that I hope, you'll enjoy. as said before: they are great. And it will be a part of a more complex project

Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-02 Thread IOhannes m zmölnig
On 2014-01-02 20:35, Jonathan Wilkes wrote: Realize that you're responding to someone who gave his library the extraordinarily clear and descriptive name of zexy i'm arguing not for *descriptive* titles but for *non-deceptive* ones. i don't know which associations zexy evokes for you, but for

Re: [PD] headroom in Pd

2014-01-01 Thread IOhannes m zmölnig
On 2014-01-01 19:50, Chris Clepper wrote: Nope, the DAC can freely construct intersample peaks as it sees fit and those can easily exceed 0 dBFS. It has been common practice in the industry for more than a decade to reconstruct clipped samples well above 0 dBFS - partially to make up for

Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-01 Thread IOhannes m zmölnig
On 2014-01-01 19:42, Pierre Guillot wrote: There are 2 reasons : - The popup menu stop the dsp, I think it could be annoying during live session if you make a mistake. why does it do this? i don't experience this behaviour with the vanilla objects. - Sometimes you want to have another

Re: [PD] [PD-announce] Chocolate et Coffee

2013-12-31 Thread IOhannes m zmölnig
On 2013-12-31 14:12, Pierre Guillot wrote: Hi João, - I'll will force the size of the properties window in the next release. Really easy but I forget to do it. properties window? i seem to have missed this, as whenever i right-click on e.g. [c.bang] it emits a bang instead of opening a

Re: [PD] [PD-announce] Chocolate et Coffee

2013-12-31 Thread IOhannes m zmölnig
On 2013-12-31 16:57, Pierre Guillot wrote: @Patrice : I use code::block for Linux, I think it's open source but for Windows and Mac, I'm too many attracted by the comfort of XCode and Visual Studio... Anyways, a good Makefile is the solution ! For GUIs, I create a yes, Makefiles are always

Re: [PD] Mess with Pd installation on Linux

2013-12-30 Thread IOhannes m zmölnig
On 2013-12-30 14:29, Alexandros Drymonitis wrote: I've realized that I need to open pd with sudo in order to have it work with jack (I also have to open jack with sudo in order to use the firewire). both the jack server (jackd) and it's clients (pd) *must* run as the same user. you definitely

Re: [PD] Mess with Pd installation on Linux

2013-12-30 Thread IOhannes m zmölnig
On 2013-12-30 15:41, yvan volochine wrote: On 30/12/13 15:44, Alexandros Drymonitis wrote: what happens when you launch jack and in another terminal run pd normally, i.e. just `pd`.. don't you have jack in the media menu? True, just tried twice, once I got the : 'cannot activate client' in

Re: [PD] GEM causes sound glitches

2013-12-29 Thread IOhannes m zmölnig
On 2013-12-28 22:34, Luiz Naveda wrote: I accept that you think I am not a professional as you are and I also accept that I have all sort of design problems. No problem. sorry if it came through like this. i never wanted to insult you or question your programming skills (i don't know anything

Re: [PD] why is the -jack flag not working?

2013-12-29 Thread IOhannes m zmölnig
On 2013-12-28 21:19, Alexandros Drymonitis wrote: why don't you just use the puredata package that comes with ubuntu? Also, an 'issue' I have is my firewire sound card, which I don't know how to utilize without jack. Does the puredata package that comes with ubuntu include jack? the puredata

Re: [PD] Mess with Pd installation on Linux

2013-12-29 Thread IOhannes m zmölnig
On 2013-12-29 12:03, Alexandros Drymonitis wrote: I'm a newbie in Linux and have installed Ubuntu 12.04. I have a running Pd vanilla (0.44-3), but wanting to use jack, I got the latest version (0.45-4) and recompiled. My steps for both versions were: extract the downloaded file to my home

Re: [PD] Creating random filenames

2013-12-29 Thread IOhannes m zmölnig
On 2013-12-29 13:17, Ronni Montoya wrote: Hi, how can i create random file names in pd? creat random characters with [random] and [makefilename]. concatenate these characters to a word. append .wav to the word. fgmasdr IOhannes #N canvas 537 143 450 404 10; #X obj 218 58 random 5; #X obj 218

Re: [PD] Mess with Pd installation on Linux

2013-12-29 Thread IOhannes m zmölnig
On 2013-12-29 16:35, Alexandros Drymonitis wrote: Cannot connect to server socket err = No such file or directory Cannot connect to server socket start jack first. then start Pd with -jack. fgmadsr IOhannes signature.asc Description: OpenPGP digital signature

Re: [PD] GEM causes soung glitches

2013-12-28 Thread IOhannes m zmölnig
On 2013-12-28 02:56, Luiz Naveda wrote: This workaround doesn't solve the problem. When you have to deal with messages, debugs and all sort of problems in the communication of instances it just start the wave of problems. most likely, you have a serious design problem. For newbies working

Re: [PD] why is the -jack flag not working?

2013-12-28 Thread IOhannes m zmölnig
On 2013-12-28 15:39, Alexandros Drymonitis wrote: Following the FLOSS manuals, I'm trying to open Pd with the jack flag and I get the 'usage:' message and jack is not included in the audio configuration flags. These are the audio configuration stuff this means, that the Pd you are using has

Re: [PD] why is the -jack flag not working?

2013-12-28 Thread IOhannes m zmölnig
On 2013-12-28 20:08, yvan volochine wrote: On 28/12/13 16:32, IOhannes m zmölnig wrote: this means, that the Pd you are using has been compiled without jack support. BTW is there any good reason to not have `--enable-jack` by default? my guess: jack is a dependency that cannot be expected

Re: [PD] [PD-announce] pd-aubio 0.3

2013-12-24 Thread IOhannes m zmölnig
On 2013-12-23 21:12, Jack wrote: So it seems that it is possible to build pd-aubio without installing aubio. it seems so. but in order to do so, you probably have to install aubio first to some non-standard location (e.g. somewhere in tmp), and then point PKG_CONFIG_PATH to this location. you

Re: [PD] [PD-announce] pd-aubio 0.3

2013-12-23 Thread IOhannes m zmölnig
On 2013-12-23 16:35, Jack wrote: Hello Paul, I tried to build pd-aubio but it failed. wild guess: since aubio and pd-aubio are now separate packages, i guess that you have to have aubio [1] installed prior to building pd-aubio. fgmdar IOhannes [1] http://aubio.org/download signature.asc

Re: [PD] headroom in Pd

2013-12-21 Thread IOhannes m zmölnig
On 2013-12-20 23:34, Martin Peach wrote: On 2013-12-20 16:55, Alexandre Torres Porres wrote: Hi there, where can I find info about headroom and clipping on Pd. Or can anyone tell me quickly how it goes? Does it always really clip over a maximum of 1, or is there some headroom? Does it depend

Re: [PD] headroom in Pd

2013-12-21 Thread IOhannes m zmölnig
On 2013-12-21 14:58, peiman khosravi wrote: However, it's probably wise to clip the signal before sending it to dac~. Entirely for health and safety reasons! this really depends...a clipping sine will have loads of high frequencies that might be equally damaging to your audience. if you want

Re: [PD] xinput external

2013-12-19 Thread IOhannes m zmölnig
On 2013-12-19 11:32, IOhannes m zmoelnig wrote: as for adding ; and leading 0; you might want to use `sed`. or use a script like the attached one (on Debian, 'unbuffer' can be found in the 'expect-dev' package) usage: ./xinput.sh id udp-port as for the problem of terminating a process in

Re: [PD] Is there any interest in a Pure Data stack exchange?

2013-12-07 Thread IOhannes m zmölnig
On 2013-12-06 23:58, James Munsch wrote: This is my first submission to the pure data mailing list. I was just wondering if there was any interest in using the stack exchange platform for Pure Data? I know that the mailing list, and forums are active and not at all sure whether stack

Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-03 Thread IOhannes m zmölnig
On 2013-12-03 00:26, Antonio Roberts wrote: first, i don't see much need to use it with PdX, plain old pd-vanilla should do as well... (speaking of which: please provide a minimal test-patch that triggers the problem on your machine) Patch attached. Upon further investigation it appears

Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-02 Thread IOhannes m zmölnig
On 2013-12-02 00:40, Antonio Roberts wrote: I'm ashamed to admit that I don't know how to use that version in pdextended instead of the one supplied. Could you tell me how? no need to be ashamed. first, i don't see much need to use it with PdX, plain old pd-vanilla should do as well...

Re: [PD] Processing-OSC-Pd

2013-12-01 Thread IOhannes m zmölnig
On 2013-12-01 14:17, Peppe Peppino wrote: Hi, well..that's weird..I have no idea why but now it's working perfectly..and I opened exactly the same files I had yesterday..thank you anyway :) most likely you had another UDP-listener open at the same time (hint: e.g. a help-patch). gmfsdr

Re: [PD] Processing-OSC-Pd

2013-12-01 Thread IOhannes m zmölnig
On 2013-12-01 15:54, Peppe Peppino wrote: Hi, might be..but then I cannot have more than one listener at the same time? not when using the same protocol (e.g. UDP) on the same port (e.g. ) on the same network interface (which you can simplify to single computer). this is how the internet

Re: [PD] [text3d] crashes PD when using text of five or more characters

2013-12-01 Thread IOhannes m zmölnig
On 2013-12-01 19:10, Antonio Roberts wrote: I'm using PD extednded 0.43.4 and have noticed that when using some fonts [text3d] will crash PD when a string with five or more characters is entered. Font used is Beams: http://openfontlibrary.org/en/font/beams weird, never heard of something

Re: [PD] Auto-minimize Pd-window?

2013-11-28 Thread IOhannes m zmölnig
On 2013-11-28 05:16, Mario Mey wrote: LINUX. I would want to start my patch without pd window... or hidded or minimized. I can't do it by wmctrl, because it can't minimize windows... it just can send to back (below). If there any startup option or any command to hide/minimize that window?

Re: [PD] Multiplying 2 variables

2013-11-28 Thread IOhannes m zmölnig
On 2013-11-28 10:21, sebaroc...@gmail.com wrote: So, i think that im doing something wrong, could you help me? afaik, 452.8*8 IS 3622.4, so where is the problem? (Pd might truncate the *display* of a number (your result), that's why it shows 3622. instead of 3622.4; but that doesn't mean that

Re: [PD] Scatter objects using [repeat]

2013-11-26 Thread IOhannes m zmölnig
On 2013-11-26 00:32, Cyrille Henry wrote: hello, look at the patch in gem help/02.advenced/20.double-gemhead_vs_repeat the right patch of this patch is almost what you want. you just have to insert 2 tabread instead of the select. the tabread should point to 3 random table. or give

Re: [PD] why overlaps affect frequency of [osc~]?

2013-11-26 Thread IOhannes m zmölnig
On 2013-11-26 11:19, Alexandre Torres Porres wrote: Howdy, ever tried to compute a hann window inside a subpatch where the FFT is happening? And then if you're overlapping it by 4, do you see that only 1/4 of the cycle from [osc~] came up? That means the [osc~] frequency was 1/4 what it

Re: [PD] why overlaps affect frequency of [osc~]?

2013-11-26 Thread IOhannes m zmölnig
On 2013-11-26 19:37, Alexandre Torres Porres wrote: [1] https://sourceforge.net/p/pure-data/feature-requests/16/ Not sure if I got what the request was requesting. the parameter s-s_sr isn't defined properly, as s-s_sr=(fs*overlap) has nothing to do with the actual sampling interval

Re: [PD] gridflow archlinux

2013-11-26 Thread IOhannes m zmölnig
On 2013-11-26 21:43, Fero Kiraly wrote: hallo, cant compile. any suggestions ? report error messages. gfmsar IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Live stream audio, do it with [oggcast~]?

2013-11-25 Thread IOhannes m zmölnig
On 2013-11-24 20:37, Alexandros Drymonitis wrote: Ok, I don't know stuff about RTP/RTCP. So, I'd rather go for [netsend~]/[netreceive~]. In the README file though it says this: To compile for Pd, cd into the directory, where you found this README and type make pd_linux, make pd_darwin, make

Re: [PD] Live stream audio, do it with [oggcast~]?

2013-11-23 Thread IOhannes m zmölnig
On 2013-11-23 11:11, Alexandros Drymonitis wrote: Is [oggcast~] the object to live stream audio to another computer? And which one is the receiver? It's not mentioned in the help patch. oggcast~ is the object to feed a streaming server, like icecast. it's main purpose is to build a web

Re: [PD] How to set file path for [readsf~] in Windows?

2013-11-20 Thread IOhannes m zmölnig
On 2013-11-20 11:54, Alexandros Drymonitis wrote: Since Pd won't accept the \ symbol (you always get this message 'keycode 92: dropped'), how can you set a file path so that [readsf~] and find that file, in Windows? All paths in Windows use the backward slash instead of the forward slash...

Re: [PD] oops: ALSA cards not reported in order?

2013-10-26 Thread IOhannes m zmölnig
On 2013-10-26 16:05, Peter P. wrote: Hi! Pd 0.45.0 informs me at startup that oops: ALSA cards not reported in order? while all seems to work normally. I also have this: i have the same cat /proc/asound/cards 0 [Intel ]: HDA-Intel - HDA Intel HDA

Re: [PD] trouble with comment in graphique

2013-10-18 Thread IOhannes m zmölnig
please *always* reply to the mailinglist instead of only a single user. On 2013-10-18 17:59, Olivier Baudry wrote: Graphique it item before Array in Edition Menu in pd extended 0.43.4 ( french version) thanks for the clarification. i didn't know that graphique is just an array (the joys of

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-14 Thread IOhannes m zmölnig
On 2013-10-14 07:13, Julian Brooks wrote: Anyway, when typing 'pd' on the command line I get this: pd: error while loading shared libraries: libportaudio.so.2: cannot open shared object file: No such file or directory a few possibilities: #0 refresh your ldcache # ldconfig puredata should

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-14 Thread IOhannes m zmölnig
On 2013-10-14 06:22, Julian Brooks wrote: Hey again, Possible issue: I've installed libjack-dev and Pd builds fine - great. I did want to have jackd2 but that doesn't have libjack-dev it has libjack-jackd2-0. Pd doesn't configure with jack when this lib is installed. Does it make

Re: [PD] matrix~

2013-10-14 Thread IOhannes m zmölnig
On 2013-10-14 16:44, Olivier Baudry wrote: Dear all in, Pd extended 0.43.4 on Mac OS Lion, matrix~ seems to be broken, it's not possible to use matrix connect or disconnect message. Maybe because message are not in wright syntax. as the author of [matrix~] (which has been renamed to

Re: [PD] Pd extended 0.43.4 on Mac OS Lion 10.7.5

2013-10-14 Thread IOhannes m zmölnig
hi On 2013-10-14 19:12, Olivier Baudry wrote: I report mysterious crash on Pd extended 0.43.4 on Mac OS Lion 10.7.5 i would be great if you could create a ticket at [1]. ideally the ticket would contain a description under which circumstances the problem occurs (e.g. only with a certain

Re: [PD] build pd with jack in raspbian on rpi?

2013-10-11 Thread IOhannes m zmölnig
On 2013-10-11 09:23, Julian Brooks wrote: checking for jack_set_xrun_callback in -ljack... no checking for jack_set_error_function in -ljack... no you have to install libjack-dev. a good start to install all/most packages needed to build jack (at least with the same features as the puredata

Re: [PD] [PD-announce] pdp 0.14.0

2013-10-11 Thread IOhannes m zmölnig
On 2013-10-11 15:04, Tom Schouten wrote: - - closing the glx window quits Pd without error :-( strange. for me window close doesn't work at all (tried on xmonad and xfce4) what window manager are you using? xfce4. if you cannot [close( the window, try closing the patch containing

Re: [PD] [PD-announce] pdp 0.14.0

2013-10-11 Thread IOhannes m zmölnig
On 2013-10-11 20:59, pured...@11h11.com wrote: for me many objects aren't working: pdp_conv_sobel_edge ... couldn't create pdp_gradient ... couldn't create pdp_motion_phase ... couldn't create but pdp_gain, pdp_glx, pdp_v4l, pdp_add etc are working. many pdp objects are really

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-09 Thread IOhannes m zmölnig
On 10/09/13 20:49, Mario Mey wrote: Sorry, I meant that I wanted to know the *time position* of the file, while playing. I know that I can put a [timer] and reset-activate it when readsf~ starts playing, but I would be great if readsf~ use the mostrigh outlet to output this information (always

Re: [PD] iem_tab can't create object

2013-10-06 Thread IOhannes m zmölnig
On 10/06/13 18:37, Jack wrote: Hello, I have a problem to use iem_tab library (tab_copy). I know about array get/set but my old patch use tab_copy. iem_tab compile fine. When i open externals/iem/iem_tab/tab_copy-help.pd, i get in pd console : tab_copy src dst ... couldn't create

Re: [PD] $1 inside a message is not saving data ?

2013-10-06 Thread IOhannes m zmölnig
On 10/06/13 13:12, Фывапр Олджэвич wrote: Dear PD-list . I found that in PD-extended 42.5 - the $1 inside a message is not saving data. Is it a bug ? see patch below. no, it's expected behaviour and has been like this since forever. a $arg in a messagebox will always be replaced

Re: [PD] $1 inside a message is not saving data ?

2013-10-06 Thread IOhannes m zmölnig
On 10/06/13 20:34, Ivica Ico Bukvic wrote: A programming language is a lot about being consistent, yes and as such it seems logical that a msg should retain its last known state, no. that's totally unrelated to being consistent. so that when receiving a bang it would output its last

Re: [PD] puredata.info partially down ?

2013-10-04 Thread IOhannes m zmölnig
On 10/03/13 18:07, Py Fave wrote: http://puredata.info/docs gives and members pages too yes, the server went down. unfortunately it also took the mailinglist with it... if you can read this message, it's up and running again. fgmads IOhannes signature.asc Description: OpenPGP digital

Re: [PD] Invalid autobuild download

2013-10-04 Thread IOhannes m zmölnig
On 10/03/13 19:38, Antoine Villeret wrote: hi, since this afternoon I can only download invalid archive from http://autobuild.puredata.info/auto-build/ or from http://apt.puredata.info/auto-build all downloaded files have a 0 byte size. I tried under 3 OS with 2 different internet

Re: [PD] autobuild wrong architecture

2013-10-04 Thread IOhannes m zmölnig
On 10/04/13 18:01, martin.pe...@sympatico.ca wrote: I get this on a dual P4 running debian squeeze: $ sudo dpkg -i Pd-0.44.0-extended-20131003-debian-squeeze-i386.deb dpkg: error processing Pd-0.44.0-extended-20131003-debian-squeeze-i386.deb (--install): package architecture (amd64) does

Re: [PD] Legal restrictions for apps

2013-10-04 Thread IOhannes m zmölnig
On 10/03/13 19:37, Pagano, Patrick wrote: There was quite a lot of discussion on the supercollider list about this too. Everyone is quick to share that you can't sell it. why shouldn't you be able to *sell* it. i don't see any reason for not being able to sell an app that made it into the

Re: [PD] Legal restrictions for apps

2013-10-04 Thread IOhannes m zmölnig
On 10/03/13 02:35, Dan Wilcox wrote: - I leave out [expr] [expr~] for now. The license in the expr src folder is LGPL, but the license in the source headers is GPL and the following is printed to console when first loading the external: expr, expr~, fexpr~ version 0.4 under GNU General

  1   2   3   4   5   6   7   >