[PD] [PD-announce] Muditulib: first test release

2014-05-02 Thread Funs Seelen
majority of) tonal music within the digital domain. For more information please have a look at http://muditulib.eu, read the README.txt or the Muditulib Reference Manual. Kind regards, Funs Seelen ___ Pd-announce mailing list pd-annou...@iem.at http

[PD] Selectors was: confused about $1 in messages

2014-01-21 Thread Funs Seelen
On Tue, Jan 21, 2014 at 10:02 AM, IOhannes m zmölnig wrote: > 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 > I don't see how this would prevent the mentioned confusion

Re: [PD] confused about $1 in messages

2014-01-21 Thread Funs Seelen
On Mon, Jan 20, 2014 at 7:30 PM, Jonathan Wilkes wrote: > I'm not sure why the people replying to you are feigning ignorance on how > this situation could possibly be confusing. > I'm not aware of feigning or having feigned ignorance. I was just pointing out about the same as you did, although I

Re: [PD] confused about $1 in messages

2014-01-20 Thread Funs Seelen
Hi Rolf, Try prepending the word "list" to make it a list . I assume $1 skips the first word as an indicator (if not a number; e.g. float, symbol, list) , while [list split] automatically makes lists and symbols out of the input. On Mon, Jan 20, 2014 at 3:34 PM, wrote: > > output: > this: two

Re: [PD] groove machine how to: keep metro and a loop in sync

2014-01-13 Thread Funs Seelen
Hi Filippo, You're welcome. You probably forgot to reply-to-all, but I added pd-list to the conversation. I hope you don't mind, but I do this ... a) to prevent ten people to answer the same question, not knowing that nine others are or have been spending time to do exactly the same, and b) for t

Re: [PD] groove machine how to: keep metro and a loop in sync

2014-01-11 Thread Funs Seelen
Hi Filippo, On Fri, Jan 10, 2014 at 6:57 PM, Filippo Beck Peccoz wrote: > > Inspired by a talk on groove by Victor Wooten, I'm working on a patch that > plays a wav loop repeatedly (drums) and then cuts the volume on the track > for a certain number of beats. The interval gets larger and larger,

Re: [PD] Ugly looking fonts in printed postscript patches on MacOsX

2013-12-10 Thread Funs Seelen
Hi Arda, Whatever script you use doesn't matter. The point is that you search and replace text in the ps-file, so open the file with a text editor (e.g. gedit). For me it usually works to change the following line for all textfields in the patch (e.g. use Ctrl-H): Old: 13 -0.0 0.0 0 false DrawT

Re: [PD] slide~ (msp) in pd

2013-10-28 Thread Funs Seelen
On Mon, Oct 28, 2013 at 10:05 AM, peiman khosravi wrote: > > > And on a related subject: what is the best way to create an exponential > signal ramp? > > A simpler way to get a similar result is to range the output to [0-1], just as described before, but then just take a power of it. The higher the

Re: [PD] slide~ (msp) in pd

2013-10-28 Thread Funs Seelen
On Mon, Oct 28, 2013 at 10:05 AM, peiman khosravi wrote: > Since I'm on a mailing spree: how can I make a pd version of slide~ (MSP), > which, according to the msp reference, is a logarithmic lowpass filter for > smoothing envelops. Anything similar will do. I'm using vline~ for now to > smooth ou

Re: [PD] pow~ question

