Re: [PD] weighted average (or ?)

2010-06-19 Thread Frank Barknecht
On Wed, Jun 16, 2010 at 01:25:09PM +0200, João Pais wrote: > I was going to program something, but wanted to see if someone hasn't done > it before. I needed a "weighted average" (probably the name is incorrect, I > just made it up), that is: considering an x number of sliders going from 0 > to 1,

Re: [PD] software license for pd general patch?

2010-06-29 Thread Frank Barknecht
Hi, On Tue, Jun 29, 2010 at 11:17:34AM +0200, João Pais wrote: > Not that it would pay off anyway, but any deterrent is better than no > deterrent. Pardon my slightly sexist language here, but: IMO the best way to deter is this to have big balls! :) Write patches that are so amazingly rad and

Re: [PD] hackable monster mouse

2010-06-30 Thread Frank Barknecht
On Wed, Jun 30, 2010 at 02:34:34AM +0200, Dan Wilcox wrote: > Checkout the Warmouse. > > It looks like a nice hackable base for a custom pd controller ... better make > sure [hid] is ready for it Hans! Looks a bit similar to the DuoCon playstation controllers: http://www.play-asia.com/paOS-13-71

Re: [PD] delay time changing

2010-07-05 Thread Frank Barknecht
loat into [del] cancels all running delays and set the new output-bang to happen delayed by the value of the float. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and acc

Re: [PD] get the position of the mass in the same order than the creation with MSD