2013-10-28 Thread Funs Seelen
On Mon, Oct 28, 2013 at 10:00 AM, peiman khosravi wrote: > According to the help patch, the argument of pow~ should initiate the > right inlet, but it doesn't seem to work. (Please see the attached patch.) > > [sig~] does accept creation arguments. That's a workaround.

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Funs Seelen
On Tue, Sep 24, 2013 at 6:13 PM, Alexandre Torres Porres wrote: > after some shots in the dark, adjustments and stuff, I was able to make it > work really well... thanks a lot again, will put this out hopefully soon > after I clean it up and include some features. Cheers > Great! Thank you for th

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Funs Seelen
On Tue, Sep 24, 2013 at 6:32 PM, Simon Wise wrote: > On 24/09/13 21:46, Funs Seelen wrote: > >> On Tue, Sep 24, 2013 at 3:35 PM, Alexandre Torres Porres >> wrote: >> >> so you're basically saying all i need to use is use only the real part, >>> right?

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Funs Seelen
On Tue, Sep 24, 2013 at 3:35 PM, Alexandre Torres Porres wrote: > so you're basically saying all i need to use is use only the real part, > right? > No, I meant that I have the idea that the imaginary part in the calculated coefficients will disappear automatically if you add complex conjugates f

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Funs Seelen
On Tue, Sep 24, 2013 at 3:08 PM, Funs Seelen wrote: > On Tue, Sep 24, 2013 at 2:50 PM, Alexandre Torres Porres > wrote: > >> one doubt emerges really soon anyway. Since they are complex (there are >> two coordinate numbers for each pole and zero) how do I get only one numb

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Funs Seelen
On Tue, Sep 24, 2013 at 2:50 PM, Alexandre Torres Porres wrote: > one doubt emerges really soon anyway. Since they are complex (there are > two coordinate numbers for each pole and zero) how do I get only one number > by, for example, summing or multiplying one pole to the other? as in: > > *b1* =

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Funs Seelen
On Tue, Sep 24, 2013 at 2:36 PM, Alexandre Torres Porres wrote: > > > This is the online tool: > http://kmt.hku.nl/~pieter/cgi-bin/resp/nph-PZT.cgi. > > damn, it says it cant load it here :P > It doesn't load here either. Perhaps the server is too busy since I put this link here and sent a thousa

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Funs Seelen
it's not some sort of straight formula, right? seems a bit > more complicated than that. > > cheers > > > 2013/9/23 Funs Seelen > >> On Mon, Sep 23, 2013 at 5:35 PM, Alexandre Torres Porres < >> por...@gmail.com> wrote: >> >>> >>>

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-23 Thread Funs Seelen
On Mon, Sep 23, 2013 at 5:35 PM, Alexandre Torres Porres wrote: > > thanks, here's a pic of what I have so far > > > https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-prn1/11212_10151872996046683_1825736206_n.jpg > Cool. > > > For extra inspiration you could have a look at PoZeTools > > It sur

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-23 Thread Funs Seelen
Hi Alexandre, Great that you're doing this! For extra inspiration you could have a look at PoZeTools (http://kmt.hku.nl/~pieter/SOFT/RESP/html/PoZeTools.html). It's great software by Pieter Suurmond. He's the one who taught me filter design and he probably has some info about Z-transform on his we

Re: [PD] [PD-announce] pd 0.45 test release

2013-08-18 Thread Funs Seelen
Hi Miller, Thanks for the new features! On Sun, Aug 18, 2013 at 3:51 AM, Miller Puckette wrote: > Hi all, > > Pd 0.45-0test1 is now up on http://crca.ucsd.edu/~msp/software.htm > or via git from sourceforge: > git clone git:// > pure-data.git.sourceforge.net/gitroot/pure-data/pure-data > gi

Re: [PD] Where is vanilla's makefile and other stuff located?

2013-07-07 Thread Funs Seelen
Hi Alexandros, On Sun, Jul 7, 2013 at 6:38 PM, Alexandros Drymonitis wrote: > Hi, > I'm coming back to this discussion after another attempt to build > Pd-vanilla 0.44-3 on Ubuntu 12.04. > When running ./autogen.sh I get the following: > > Can't exec "libtoolize": No such file or directory at /us

Re: [PD] Where is vanilla's makefile and other stuff located?

2013-06-27 Thread Funs Seelen
On Wed, Jun 26, 2013 at 7:46 AM, IOhannes zmölnig wrote: > On 06/26/2013 12:34 AM, Funs Seelen wrote: > > Hello Alexandros, > > The standard installation path for Pd in Ubuntu is /usr/local/lib/ > (except > > for the binary file /usr/bin). > > definitely not. >

Re: [PD] Where is vanilla's makefile and other stuff located?