2010-07-08 Thread Frank Barknecht
Hi, On Thu, Jul 08, 2010 at 02:13:34AM +0200, Jack wrote: > I have a problem with MSD (exactly [MSD2D]). When i send [bang, get > massesPos mamasse( to [MSD2D], the output order of the positions of the > masses is not the same that the one which was given during the creation. Maybe you'd like to

Re: [PD] get the position of the mass in the same order than the creation with MSD

2010-07-09 Thread Frank Barknecht
Hi, On Thu, Jul 08, 2010 at 10:21:52AM +0200, cyrille henry wrote: > i haven't tested physigs yet (i probably missed the announcement), but > it look great. > > but why would link has to be computed in message? > it is look very unoptimized... Yeah, it's the main drawback. Without this fallback,

Re: [PD] get the position of the mass in the same order than the creation with MSD

2010-07-10 Thread Frank Barknecht
Hi, On Fri, Jul 09, 2010 at 07:18:22PM +0200, cyrille henry wrote: > a MSD link in pure vanila pd, that would be awesome! I did run [physigs] on the iPhone with RjDj already and even with the link-force-distribution made with messages, it's no problem to run a chain for scanned synthesis that is

Re: [PD] get the position of the mass in the same order than the creation with MSD

2010-07-12 Thread Frank Barknecht
Hi Georg, On Sat, Jul 10, 2010 at 01:13:52PM +0200, Georg Bosch wrote: > physigs looks awesome. And it even comes with a video presentation & > a paper. Wow. Thanks a lot - I welcome any feedback. > Am 10.07.2010 um 10:36 schrieb Frank Barknecht: > > > >I also started

Re: [PD] Pd concert video

2010-07-13 Thread Frank Barknecht
Hi, On Tue, Jul 13, 2010 at 06:48:42PM +0900, PSPunch wrote: > (2010/07/13 12:58), Toby Sinkinson wrote: > >wow, really liked this! Are you a fan of the work of Asa Chang at all? > > Funny you noticed.. is he well known out of Japan? Not enough, I'd say. I tried to gave them some more visibilit

Re: [PD] benevolent dictator? (was: 2d multiple preset interpolation?)

2010-07-13 Thread Frank Barknecht
Hi, On Tue, Jul 13, 2010 at 11:48:18AM +0200, Roman Haefeli wrote: > Personally, I'd prefer to not auto-load anything at all, which would > also encourage a nice patching style with explicitly loading the > required libraries. I'd be interested to hear what others think about > the matter. I wo

Re: [PD] benevolent dictator? (was: 2d multiple preset interpolation?)

2010-07-13 Thread Frank Barknecht
Hi, On Tue, Jul 13, 2010 at 12:43:08PM +0200, Roman Haefeli wrote: > Last time I checked, [declare] indeed was working inside abstractions. Depends on what you call "working" ... Quoting the help file: WARNING: you might want to avoid putting "declare" statements inside abstractions, a

Re: [PD] benevolent dictator? (was: 2d multiple preset interpolation?)

2010-07-13 Thread Frank Barknecht
Hi, On Tue, Jul 13, 2010 at 11:07:08AM -0400, Mathieu Bouchard wrote: > On Tue, 13 Jul 2010, Frank Barknecht wrote: > > >I would love a proper way for Pd vanilla/core to load libraries > >into abstractions. I know of [import] but most of my abstraction > >libraries targ

Re: [PD] Args for a patch

2010-07-22 Thread Frank Barknecht
On Wed, Jul 21, 2010 at 06:46:23PM -0400, Michal Seta wrote: > I recently fantasized about such functionality when I needed to run a > patch on 5 different computers where some things needed to be setup > differently depending on which computer they were running and I solved > that with a simple s

Re: [PD] Auto unique number tagging of gui objects

2010-07-27 Thread Frank Barknecht
Hi, On Mon, Jul 26, 2010 at 05:15:58PM -0700, saint wrote: > Is there a way to scan a patch (and then it's child subpatches and theirs > etc. etc.) and assign a unique consecutive number to each graphical object? There are some Python-modules to access and edit .pd-files, maybe these can help. A

Re: [PD] change list order according to their first element

2010-07-27 Thread Frank Barknecht
Hi, On Tue, Jul 27, 2010 at 02:00:39PM +0100, Claude Heiland-Allen wrote: > On 27/07/10 12:56, Libero Mureddu wrote: > >Hello, > >I'm trying to realize something like that: I have different lists that > >I have to sort in ascending order according to their first element, > >but I cannot find a sol

Re: [PD] Auto unique number tagging of gui objects

2010-07-27 Thread Frank Barknecht
Hi John, On Tue, Jul 27, 2010 at 12:29:49PM -0700, saint wrote: > Okay Frank thanks for the tips. > > I was thinking of wrapper abstractions but I think I'll just have to > go the rjdj route. I've always been a bit perplexed by sssad, do you > recommend examining the rjdj abstractions to learn?

Re: [PD] CPU saving strategies

2010-08-02 Thread Frank Barknecht
like here: [...] |\ | [0\ <- a numberbox | [...] This way it's easier to remove them later, when you're finished debugging your patch. Make that a habit. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ _

Re: [PD] feedback of individual sample

2010-08-09 Thread Frank Barknecht
On Mon, Aug 09, 2010 at 04:21:45AM -0700, ronni montoya wrote: > Hello pd list , i was wondering if its possible in pd to feedback > individual samples? If yes, can anybody point me in the right > direction to achieve this? Minimum feedback amount is one block, so if you set your blocksize to 1 wi

Re: [PD] [LAU] squeakyshoecore / GarageAcidLab patches

2010-08-09 Thread Frank Barknecht
___ > Linux-audio-user mailing list > linux-audio-u...@lists.linuxaudio.org > http://lists.linuxaudio.org/listinfo/linux-audio-user -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] Issue with Gaussian Noise

2010-08-10 Thread Frank Barknecht
Hi, I made two generators for Gaussian white noise, one using DSP, the other as message based version. Both use the same algorithm, but the histogram analysis of both shows a defect with the message version: The histogram has a visible "valley" around the central expectation value, so it doesn't l

Re: [PD] pd on ipad with externals

2010-08-10 Thread Frank Barknecht
Hi, On Tue, Aug 10, 2010 at 11:07:55AM +0100, João Pais wrote: > but to make patches run, they have to be programmed in vanilla, > right? and it's not possible to do reatime control like input > numbers, or anything more than the touchpad control? > > or is it possible to use pd-ext in the iphone

Re: [PD] pd on ipad with externals

2010-08-11 Thread Frank Barknecht
Hi, On Tue, Aug 10, 2010 at 12:42:52PM -0400, Hans-Christoph Steiner wrote: > That said, you can build Pd for iPhoneOS, run it from the cmd line, > then load externals. Then you can use the [apple/multitouch] to get > data from the touch. Just to make it clear: RjDj supports multitouch as well,

Re: [PD] Issue with Gaussian Noise

2010-08-11 Thread Frank Barknecht
Hi, On Wed, Aug 11, 2010 at 12:17:14AM -0400, Martin Peach wrote: > Yes it is the reason for the valleys. Your random is on [-0.5,0.5] > instead of [-1,1]. Ah, of course, how silly. > Also an uncertain execution order in the log divide part needs one > of those [tff]s. Oops, I overlooked this

Re: [PD] pd on ipad with externals

2010-08-11 Thread Frank Barknecht
Hi, On Tue, Aug 10, 2010 at 06:44:09PM +0100, Andy Farnell wrote: > I wasn't aware that Apple are doing this. > This is interesting and important to me. > Frank and I are two of the principle authors > of rjlib (in fact there are many others including > Chris McCormick and many Pd artists who > h

Re: [PD] Issue with Gaussian Noise

2010-08-11 Thread Frank Barknecht
On Wed, Aug 11, 2010 at 09:44:13AM +0200, Roman Haefeli wrote: > On Wed, 2010-08-11 at 00:17 -0400, Martin Peach wrote: > > On 2010-08-10 04:32, Frank Barknecht wrote: > > > Also an uncertain execution order in the log divide part needs one of > > those [tff]s. > &

Re: [PD] ofxPd addon for openFrameworks

2010-08-15 Thread Frank Barknecht
ks.cc/forum/viewtopic.php?f=10&t= > > cheers, > damian > -- > damian stewart . @damiannz . dam...@frey.co.nz > frey . contemporary art . http://www.frey.co.nz > > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIB

Re: [PD] Change CPU rules and another unrelated question

2010-08-16 Thread Frank Barknecht
On Mon, Aug 16, 2010 at 01:11:53AM +0200, Pierre Massat wrote: > I have two questions: > Is there a way i could tell my laptop to use a certain cpu rule from within > Pd? In a previous post I was advised to change the cpu rules so as to > prevent the processor from lowering it's frequency. I am sli

Re: [PD] prepending osc messages with a tag

2010-08-16 Thread Frank Barknecht
t usable in my case. > > Looking forward to good and inspiring ideas! > > P > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list -- Frank Barknecht

Re: [PD] object that only outputs list when it changes?

2010-08-17 Thread Frank Barknecht
nilla way to compare two lists. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] "new wrap incompatible object" error

2010-08-17 Thread Frank Barknecht
libs) or by installing libraries not in pd-x (sssad, rj, ...) etc. Pd-extended is a more powerful, but in fact less standardized platform than Pd-vanilla w/o externals. It's in its nature. Ciao -- Frank BarknechtDo You RjDj.me? _ __

Re: [PD] unchange detection

2010-08-17 Thread Frank Barknecht
common need on many occasions. For this, [delay] is a great object because it resets the scheduled delay whenever it receives a new bang. A simple activity monitor could look like this: [r is_there_something_happing] | [bang] | [delay 1000] | [s nothing_happened_during_the_last_second!] Ci

Re: [PD] Using dual processor to manage 2 Pd at the same time

2010-08-17 Thread Frank Barknecht
~] may be worth a look to distribute load on more cores but ... > No idea... I still run a single-core all day long. ... me, too. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UN

Re: [PD] List with variable number of floats

2010-08-17 Thread Frank Barknecht
Hi João, On Tue, Aug 17, 2010 at 04:30:00PM +0100, João de Brito Rocha Reis Vidigal wrote: > Here's what I wanna do: > > I have 18 slot for audio and video to play. There can be one playing, none or > even um to the 18. > These slots are to be triggered randomly. > Is there a possibility of sto

Re: [PD] List with variable number of floats

2010-08-17 Thread Frank Barknecht
rnals called [urn] in Cyclone and zexy). Ciao -- Frank On Tue, Aug 17, 2010 at 06:28:06PM +0200, Frank Barknecht wrote: > Hi João, > > On Tue, Aug 17, 2010 at 04:30:00PM +0100, João de Brito Rocha Reis Vidigal > wrote: > > Here's what I wanna do: > > > > I

Re: [PD] List with variable number of floats

2010-08-17 Thread Frank Barknecht
Hi, On Tue, Aug 17, 2010 at 06:40:16PM +0200, tim vets wrote: > see attachment > uses tabdumb and list-idx > chooses one of 18 'onn/off states' in a table randomly and flips it I think, this also isn't wat Joao wanted, but there is a more direct approach to flipping, see attm. Ciao -- Frank #N

Re: [PD] List with variable number of floats

2010-08-18 Thread Frank Barknecht
On Wed, Aug 18, 2010 at 12:33:16AM +0100, João de Brito Rocha Reis Vidigal wrote: > Sorry guys... It seems I'm not getting all the responses to the threads. > I know this because I'm receiving the "packs" of daily threads and in them > I'm seeing messages I'm not getting... > Some of those messag

Re: [PD] selecting 1 output signal from multiple input signals

2010-08-20 Thread Frank Barknecht
On Fri, Aug 20, 2010 at 09:36:39AM -0400, Johnny Ferguson wrote: > On 08/20/2010 02:36 AM, Andy Farnell wrote: > > > > > >Would [throw~] and [catch~] solve this problem > >for you by allowing several sends to sum at one bus? > > > > That will make things a little easier, but I'll still need to tur

Re: [PD] selecting 1 output signal from multiple input signals