2013-06-25 Thread Funs Seelen
Hello Alexandros, The standard installation path for Pd in Ubuntu is /usr/local/lib/ (except for the binary file /usr/bin). Afaik the makefile doesn't install itself somewhere. If you don't know navigate to your pd-source. If you don't seem to have them already type ./autogen.sh and a configure scr

[PD] [PD-announce] issiconvert

2013-06-05 Thread Funs Seelen
Hi all, Just a short announce of the release of `issiconvert', a pd library which does some simple conversions between integers and symbols: [int2shex] convert (int) float to symbol of a hexadecimal value with `0x' prefix [int2sdec] convert (int) float to symbol of a decimal value with `0

Re: [PD] [mp3write~] in PdVanilla, [declare -path]

2013-06-03 Thread Funs Seelen
Perhaps if you change "unauthorized" to "unauthorized/mp3write~". I was just dealing with the lib loading stuff today and I don't see any unauthorized.c in de source... ( http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/unauthorized/), so there might not be a possibiliy to load

Re: [PD] "musical" timing, something like Max´s "metrical timing Transport" and [metro 16n]

2013-03-21 Thread Funs Seelen
If you mean milliseconds to bpm and vice versa: minute = 60,000 ms; bpm * ms = 60,000; bpm = 60,000 / ms; ms = 60,000 / bpm; [120 \ | [t b f] | / [6( | / [/ ] | [500 \ Send this to the right inlet of [metro]. Then connect a counter [int ]/[+ 1]/[% 16] (outlet of the modulo to right

Re: [PD] playing sound files

2013-03-07 Thread Funs Seelen
On Thu, Mar 7, 2013 at 6:42 PM, Funs Seelen wrote: > that construction). [tabwrite~] prints the samples of the current > block to an array I mean `stores' the samples to an array, which can be visualized. ___ Pd-list@iem.at mailing list

Re: [PD] playing sound files

2013-03-07 Thread Funs Seelen
Hi Peter, On Mon, Mar 4, 2013 at 5:12 PM, Peter O'Doherty wrote: > Hi list, > > What is the best way of playing (long) sound files and visualising the > waveform and position in the file? I guess the fact that there hasn't been an (`on list') reaction yet is because there is no single clear answ

Re: [PD] OT: Alsa configuration debian squeeze

2013-02-25 Thread Funs Seelen
Today's update solved it :). The current alsa driver is 1.0.23. This one seems to work together well with the 24-bit `advanced driver' of the UA25EX. Sorry for bothering. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists

Re: [PD] OT: Alsa configuration debian squeeze

2013-02-21 Thread Funs Seelen
Hi Katja, On Thu, Feb 21, 2013 at 6:20 PM, katja wrote: > On my Panasonic cf-74 with Debian Squeeze 32 bit, audio in Jack and Pd will > only work properly after making a few settings with Gnome Alsa Mixer: > > - disable IEC958 > - enable capture > Rec Thanks for your quick response. To try your

[PD] OT: Alsa configuration debian squeeze

2013-02-21 Thread Funs Seelen
Hi list, Sorry for being a little off topic, but I hope to find a solution here. After spending many many hours trying to get the sound on my new machine working I feel I'm getting close, but need a last hint. I hope one of you could help me. After installing pulseaudio and editing ~/.asoundrc o

Re: [PD] Splitting Objects

2012-09-25 Thread Funs Seelen
Hi Thomas, On Tue, Sep 25, 2012 at 12:35 AM, Thomas Mayer wrote: > Is there any pitfall to that approach? One thing I need to take care for > are creation arguments. Anything else I need to consider? > Speaking about creation arguments: if none are given for abstractions the default value is alw

Re: [PD] variable send

2012-07-28 Thread Funs Seelen
Another way is to broadcast via a message starting with a semicolon. [6 \[0 \ || [pack 0 0] | [; $2-frq $1( [r 0-frq] | [6 \ --Funs ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/l

Re: [PD] +=~ object for pd

2012-07-16 Thread Funs Seelen
Hi Simon, On Mon, Jul 16, 2012 at 11:26 PM, Simon Iten wrote: > > is there a way to achieve this without the signal accumulator object? i feel > like there should be an easy solution but i can't seem to find it. any > hints? > If you mean the following, where x is the input and y the output.. y

Re: [PD] is there a way to send a bang precisely when a sample is looped using tabread4~?

2012-07-15 Thread Funs Seelen
On Sun, Jul 15, 2012 at 10:25 PM, Jim Kremens wrote: > > And, because metro runs on an interval, I don’t have sample accuracy. > Snapshot will not reliably give me the zero position – it’ll just give me > something close to zero, as it’s dependent on the metro interval, which has > no relation to

Re: [PD] scale ?

2012-07-12 Thread Funs Seelen
On Thu, Jul 12, 2012 at 3:45 PM, Фывапр Олджэвич wrote: > Hi ! > > how to do simple scaling in PD ? > > The simplest way is just with [* ], [/ ], [- ] and [+ ]. For example "0 --> 127" to "-1 --> 1": [/ 63.5] | [- 1] --Funs ___ Pd-list@iem.at mailing

[PD] [PD-annnounce] m2f_vst: midi to freq, variable semitone

2012-07-01 Thread Funs Seelen
Hi list, I'm happy to present my first external named [m2f_vst]. It calculates midi note to frequency (Hz), just like [mtof], but with a variable semitone to whole tone ratio. That means it makes it possible to play in temperaments 31 (ratio 3:5) and 19 (ratio: 2:3) equal division, as well as 12

Re: [PD] error, cant load knob on pd 0.43.1

2012-05-06 Thread Funs Seelen
Hi Roberto, [knob] is not part of pd-vanilla. You could choose [vsl] or [hsl] instead. --funs ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-07 Thread Funs Seelen
On Wed, Mar 7, 2012 at 1:32 PM, Funs Seelen wrote: > > I had the same problem on ubuntu 11.04. Before the first build I forgot to > configure with the "--enable-jack" flag. After reconfiguring/-building jack > still wasn't available (both command line and media window)

Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-07 Thread Funs Seelen
Hi IOhannes, Jack, Pd-list, On Wed, Mar 7, 2012 at 12:29 PM, IOhannes m zmoelnig wrote: > > first of all, make sure to remove all traces from previous built > attempts using src/configure. > > > I had the same problem on ubuntu 11.04. Before the first build I forgot to configure with the "--enabl

Re: [PD] [OT] Music Notation in linux

2012-02-28 Thread Funs Seelen
Hi Andrew, I use Lilypond very often and I think it's a great tool for music notation. It contains the possibility to notate ancient and non-western music as well. It's easy to write reusable templates for different styles of music. The main disadvantage (compared to f.e. Sibelius) is that due to

Re: [PD] simple_synth.zip from flossmanual

2012-01-22 Thread Funs Seelen
A student recently noticed that their site was down or download link not working. Now it seems to be working again: Their site: http://notahat.com/simplesynth Download Mac OSX: http://notahat.com/downloads/SimpleSynth-1.1.zip --Funs ___ Pd-list@iem.at

Re: [PD] install Pd on ubuntu without internet; video-playback codec windows?

2011-12-04 Thread Funs Seelen
On Sun, Dec 4, 2011 at 1:36 AM, Johnny Mauser wrote: > Dear list! > > i am trying to install pd-extended 0.42.5 on ubuntu 10.04 and am a total > beginner with any linux. I was so happy to manage to install ubuntu, but > now the Package Installer asks for more and more dependencies. My machine > is

Re: [PD] receiving messages in [expr] ?

2011-08-25 Thread Funs Seelen
On Thu, Aug 25, 2011 at 5:32 PM, Andrew Faraday wrote: > I'm liking the look of this to streamline a few patches. Only trouble is > there doesn't seem to be an audio rate version. So Funs' patch will give you > zipper noise. [value] doesn't seem to have an audio alternative. Which is > fine as it

Re: [PD] receiving messages in [expr] ?

2011-08-25 Thread Funs Seelen
On Thu, Aug 25, 2011 at 2:43 PM, tim vets wrote: > > something like [expr myvalue] and [v myvalue]? > gr, > Tim > > I didn't know that one. Thanks! [hsl] | [/ 127] | [v headphonesafe] [noise~] | [*~ 99] | [clip~ -1 1] | [expr~ $v1*headphonesafe] |\ | \ [dac~] --Funs _

Re: [PD] PdCon11 / Berlin? (was: Pure Data Convention Registration form)

2011-07-04 Thread Funs Seelen
2011/7/3 Max > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > it's a question of money. two busses for 80 people are 1190.00 euros. > stay tuned. > 80 / 5 * 39 = 624 624.00 euros for 80 people with 16 Schoenes-Wochenende-Tickets. http://www.bahn.de/p/view/angebot/regio/schoenes_wochenende_

Re: [PD] pd crashed

2011-06-19 Thread Funs Seelen
2011/6/19 IOhannes m zmölnig > > i would highly appreciate if people would report such bugs [1], rather > than mentioning them casually in a sidenote. > > I'm sorry for not following the proper procedure. Although I'm using Pd a lot I wasn't familiar with this bug tracker. Now I am and reported t

Re: [PD] pd crashed

2011-06-18 Thread Funs Seelen
2011/6/18 Cody Loyd > The problem is not that is just didn't save... So dang. > > Pd has been crashing more often for me lately, with no more terminal > output than "Segmentation fault"... Is there a log somewhere where I > can try to see what's causing these? > > I also had this problem lately

Re: [PD] Ubuntu Linux to Mac OSX Question

2011-05-18 Thread Funs Seelen
Hi Brian, I'm on OSX now and just copied both text files to Textedit where I saved them with UTF-8 encoding. I was able to open both with Pd-0.43-0 and Pd-0.42-5 (except for the objects of libraries I haven't loaded). 2011/5/18 Brian K. Shepard > Other than the coordinates and order of objects

Re: [PD] Ubuntu Linux to Mac OSX Question

2011-05-17 Thread Funs Seelen
2011/5/15 Brian Shepard > Greetings, > > I have a student using Pd-extended on Ubuntu Linux, and I am using > PD-extended in Mac OSX. When he sends me a file created on his computer, I > can't open it, and get something like the following in the console: > > error: #N: no such object > error: #X

[PD] Pd-Con 2011: group travelling & accommodation wiki

2011-05-11 Thread Funs Seelen
Hi list, I added a page to the Pd-Con-wiki to discuss group travelling and accommodation. http://www.uni-weimar.de/medien/wiki/Pure_Data_convention_2011/Group_Travelling_%26_Accommodation Max, if that wasn't up to me feel free to remove or change it (or tell me to). Kind regards, Funs

Re: [PD] msg to abstractions

2011-05-05 Thread Funs Seelen
2011/5/5 Jeppi Jeppi > Hey, many thanks to all for such great tricks&hacks! > > The trick to route messages to a named subpatch turned out to be a > chicken-egg problem if the subpatches are to be built dynamically as I > need...thanks for the nice idea anyway :) > though "obsolete" (?) that [na

Re: [PD] msg to abstractions

2011-05-05 Thread Funs Seelen
2011/5/5 Claude Heiland-Allen > On 05/05/11 11:56, Claude Heiland-Allen wrote: > >> On 05/05/11 10:31, Jeppi Jeppi wrote: >> >>> Adding prefix to the abstraction names is not elegant, as that would >>> require previously creating n abstractions, named [1_boo] , [2_boo] >>> and so on...clumsy >>>

Re: [PD] msg to abstractions

2011-05-05 Thread Funs Seelen
Hi Jeppi, 2011/5/5 Jeppi Jeppi > Hi again, > just another question regarding the pd-msg system. Say I have two > parametrized abstractions [boo 1] and [boo 2] loaded in my patch. When I > send a message to them to dynamically create some objects inside, I send it > as > [obj 20 30 metro 100(---

Re: [PD] Pd 0.43 Vanilla under Ubuntu

2011-04-29 Thread Funs Seelen
Hi Olsen, I had the same problem (ubuntu 10.04 & pd-0.43-0). This is what I did to solve it: Remove the existing bin-folder of the previous version (pd-0.42-5 (vanilla)); $ sudo rm -r /usr/local/lib/pd/bin install the new version; $ cd ~pd/src/pd-0.43-0/src $ ./configure --enable-jack $ sudo m

Re: [PD] turning an osc on and off

2011-03-17 Thread Funs Seelen
2011/3/17 Coralie Diatkine > Hello everyone > > I'm trying to do something simple : turn on and off an osc alternatively > and with random time intervals. How would you do that ? > > [tgl] [metro 100] [osc~] [random 2] | [$1 5( | [line~] | / |

Re: [PD] Output a value in an array as a bang

2010-08-20 Thread Funs Seelen
2010/8/19 João de Brito Vidigal > Hi guys! Here I am with my troubled mind! > I've been looking at this for hours and I can't seem to find an answer. > I've actually been dreaming about all this for days! > Well... Finally I made it with the list for ON/OFF values! > With some modifications on Fr

Re: [PD] [min~] [max~] [closest2zero~??]

2010-08-01 Thread Funs Seelen
Thank you Mathieu & Cyrille! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] [min~] [max~] [closest2zero~??]

2010-08-01 Thread Funs Seelen
Hello, Has anyone ever found a trick or built an object to use the value closest to zero like [min~] does for lowest and [max~] for highest? Something like (for two signalvalues (f and g)): if (f > 0, g > 0) use [min~] if (f < 0, g < 0) use [max~] else set signal to 0, or value = (f + g) /

Re: [PD] Fwd: Disabling of packages to build...

2010-08-01 Thread Funs Seelen
> > I am on Gentoo-Linux, which I freshly installed a month ago. With > > > the Gentoo system I had previously I experimented with pd-overlay > > > and ebuilds, which are not supported by the Gentoo crew, which tends > > > to make things more complicated than easier. > > > The current system h

Re: [PD] Fwd: Disabling of packages to build...

2010-08-01 Thread Funs Seelen
2010/8/1 > Hi, > > ok, I will try it again...fingers crossed... > > > Funs Seelen [10-08-01 05:20]: > > -- Forwarded message ------ > > From: Funs Seelen > > Date: 2010/7/31 > > Subject: Re: [PD] Disabling of packag

[PD] Fwd: Disabling of packages to build...

2010-07-31 Thread Funs Seelen
-- Forwarded message -- From: Funs Seelen Date: 2010/7/31 Subject: Re: [PD] Disabling of packages to build... To: meino.cra...@gmx.de 2010/7/31 > Hello Funs, > > Funs Seelen [10-07-31 22:28]: > > Hello Meino, > > > > 2010/7/31 > > >

Re: [PD] Disabling of packages to build...

2010-07-31 Thread Funs Seelen
Hello Meino, 2010/7/31 > Hi, > > while fighting for a successful compilation of Pd-0.41.4-extended > the build process falls over a certain package which I have now > decided to exclude. > > Where can I disable the build and install of packages from > Pd-extended? > > What do you mean with

Re: [PD] PDROOT and installing iemguts

2010-06-21 Thread Funs Seelen
Ow, and for other users in future: whatever you refer to as "the pd-package" > " http://sourceforge.net/projects/pure-data/files/pure-data/0.42.5/pd-0.42-5.src.tar.gz/download " or whatever version you are using. ___ Pd-list@iem.at mailing list UNSUBSCR

Re: [PD] PDROOT and installing iemguts

2010-06-21 Thread Funs Seelen
Thank you very much IOhannes! there is none. > I'm glad not to keep on looking for something that's not there, but then the README.txt might be confusing for others as well. > right. anyhow: > $ find ~ -name "g_canvas.h" > Thank you for that as well ;) ../language/german/mit_freundlichen_grue

Re: [PD] PDROOT and installing iemguts

2010-06-21 Thread Funs Seelen
Well okay, I'm back where I was a couple of days ago. I downloaded the pd-package again and used that as PDROOT. 'make' created a couple of green-coloured "*.l_i386"-files again, but 'make install' still outputs: "make: *** No rule to make target `install'. Stop." How do I get a rule to make target

[PD] PDROOT and installing iemguts

2010-06-20 Thread Funs Seelen
Hello list, Unfortunately I'm not succesful installing iemguts. "PDROOT should point to a directory wherein there is a src/-subdirectory containing the sources of the Pd you are running" How can I figure out which directory that is? There seems to be no src-directory containing anything like tha

Re: [PD] weighted average (or ?)

2010-06-16 Thread Funs Seelen
x / y or x * (1 / y) What's the difference? Funs ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] weighted average (or ?)

2010-06-16 Thread Funs Seelen
Hey Joao, Connect all the sliders to a [+ ] object and then divide the single output of every slider by that sum (output of [+ ]). You'd probably need a [trigger f f] directly under each slider. Is that an answer to what you asked for? If it's an additive synth you're builiding you don't want to c

Re: [PD] missing tcl library pd-0.42-5 eeebuntu 4.0

2010-06-11 Thread Funs Seelen
Thanks for the information. Because there were no versions of tk8.*-dev in synaptic nor available with aptitude I had to download and install manually: "Error dependency not satisfiable" for all versions I tried. Only Tcl8.5-dev could get installed but did't fix the problem. Hmmm... ___

[PD] missing tcl library pd-0.42-5 eeebuntu 4.0

2010-06-11 Thread Funs Seelen
Hello, I'm trying to install pd-0.42-5 on my new netbook running EB 4.0. It says there are no tcl libraries. I tried to install tcl8.5 using 'sudo apt-get install tcl8.5' and it seem to work. Still './configure' in pd/src/ could't find any tcl library. I also downloaded tcllib-1.12 from sourceforg

Re: [PD] Where is the object reference documentation?

2010-06-07 Thread Funs Seelen
Could be. I'll have a look at it -- thanks for the link. In general, > however, I would suggest that a website-based multi-page manual is always a > bad idea, for two reasons: First, because it's not searchable. Second, > because it's an invitation to the author to jumble things up and leave some >

Re: [PD] Question About Arrays

2010-06-07 Thread Funs Seelen
(.. and now for the whole list:) > maybe "Put" menu arrays should have an option to do this as well. I agree on that! I once built a sequencer controlled by arrays in which I could draw amplitude-envelopes in realtime. I wasn't able to limit it to zero. >> However, the array object (which I doub

Re: [PD] Question About Arrays

2010-06-07 Thread Funs Seelen
2010/6/7 Funs Seelen > > maybe "Put" menu arrays should have an option to do this as well. > > I agree on that! I once built a sequencer controlled by arrays in which I > could draw amplitude-envelopes in realtime. I wasn't able to limit it to > zero. > >

Re: [PD] Where is the object reference documentation?

2010-06-07 Thread Funs Seelen
As far as it concerns standards for documentation and especially coding, have a look at the pd-dev list. If you have experience with writing you can propose solutions there I guess. Also there have been threads about good documentation within this pd-list. I remember a discussion about help-files w

Re: [PD] Question About Arrays

2010-06-06 Thread Funs Seelen
As you're able to draw outside of the array you're obviously able to tabwrite outside it. To help yourself in this case I would limit the input to the [tabwrite] object. [moses] does that trick. If you set the argument to 20 every number up to 20 goes to the left outlet, 20 and above to the right

Re: [PD] Where is the object reference documentation?

2010-06-06 Thread Funs Seelen
Typing "pure data object list" in google leads you straight to the flossmanual, which contains useful documentation about pd (and other Free-Licensed-Open-Source-Software), including object-lists. For not all existing libraries are in pd-extended probably not all existing objects will show up on th

Re: [PD] url for archives?

2010-06-06 Thread Funs Seelen
Try this one. http://www.mail-archive.com/pd-list@iem.at/ Change pd-list to for example pd-dev to view archives of the other lists. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] live-connection pd and textfile?

2010-06-06 Thread Funs Seelen
Hello pd, Wouldn't it be nice to live-connect between the textfile and pd? For example typing text like <#X connect 0 0 1 0;>, execute (like in Supercollider) to let pd show up the connection. And vice-versa creating and object in pd that becomes immediately visible in the textfile. As far as i k