2010-08-20 Thread Frank Barknecht
On Fri, Aug 20, 2010 at 06:31:24PM +0200, IOhannes m zmölnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/20/2010 06:01 PM, Frank Barknecht wrote: > > Apart from that, iem_mtx has some powerful matrix multiplaction objects > > for signals (iem_mul~ i

[PD] Font weirdness with 0.43test

2010-08-20 Thread Frank Barknecht
Hi, attached screenshot shows a comparison of the font, I use with Pd on Debian Squeeze: FreeMono. I start Pd with "-font-face FreeMono", no size or weight options. My patches usually use size 10 as default, this also is used on the screenshot. It seems that 0.43 scales the font to be one step t

[PD] tk version weirdness with 0.43test2

2010-08-20 Thread Frank Barknecht
Hi, and another one: I have both tk8.4 (the default on Squeeze) and tk8.5 installed, -deve packages come from 8.5 only: robbi:~# dlocate -l tk8 Desired=Unknown/Install/Remove/Purge/Hold Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed ||/ Name Version

Re: [PD] tk version weirdness with 0.43test2

2010-08-20 Thread Frank Barknecht
test as well. Ciao -- Frank On Fri, Aug 20, 2010 at 07:09:16PM +0200, Frank Barknecht wrote: > Hi, > > and another one: I have both tk8.4 (the default on Squeeze) and tk8.5 > installed, -deve packages come from 8.5 only: > > robbi:~# dlocate -l tk8 > Desired=Unknown/Install

Re: [PD] tk version weirdness with 0.43test2

2010-08-20 Thread Frank Barknecht
On Fri, Aug 20, 2010 at 07:18:20PM +0200, Frank Barknecht wrote: > sorry for a quick self-reply: I "hacked" it by setthing the default wish > to wish8.4 with "update-alternatives --config wish" to wish8.5 of course... ___ P

Re: [PD] Font weirdness with 0.43test

2010-08-20 Thread Frank Barknecht
On Fri, Aug 20, 2010 at 10:17:27AM -0700, Miller Puckette wrote: > I don't know how to do this in a way that's portable across platforms... > this has been a huge unsolved problem for years :) Hehe, yeah, I'm used to tears. :) Anyway in my quick test the GUI rewrite seems to have degraded a bit i

Re: [PD] Font weirdness with 0.43test

2010-08-21 Thread Frank Barknecht
Hi, On Fri, Aug 20, 2010 at 03:14:57PM -0300, Bernardo Barros wrote: > nice: > pd -jack -font-face Inconsolata -font-size 12 It seems that this will just make all your patches default to a font size of 12 (check with Edit->Font), it will not make your 10px font become bigger. Ciao -- Frank ___

Re: [PD] tk version weirdness with 0.43test2

2010-08-21 Thread Frank Barknecht
Hi, On Fri, Aug 20, 2010 at 09:00:31PM +0200, IOhannes m zmölnig wrote: > i guess this is because frank (and cyrille, btw) used miller's build > system ("cd pd/src; ./configure; make") rather than the new shiny > automake system ("cd pd; ./autogen.sh; ./configure; make") Yeah, indeed. I think, th

Re: [PD] signal objects inside dynamically created abstractions?

2010-08-21 Thread Frank Barknecht
Hi, On Sat, Aug 21, 2010 at 12:00:38AM +0200, Peter Plessas wrote: > Pd's dsp is switched on. > Creating an abstraction inside a subpatch by internal pd messages like > [obj 10 10 abstraction< > The tilde objects inside this abstraction do not work unless Pd's dsp is > toggled (off and on again).

[PD] Window placement weirdness with 0.43test2

2010-08-21 Thread Frank Barknecht
Hi, now this weirdness is very weird: My window manager (openbox 3.4.11.1-1) places the windows of 0.43test2 in a completely different way than with previous versions of Pd, and unfortunatly in a vey unusable way. Plain "File->New" windows or [pd]-subpatch canvas windows are placed with the upper

Re: [PD] newline in comment

2010-08-21 Thread Frank Barknecht
Hi, On Sat, Aug 21, 2010 at 12:47:22PM +0200, tim vets wrote: > Is there a way to put newlines in comments that stay there after closing and > reopening a patch? Not that I know of. > I pasted some text from elsewhere and don't want to have to break it up into > 50 separate comments. Poor Tim

Re: [PD] Font weirdness with 0.43test

2010-08-23 Thread Frank Barknecht
Hi, On Sat, Aug 21, 2010 at 01:39:08PM -0400, Mathieu Bouchard wrote: > BTW I've been using Pd-Extended's Linux/OSX default font size as the > basis for all my patches for making my last 400 patches or so. I've used Pd vanilla for all my patches so far, with a "10" font-size, whatever that is in

Re: [PD] Window placement weirdness with 0.43test2

2010-08-23 Thread Frank Barknecht
On Sat, Aug 21, 2010 at 01:16:10PM -0700, Miller Puckette wrote: > I'm getting similar behavior using evilwm and hope to look into it :) I found this TODO comment in pdtk_canvas.tcl: #TODO: http://wiki.tcl.tk/11502 # MS Windows #wm geometry . returns contentswidthxcontentsheight+decorationTop+dec

Re: [PD] Problems with "pool" object

2010-08-23 Thread Frank Barknecht
On Mon, Aug 23, 2010 at 08:47:24PM +0100, João Martins wrote: > When I create a "pool" instance and open the help patch and then try to > close it (this is the fastest way to test, since it produces the same output > as putting a fid_class object into the patch), this is what I get at the > termina

Re: [PD] Problems with "pool" object

2010-08-24 Thread Frank Barknecht
On Tue, Aug 24, 2010 at 09:33:53AM +0100, João Martins wrote: > Well... I'll test to see if it is really a problem between pool and xsample > (they both work on my Mac), and not GEM. Did you notice that if I take Gem > out, pool and xsample stop having problems? Ah, no, I overlooked that. Then I w

Re: [PD] abstraction precedence

2010-08-30 Thread Frank Barknecht
On Fri, Aug 27, 2010 at 11:51:52AM +0200, cyrille henry wrote: > create a abs folder in the patch folder > put your abstraction in it > create [abs/abstraction_name] object Technically it's the same as renaming the files, so Matteo would still need to find/replace how objects. Ciao -- Frank ___

Re: [PD] abstraction precedence

2010-08-30 Thread Frank Barknecht
this: http://puredata.info/docs/tutorials/TipsAndTricks#replacing-a-lot-of-objects-in-a-lot-of-pd-patches Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Window placement weirdness with 0.43test2

2010-09-01 Thread Frank Barknecht
etting Pd position windows: Window positions are also saved for (open) subpatches, a fact, that I sometimes exploit to create patches with several windows next to each other. Ciao -- Frank BarknechtDo You RjDj.me? _ __foot

Re: [PD] [PD-announce] soundhack pd & max externals

2010-09-01 Thread Frank Barknecht
On Tue, Aug 31, 2010 at 07:44:57PM -0700, Tom Erbe wrote: > We have just released the first complete version of the SoundHack > externals for PD & Max. > ... > This package is available (free) at http://www.soundhack.com/externs.php Thanks for making these avaiable. Am I right in assuming that th

Re: [PD] return a list of externals

2010-09-10 Thread Frank Barknecht
On Fri, Sep 10, 2010 at 10:55:27AM -0700, Kim Cascone wrote: > is there a way to get a list of all the externals used in a patch? > other than by hand of course... > I see nothing in pd --help Yeah, that would be a cool feature, but it's not there AFAIK. It's also a bit tricky. For one thing ther

Re: [PD] Introduction to elementary filter components in Pd

2010-09-12 Thread Frank Barknecht
es/Audio-EQ-Cookbook.txt These objects are all Pd vanilla abstractions, so they should run on every flavour of Pd and you can change and play around with them easily. A good read also is the "The Scientist and Engineer's Guide to Digital Signal Processing": http://www.dsp

Re: [PD] prime numbers

2010-09-12 Thread Frank Barknecht
ll/1000.txt They are included twice to allow random and sequential access to the first 1000 primes. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ 1000primes.pd Description: application/puredata ___ Pd-list@iem.at m

Re: [PD] Hi, new user. Question about max/msp and PD

2010-09-13 Thread Frank Barknecht
ng to some global receiver. Read from this with [select] to get a kind of Max-5's [timepoint] clone. See, there's no magic behind these new Max 5 features, they just unified a bit what all Max/Pd users do anyway in their patches. Ciao -- Frank BarknechtDo You RjDj.me?

Re: [PD] Guitar distortion (Chebyshev?)

2010-09-13 Thread Frank Barknecht
patch is 129 points wide, i guess the sound would improve if i > made it larger, wouldn't it? Yes. > This is all very exciting for me right now! I always thought distortion > could not be properly modelised, but the stuff i've tried today sounds > pretty good to me.

[PD] [PD-announce] Noise of Cologne 1

2010-09-14 Thread Frank Barknecht
This new CD will be available soon showcasing some electronic/noise/impro/... music from Cologne, Germany. See below for the press release. At least two tracks were made with Pure Data: 03. Frank Barknecht - Beauty 04. Siegfried Koepf - Square Maybe others tracks use Pd as well, but that I

Re: [PD] Pd-extended 0.42.5 release candidate 6 released!

2010-09-16 Thread Frank Barknecht
Hi, On Wed, Sep 15, 2010 at 06:57:39PM -0400, Hans-Christoph Steiner wrote: > If Pd-extended 0.42.5 also looks at /usr/lib/pd, then someone could > install Gem 0.93 there and Pd-extended would use it. Doesn't Pd-extended also look somewhere in $HOME? What if a user installs Gem there? Ciao --

Re: [PD] Latency

2010-09-17 Thread Frank Barknecht
Hi, On Fri, Sep 17, 2010 at 03:54:25PM +, Ed Kelly wrote: > Ah! I have an H2, although I've never considered it anything other than a > recorder (for the same sh*tty reason) well, try it. All USB audio devices have the same (driver) latency, so any will do as far as latency is concerned. Che

Re: [PD] Latency

2010-09-18 Thread Frank Barknecht
makes Linux support diffictult, to say the least. For USB 1 the standard was widely adopted and works very well on Linux (some say better than on Windows). Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@

Re: [PD] sssad in pd-extended?

2010-09-21 Thread Frank Barknecht
Hi, On Sat, Sep 18, 2010 at 06:03:34AM -0400, Dan Wilcox wrote: > I think this has been asked before, but why isn't sssad included in > pd-extended? It's stable and I've been using it for quite some time > and I know its getting plenty of use in rjlib. Apart from being packaged as its own Debian

Re: [PD] markov chains?

2010-10-02 Thread Frank Barknecht
d its way into the rj library, more specifically into the [c_markov] and [m_markovanal] objects. Their help files contain useful info and examples. Get the rj library at: http://github.com/rjdj/rjlib, it works with a pure vanilla Pd setup, so installation is a breeze. Ciao -- Frank Barknecht

Re: [PD] markov chains?

2010-10-02 Thread Frank Barknecht
it's more cleaned up in the rj-version. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ markov-chain-maker.tgz Description: GNU Unix tar archive ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-manag

Re: [PD] Shuffling arrays

2010-10-04 Thread Frank Barknecht
Hi, On Mon, Oct 04, 2010 at 03:07:52PM +0200, Lorenzo wrote: > I guess if you only need to *read* elements of the array you could > also use the [urn] object from cyclone feeding a [tabread]. Or the [urn] from Zexy or urne.pd from purepd or the identical c_urn.pd from the rj library, the abstract

Re: [PD] Vline~ subsample accuracy clarification

2010-10-11 Thread Frank Barknecht
ntrol streams": http://www-crca.ucsd.edu/~msp/techniques/latest/book-html/node43.html It explaines the time interpolation, too Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] PD panner

2010-10-12 Thread Frank Barknecht
then send the position as a number between 0 and 360. You can also change the width or spikiness by sending to the global receiver [s COSPAN-WIDTH]. Its value is used a a [pow] exponent. The output of [cospan] at the first outlet is between 0 and 1. The second outlet generates messages suitable for

Re: [PD] PD panner

2010-10-14 Thread Frank Barknecht
sources and sinks, [*~] works just fine. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] Another Feature Extraction Library

2010-10-20 Thread Frank Barknecht
__ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] line: grain rate and delta

2010-10-21 Thread Frank Barknecht
eck that doesn't require any externals. See attachement. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ line-rate.pd Description: application/puredata ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] line: grain rate and delta

2010-10-21 Thread Frank Barknecht
ta] from maxlib. I attached its help file. Btw.: Your delta.png can be simplyfied a bit as: [t f f] \/ /\ [- ] Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ help-delta.pd Description: application/puredata ___

Re: [PD] sample playback question

2010-10-26 Thread Frank Barknecht
o make drum-samplers. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] sample playback question

2010-10-26 Thread Frank Barknecht
ixer from ggee [player~] basically fixes your problem just with its polyphony, so the advice from my previous mail should help with your issue the same way. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.a

Re: [PD] Clearing and Copying an array

2010-10-27 Thread Frank Barknecht
idFlow's > > [#for 0 1024] > | > [t a a] > | `--. > [#tabread from] | > | | > [#tabwrite to]--' e) The "BSP method": [tabplay~] | [tabwrite~] optionally in an upsampled subpatch. Ciao -- Frank BarknechtDo You RjDj.me? _ __f

Re: [PD] manipulation of symbols?

2010-11-02 Thread Frank Barknecht
why not learn Lua now and use the pdlua external to write your own powerful text manipulation objectsr? Or Python, but pdlua is much easier to install. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@i

Re: [PD] Non-Linear Quantization / Bitcrush

2010-11-03 Thread Frank Barknecht
g. Rounding or flooring is at the core of bitcrusher effects as in the rj library, too, so you should have no problem to apply this to signals. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ quantized.pd Descrip

Re: [PD] Phase and impulse response measurement

2010-11-04 Thread Frank Barknecht
d docs can be useful. Check out for example H10.measurement.pd and replace the [bp~] with whatever you would like to measure. It's using a swept-sine method. Pure Measurement is a complete toolkit written in Pd for these kinds of things: http://www.hoertechnik-audiologie.de/downloads/Pur

Re: [PD] Preset saving with SSSAD

2010-11-18 Thread Frank Barknecht
Hi, if you're using the latest version of sssad (which also is two years old or so), then you can use the "saveonly" message to save only the settings of one sssad instance. Also see how it's done in the rj library. Ciao -- Frank On Wed, Nov 17, 2010 at 04:51:20PM +0100, András Murányi wrote: >

Re: [PD] 200 voices of timbre-space navigation

2010-11-23 Thread Frank Barknecht
Hi, On Mon, Nov 22, 2010 at 12:47:43PM -0500, Hans-Christoph Steiner wrote: > These are based on voicepoly/voicepolywrap, which aims to be an > easy-to-use replacement for nqpoly4. Is there a special reason tha I'm missing for voicepoly using [initbang] instead of [loadbang]? Ciao -- Frank _

Re: [PD] [PD-announce] many - a library for managing many instances

2010-11-23 Thread Frank Barknecht
Hi Hans-Christoph, just a quick note before I take a deeper look: The archive 0.0.20101122 misses [bundle], instead it has polypoly. You can of course keep polypoly in, if you like. :) Ciao -- Frank On Mon, Nov 22, 2010 at 04:49:49PM -0500, Hans-Christoph Steiner wrote: > I finally got off my d

Re: [PD] [PD-announce] many - a library for managing many instances

2010-11-23 Thread Frank Barknecht
Hi Hans, these look pretty cool and very useful. The rj library has two polypoly-like objects as well: [u_makepoly] and [u_robinpoly] (of course the latter don't require any externals or modifications to vanilla Pd). I have found in some benchmarks, that the [inlet]---[route 0 1 2 3 ...] techniq

Re: [PD] 200 voices of timbre-space navigation

2010-11-23 Thread Frank Barknecht
On Tue, Nov 23, 2010 at 11:57:26AM -0500, Hans-Christoph Steiner wrote: > On Nov 23, 2010, at 3:52 AM, Frank Barknecht wrote: >> Is there a special reason tha I'm missing for voicepoly using [initbang] >> instead of [loadbang]? > > It makes the coding much easier,

Re: [PD] [PD-announce] many - a library for managing many instances

2010-11-23 Thread Frank Barknecht
When I launch u_makepoly-help.pd straight from rjdj/rjlib/rj, I get > this: > soundoutput > ... couldn't create This is normally provided by the RjDj app, so it's not part of the lib. It's available here https://github.com/rjdj/rjlib/tree/master/pd/ of just copy o

Re: [PD] 200 voices of timbre-space navigation

2010-11-24 Thread Frank Barknecht
On Tue, Nov 23, 2010 at 01:23:44PM -0500, Hans-Christoph Steiner wrote: > > On Nov 23, 2010, at 12:32 PM, Frank Barknecht wrote: > >> I didn't look in detail at how [getdir] is used, but for the rj poly >> objects we just require that the things you want to create d

Re: [PD] Simple Subtractive Synth filter envelope

2010-11-24 Thread Frank Barknecht
nell and included in rj, like the s_ejun Juno clone. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Simple Subtractive Synth

2010-11-24 Thread Frank Barknecht
quot; in a waveform produce aliassing that is not *that* bad. Bandlimiting is made with spliced transitions which according to my personal taste sounds phatter than the sinesum approach. Ciao -- Frank BarknechtDo You RjDj.me? _

Re: [PD] Reasoning behind PD opening multiple copies of the same patch

2010-11-25 Thread Frank Barknecht
rying to say is: Pd and Vim and many other programs may allow shooting yourself more easily than typical Apple software, but OTOH they allow various different "lifestyles". Or put differently: If you don't like to have two copies of the same patch open, then don't

Re: [PD] Preset saving with SSSAD

2010-11-25 Thread Frank Barknecht
patch] with connections and connect the first one to an inlet. 3.1) Optionally: Connect [u_loader]'s outlet to an outlet and route incoming "save" messages to its inlet to save settings in the parent patch, e.g. with [u_cocollect] 4) Call you abstractions with unique tags as fir

Re: [PD] variable receive objects?

2012-05-12 Thread Frank Barknecht
a settable route with [select], check out the sroute.pd example in the [list]-abs collection. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ rs-set.pd Description: application/puredata r-set.pd Description: application/puredata s-set.pd Description:

[PD] Current PMPD binaries for Win and Mac?

2012-05-17 Thread Frank Barknecht
could make them available? Thanks a lot. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Current PMPD binaries for Win and Mac?

2012-05-17 Thread Frank Barknecht
On Thu, May 17, 2012 at 11:36:46AM +0200, Nicolas Montgermont wrote: > Here are the mac bins from august 2011 Wonderful, thanks a lot! Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing l

Re: [PD] list.element in mtl?

2012-05-26 Thread Frank Barknecht
st an atom-thin wrapper around [packel $1], so you could use that instead. If you want to avoid externals, you could build something with two [list split] objects or message boxes with "set, adddollar". For negative indices, just substract the index from [list length] Ciao -- Frank Ba

Re: [PD] list.element in mtl?

2012-05-26 Thread Frank Barknecht
On Sat, May 26, 2012 at 09:45:38AM +0200, Frank Barknecht wrote: > On Wed, May 23, 2012 at 02:34:13PM -0400, Dafydd Hughes wrote: > > Hi folks > > > > I may be wrong here: is mtl meant to replace pdmtl? > > > > If that's the case, am I crazy or is

Re: [PD] [pd] tables as patch storage

2012-06-17 Thread Frank Barknecht
On Thu, Jun 14, 2012 at 11:29:10PM -0400, Billy Stiltner wrote: > so there are 3 builti ways to do some sort of patch storage - msgbox, > table, and txtfile. 4) "data structures" i.e. the [struct] object and relatives. Ciao -- Frank Barknecht

Re: [PD] [TogEdge] - anything else ?

2012-06-21 Thread Frank Barknecht
Hi, On Wed, Jun 20, 2012 at 05:29:49PM +0200, tim vets wrote: > don't know if it matters if the tgl isn't visible, > but i guess you could also use: > [i ]X[== 0] That would be *much* faster than using the [tgl]. You can squeeze a little bit more performance out of it if you use [f ] instead of [i

Re: [PD] running Pd with a timer for an installation?

2012-07-09 Thread Frank Barknecht
not a clock. If you want to quit Pd at a certain time, [date] from the zexy library is fine, or you can use your operating system's scheduling mechanisms to start a little script to quit Pd gracefully via "pdsend" and a [netreceive] in your patch. Ciao -- Frank Barknecht

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