Re: [PD] recursive controls problem

2014-05-09 Thread Frank Barknecht
Hi, you could use a "set $1"-message to only set the slider's display value without letting it propagate the new value to its outlet. Ciao -- Frank On Fri, May 09, 2014 at 01:24:34AM -0400, plutek infinity wrote: > greetings! > > i'm sure this is a simple prob

Re: [PD] declare and abstraction

2013-10-08 Thread Frank Barknecht
like: In patch.pd: [declare -path . -path dir1 -path dir2 -path dir1/abstraction1 -path dir2/abstraction2] Note that the first path that I always set is to the current directory (".") - it's useful to have as well. Ciao -- Frank On Tue, Oct 08, 2013 at 02:50:

Re: [PD] reading tables indices with liner interpoation

2013-10-05 Thread Frank Barknecht
me time ago, it's attached. Ciao -- Frank tabread-lin-help.pd Description: application/puredata tabread-lin.pd Description: application/puredata ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Sum of delays...

2013-09-24 Thread Frank Barknecht
ve any input through their inlets, their receives or by mouse don't use any CPU ressources. So feel free to keep them wherever you want. But when you control the patch via tablet, make sure you completly bypass the GUI objects for maximum performance. Ciao -- Frank

Re: [PD] Sum of delays...

2013-09-23 Thread Frank Barknecht
the feedback loop using > a [delread~ feedbuf 0] object, you can bypass the problem with > feedback loops (stack overflow) and can create audio feedback > networks. Yeah, but actually the goal here was to avoid introducing any delays and that's only possible if you avoid feedback as

Re: [PD] Sum of delays...

2013-09-20 Thread Frank Barknecht
are not possible. Ciao -- Frank On Fri, Sep 20, 2013 at 09:04:03AM -0300, Mario Mey wrote: > Thanks Frank, I understand the way Pd uses the sort. But I have to > tell you that my patch has a Sound Router, as the attached file > shows. With that router, I have different possibilitie

Re: [PD] Sum of delays...

2013-09-19 Thread Frank Barknecht
ead of subpatches you can use abstraction, but you have to connect these just as you have connected the subpatches. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE an

Re: [PD] Sum of delays...

2013-09-19 Thread Frank Barknecht
s * 10 = 13ms of delay because > of using that objects? Block delays with non-local connections will only happen if you don't do order forcing. But if you are careful, you will have zero delay. Ciao -- Frank Barknecht _ __footils.org__ ___

Re: [PD] u_samplekit2 text file formatting

2013-09-15 Thread Frank Barknecht
Hi, great to hear that you've solved it. Maybe you can add [declare -path .] to you toplevel main Pd file to add its directory to the search path. Then you can use it as a main point of reference for relative path names. Ciao -- Frank On Sat, Sep 14, 2013 at 03:26:37PM -0700, Joe N

Re: [PD] Scaling values in pd

2013-09-02 Thread Frank Barknecht
> Is in PD a similar easyly way to scale values? You can use an abstraction like m_scale.pd from the ri-library (attached) for this. Or just divide by 127 and multiply with 500. :) Ciao -- Frank Barknecht _ __footils.org__ m_scale.pd Descripti

Re: [PD] Reading txt file inside folder

2013-08-30 Thread Frank Barknecht
file] inside. All this is not dependent on the operating system, so it will work on OS-X, Linux, iOS, Android, etc. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] CPU usage of GUI objects in subpatches

2013-07-15 Thread Frank Barknecht
data] | | [hsl ...] |/ [s data-out] Maybe this has changed now with the latest versions, so I would recommend to benchmark it again. Ciao -- Frank On Sun, Jul 14, 2013 at 12:16:24PM -0400, Ivica Ico Bukvic wrote: > AFAIK none--if it is not visible, its gui calls are ignored. > From: p

Re: [PD] l2ork: SSSAD loads but doesn't save presets

2013-06-24 Thread Frank Barknecht
[print] these receivers to debug if no data is received. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Crossfade between 2 rj lib save states?

2013-05-14 Thread Frank Barknecht
ion system. By using a different block size in the subpatch and bigger tables, you can also extend this to bigger preset list sizes. And it still is very fast - much faster than if you would use a message based approach which involves list unpacking and so on. Ciao -- Frank Barknecht

Re: [PD] Crossfade between 2 rj lib save states?

2013-05-13 Thread Frank Barknecht
med [u_sssad]. There are some additional goodies, but basically that's it. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Crossfade between 2 rj lib save states?

2013-05-13 Thread Frank Barknecht
two running side by side? I would suggest you make some kind of wrapper. You can remote-control all rj parameters via sends and receives, so it's probably not necessary to change the rj state management itself. Ciao -- Frank Barknecht

Re: [PD] vanilla replacement for polygate~ ?

2013-03-26 Thread Frank Barknecht
ll no polygate~: You get nocrossfades and of course no [inlet~]s. I'd just just patch a [dekagate~] abstraction with 10 fixed inputs and proper fading for Pd vanilla. It's useful to have anyway and you only do it once. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Expression challenge 2013

2013-03-19 Thread Frank Barknecht
nd patched the inside manually. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] IBM & PureData

2012-11-08 Thread Frank Barknecht
Hi, I actually had considered naming the "Blocked Signal Processing (BSP)" idiom which I presented at LAC 2010 "Interrupted Block Mathematics" at first. I didn't. Ciao -- Frank On Thu, Nov 08, 2012 at 10:58:26PM +0900, i go bananas wrote: > illogical bandwidth m

Re: [PD] list vs. symbol array [was: Re: Licensing issues]

2012-11-08 Thread Frank Barknecht
. So [makefilename %d-tab] is doing something different. You should not use m_symbolarray to replace it. Only use a symbolic array, where you need it. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-li

[PD] list vs. symbol array [was: Re: Licensing issues]

2012-11-06 Thread Frank Barknecht
On Mon, Nov 05, 2012 at 11:38:00AM -0800, Jonathan Wilkes wrote: > - Original Message - > > From: Frank Barknecht > > > > On Mon, Nov 05, 2012 at 08:26:17AM -0800, Jonathan Wilkes wrote: > >> How many table names total were there in the patch that wa

Re: [PD] Licensing issues (was rjdj is gone, robotcowboy is coming ...)

2012-11-05 Thread Frank Barknecht
ieve me, just do some benchmarks on your own and compare array access with list filtering. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://

Re: [PD] Licensing issues (was rjdj is gone, robotcowboy is coming ...)

2012-11-05 Thread Frank Barknecht
utlined above, and please do so, if you don't run into problems. But if a) the number of names (i.e. the list length) gets large or b) you have to activate this idiom many, many times, you can hit a wall. And it's quite easy to make a) and b) with sample players if you play polyphon

Re: [PD] Licensing issues (was rjdj is gone, robotcowboy is coming ...)

2012-11-04 Thread Frank Barknecht
rs to table-names in a generic sample player. Ciao -- Frank Barknecht _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Open midi files in PD Vanilla?

2012-08-13 Thread Frank Barknecht
uot; that does the necessary conversions on the fly. rj is availabe at https://github.com/rjdj/rjlib (c_seqplay is pure vanilla) Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] list-abs

2012-07-13 Thread Frank Barknecht
to load it, use "-path" instead. 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] 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

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

2012-06-21 Thread Frank Barknecht
use [f ] instead of [i ]. Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

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] 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] 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] 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

[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] 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:

Re: [PD] state of memento.

2012-04-17 Thread Frank Barknecht
base future preset handling on the [sssad] abstraction. It's also usually not shipped by the Pd-extended maintainer (maybe it is in the latest version, I didn't check), but because it's a single Pd vanilla abstraction, it is very easy to use just everywhere. Ciao -

Re: [PD] hslider/vslider - mismatch of input and output

2012-04-02 Thread Frank Barknecht
go, in 2006: http://sourceforge.net/tracker/?func=detail&aid=1556206&group_id=55736&atid=478070 It happens, if the slider's range is not divisible by its pixel size. A 100px slider 0...100 is fine, a 100px slider 0 ... 127 is not. Ciao -- Frank B

Re: [PD] rtc lib help patch revisions

2012-03-30 Thread Frank Barknecht
On Wed, Mar 28, 2012 at 02:46:12PM -0700, Jonathan Wilkes wrote: > Thanks.  On that page it says: > Thanks to Frank Barknecht and others, RTC-lib is available for Pd (Pure > Data). Download from khz96.org. Frank?  Should I sent the revisions to you to > commit? Yeah, I ported RTC to

Re: [PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-30 Thread Frank Barknecht
has already happened: list-len.pd was counting the output of [list-drip] before [list length] was introduced, which is now the sole object inside of list-len.pd Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd

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

2012-03-27 Thread Frank Barknecht
On Tue, Mar 27, 2012 at 11:38:13AM -0400, Mathieu Bouchard wrote: > Le 2012-03-27 à 17:37:00, Frank Barknecht a écrit : > > >On Tue, Mar 27, 2012 at 08:04:37AM -0700, Jonathan Wilkes wrote: > >>>From: Mathieu Bouchard > >>>(Of course, there are externals, bu

[PD] list-abs and externals [was: Re: [pd] tables as patch storage]

2012-03-27 Thread Frank Barknecht
ternals inside of the list-abs-abstractions without having to change the surrounding patches. I already sketched this approach four years ago: http://lists.puredata.info/pipermail/pd-list/2008-12/066571.html Ciao -- Frank ___ Pd-list@iem.at mailing lis

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

2012-03-27 Thread Frank Barknecht
does that mean? Matju is teasing me as maintainer of list-abs as a vanilla-based library, deliberatly jumping to the wrong conclusion I would despise externals. But I ignored the remark. Or actually now I didn't. Ciao -- Frank ___ Pd-list@iem.

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

2012-03-27 Thread Frank Barknecht
ox. Miller's help-files are crammed full with message boxes used as patch storage. Patch-level storga it nice for toplevel patches, but often not really useful in abstractions, when each abstraction instance needs a different state, although they all share the same patch file. Ciao -- F

Re: [PD] [PD-announce] Pduino 0.5 maintenance release

2012-03-19 Thread Frank Barknecht
lsen's version for a while now. It's much improved and easier to get running on Pd installations including vanilla-based ones because it avoids relying on the Pd-extended path layout where unneccessary. Hans forgot to mention where to get it: https://github.com/reduzent/pduino C

Re: [PD] Re : Re : store and manipulate multiple lists

2012-03-18 Thread Frank Barknecht
ical operations repeat again and again in almost the same way. It's like the [f ]x[+ 1] counter: At first it's hard to understand, but later you'll just do it without thinking. Attached is a working sort patch. Ciao -- Frank BarknechtDo You RjDj.me? _

Re: [PD] Re : store and manipulate multiple lists

2012-03-17 Thread Frank Barknecht
\ [set $0-f x] Then sorting is just a message "sort" to the subpatch receiver, afterwards dump the lists again using basically the opposite from above. You're only interested in the "data" array now. Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] vline~ precision, or sequentially segmented playback of a buffer

2012-03-14 Thread Frank Barknecht
e it should be possible to correct the timing issues of the offset inlet with some additional calculations involving [timer] and [bang~] that take into account that this inlet is only updated at block boundaries. It's probably a bit tricky to get right, but I suppose it could work. Ciao -

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-13 Thread Frank Barknecht
haviour has been changed in the newest release to not allow list-messages containing OSC-messages as first item anymore, breaking some old patches without any urgent necessity. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-13 Thread Frank Barknecht
the OSC path, unless the selector is "list" > where the first element of the message is considered the OSC path'. "The first element in the incoming message is considered the OSC path." :) No mentioning of selectors, list-message, meta-messages needed to document it here, unles

Re: [PD] vline~ precision, or sequentially segmented playback of a buffer

2012-03-13 Thread Frank Barknecht
at the turnaround points where clicks are expected anyway. The offset-index of [tabread4~] is a message inlet that is not timing accurate, [tabread4~] will use the value from here at a different time than [vline~] uses its own copy of the value, leading to clicks. Ciao -- Frank Barkn

Re: [PD] mrpeach routeOSC behaves differently then its previous release?

2012-03-13 Thread Frank Barknecht
m] suddenly. It's not like in [route] where [route list] is indeed needed sometimes (or was needed before [list trim] appeared). One could just as well define [routeOSC] as an objectclass that routes pure OSC-messages as well as OSC-messages that are embedded in a "list

Re: [PD] vline~ precision, or sequentially segmented playback of a buffer

2012-03-12 Thread Frank Barknecht
about 88 > samples (or 44 samples for each half of the triangle wave). This actually is a limitation of [metro] which has a lower boundary of 1 millisecond. If you replace it with a metro-clone based on a feedback'd [delay] you can get lower periods. Ciao -- Frank Barknech

Re: [PD] tunetof scl2pd.py

2012-03-12 Thread Frank Barknecht
have expr in it anymore. You can get it here: http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/abstractions/footils/tunetof/ I don't remember anymore if the latest version deals correctly with non-octave tunings, it may not. What exactly did you change here? Ciao -- Frank Barknec

Re: [PD] tunetof scl2pd.py

2012-03-09 Thread Frank Barknecht
and don't need to run scl2pd.py again. 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] pdlua and tclpd: now embedded in Pd-extended 0.43

2012-02-27 Thread Frank Barknecht
the blue PIL! http://www.lua.org/pil/ For starters the online 1st edition is fine, but I still recommend to buy the second edition: The PIL is one of the best books on programming in general in my opinion, and you will probably learn a lot that you can use in other languages as well. Ciao -- Frank Barknech

Re: [PD] sigmund list sort

2012-02-26 Thread Frank Barknecht
On Sat, Feb 25, 2012 at 02:45:38PM -0500, Mathieu Bouchard wrote: > Le 2012-02-25 à 09:34:00, Frank Barknecht a écrit : > >> Yes, exactly. I often use data structures, well, as data structures and >> almost never use them for scores in a UPIC sense. > > What's UPIC ?

Re: [PD] sigmund list sort

2012-02-25 Thread Frank Barknecht
On Sat, Feb 25, 2012 at 09:38:20AM +0100, Frank Barknecht wrote: > Hi, > > On Fri, Feb 24, 2012 at 01:26:54PM -0500, Mathieu Bouchard wrote: > > I have Pd-extended 42.5 that contains Michał Seta's sort, which used to > > be cubic (O(n³)) and with even lower sortin

Re: [PD] sigmund list sort

2012-02-25 Thread Frank Barknecht
t runs in > O(n) and uses O(log n) stack. > > I don't know any more recent version of list-abs. To me the home of [list]-abs is the CVS repository, but I'm a bad boy who practically never does proper "releases". Ciao -- Frank BarknechtDo

Re: [PD] sigmund list sort

2012-02-25 Thread Frank Barknecht
#x27;t even any drawing instructions-- the only > reason > he's using x is because that's the field the canvas "sort" method uses. Yes, exactly. I often use data structures, well, as data structures and almost never use them for scores in a UPIC sense. Ciao -- Frank Bar

Re: [PD] Resonant filter using cpole~ czero~

2012-02-25 Thread Frank Barknecht
On Fri, Feb 24, 2012 at 12:46:13PM -0500, Mathieu Bouchard wrote: > Le 2012-02-24 à 09:07:00, Frank Barknecht a écrit : > >> I made it "half signal-rate": The object accepts signal parameters, but >> these are just linearly interpolated internally, i.e. they don't

Re: [PD] sigmund list sort

2012-02-24 Thread Frank Barknecht
ot; which I didn't try in my quick patch.) Ciao -- Frank On Sat, Feb 18, 2012 at 09:58:50AM -0800, Miller Puckette wrote: > I believe there's no good way to do this in pd vanilla. THere should be > a 'list sort' but I haven't figured out what would be the best d

Re: [PD] [PD-announce] Japanese Pure Data book is out now.

2012-02-24 Thread Frank Barknecht
Hi, wonderful! I really like the cover, too. I just found that BNN International also has an Englisch announcement here: http://bnn-international.blogspot.com/2012/02/this-is-basic-how-to-book-about-pure.html All the best, -- Frank On Mon, Feb 20, 2012 at 05:38:00PM +0900, Seiichiro

Re: [PD] Resonant filter using cpole~ czero~

2012-02-24 Thread Frank Barknecht
On Sun, Feb 19, 2012 at 11:33:28AM -0500, Mathieu Bouchard wrote: > Le 2012-02-03 à 09:46:00, Frank Barknecht a écrit : > >> Most filters in the rj library (https://github.com/rjdj/rjlib) use a >> similar approach. They even include a biquad-clone written with >> ele

Re: [PD] sigmund list sort

2012-02-24 Thread Frank Barknecht
hod borrowed from Pd's data-structures for sorting. The problem here is not so much the sorting algorithm, which is very fast and can sort way more than 125 items. However copying the list to a data structure and back - this currently indeed has a problem with stack-overflows, as I'm now

Re: [PD] two arguments for udpsend OSC message?

2012-02-13 Thread Frank Barknecht
our message box to convert to a list-message. 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] sdtout converts symbol with space to list

2012-02-07 Thread Frank Barknecht
e to mean a space within a > symbol, but the printer doesn't handle it. [stdout] does handle spaces in symbols, but not in combination with the [t a] in front of it, only when it receives the spaced-out symbol directly. I guess there is something shady with [stdout]'s anything-method

Re: [PD] Equal-power crossfade?

2012-02-06 Thread Frank Barknecht
This has its roots indeed in the use of fading identical signal(s). If you use different input sounds, the CP-fade gives nicer results. Attached is an example that uses the linear/cp crossfades from the rj-library as subpatches and fades two different signals and then the same s

Re: [PD] Equal-power crossfade?

2012-02-06 Thread Frank Barknecht
om you as it gets to the center, it will move as if on an oval. Avoiding this kind of movement is the motivation for CP-panning. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNS

Re: [PD] Equal-power crossfade?

2012-02-06 Thread Frank Barknecht
On Mon, Feb 06, 2012 at 02:42:01PM +0100, Frank Barknecht wrote: > Hi, > > On Mon, Feb 06, 2012 at 02:22:34PM +0100, Pierre Massat wrote: > > I need a simple equal-power crossfade between two signals. I asked the same > > question a few years ago, but i just can&#x

Re: [PD] Analog square wave?

2012-02-06 Thread Frank Barknecht
ased wave full force! :) 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] Equal-power crossfade?

2012-02-06 Thread Frank Barknecht
sin(p) * signal where p is in radians from 0 to PI/2 (i.e. multiply your 0...1 panning by 1.5708...) Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-man

Re: [PD] Resonant filter using cpole~ czero~

2012-02-03 Thread Frank Barknecht
have any ideas, or patches we can share? Most filters in the rj library (https://github.com/rjdj/rjlib) use a similar approach. They even include a biquad-clone written with elementary filters. Some are modelled after the classic reson-filters used since CSound times. Ciao -- F

Re: [PD] precision of vline~ and/or pd messaging

2012-01-26 Thread Frank Barknecht
Hi, On Wed, Jan 25, 2012 at 10:38:06AM +0100, João Pais wrote: >>> and here a link to a thread with iohannes and lyon: >>> http://markmail.org/message/7usetdchjlqyk3eu#query:+page:1+mid:7usetdchjlqyk3eu+state:results >> >> Actually it's Frank and Eric.

Re: [PD] precision of vline~ and/or pd messaging

2012-01-25 Thread Frank Barknecht
putting these 2 objects in a row gives a very > precise metro. > > > and here a link to a thread with iohannes and lyon: > http://markmail.org/message/7usetdchjlqyk3eu#query:+page:1+mid:7usetdchjlqyk3eu+state:results Actually it's Frank and Eric. :) The thread still sums up what

Re: [PD] my phase vocoder example implemented in polar form

2012-01-10 Thread Frank Barknecht
ative. > > Sounds fine, perfect looping, thanks to [expr] Isn't this actually very similar to the simpler and faster [wrap~] (see attachment)? [wrap~] is different in that it will also wrap around for values larger than twice the loop size and it will wrap around in negavite areas as we

[PD] [PD-announce] 7. November 2011: "Patchbay" in Cologne

2011-11-01 Thread Frank Barknecht
ktronische Steckplatinen mit Arduinos befüllt oder Circuit Bending macht - hier seid ihr richtig und findet Gleichgesinnte. Es gibt Getränke. Beste Grüße, -- Die Leute aus der Stöpselbucht: Dirk, Frank, Tobias, Tobias, Volker uvm. Dear Friends, we're happy to invite you to the next Patchba

Re: [PD] sigmund~

2011-09-30 Thread Frank Barknecht
be expected! Instead use [dbtorms] here, and [rmstodb] for the undo-operation. The attached file shows these operations in action. More reading stuff: http://en.wikipedia.org/wiki/Amplitude http://www.iu.edu/~emusic/acoustics/amplitude.htm Ciao -- Frank dB-and-more.pd Description: applicat

Re: [PD] Output numbers consecutively, one at a time in PD

2011-09-13 Thread Frank Barknecht
1 2 3 a b c] | | [0\ <- change with a counter, then bang the [list] | | | [set, adddollar $1( |/ [$1( Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] "Chord" by me

2011-09-11 Thread Frank Barknecht
nacht-2011.html Streams: http://www.wdr.de/wdrlive/wdrplayer/wdr3player.html Best, -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-10 Thread Frank Barknecht
ng > into a message or object box. Editor conversions again. To see how the "type system" works, you should go to the source code where you will discover that it allows "symbols that look like a number", because the data-carrying part of a symbol is a char*. Ciao -- Frank B

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-09 Thread Frank Barknecht
patch as a non-numeric string with no white space, semicolons, or commas". Note the "appears in a patch", which again hints at the well-known "feature" of the editor to convert things that look like numbers to floats. Same chapter: "It is possible to type messages

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-09 Thread Frank Barknecht
to symbols, which I think is not what you proposed. Anyway I checked, and in m_chorddict I didn't exactly use it like I described (memory was playing tricks on me), so it's not a good example. Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-06 Thread Frank Barknecht
, they change the mode of [select] or [route], they make [15] be [f 15] etc.), that it seems to me that some small changes here could open a Pandora's Box and the sole reason for this IMO is legalistic pedantry. Numbers maybe already are overloaded with automagic. However I would like to see some

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-05 Thread Frank Barknecht
Hi, On Mon, Sep 05, 2011 at 02:34:30PM -0400, Hans-Christoph Steiner wrote: > > On Sep 5, 2011, at 2:06 PM, Frank Barknecht wrote: > >Here this sentence is true, but you know that not every data entity in > >Pd can be used in object boxes as name or argument, while most things

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-05 Thread Frank Barknecht
a very common situation. What errors would patches rely on that use [makefilename %d] to generate a symbol? Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Appending two signals together to create a third

2011-09-03 Thread Frank Barknecht
which you multiply by -1 and shift up by [+~ 1] after creation.) Ciao -- Frank combine-signals.pd Description: application/puredata combine-tables.pd Description: application/puredata ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-man

[PD] [PD-announce] Tonight: pd~conv at German radio

2011-08-15 Thread Frank Barknecht
radio.de/wir/hilfe/605738/ -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-announce mailing list pd-annou...@iem.at http://lists.puredata.info/listinfo/pd-announce ___ Pd

Re: [PD] [PD-announce] Pd Convention - Data structures workshop: Taking your requests

2011-08-03 Thread Frank Barknecht
number/symbol pairs, where the number is used as a flag if a symbol is active or "deleted". So your symbolarray can have "holes", but OTOH if you create an array with only one symbol stored at position 20,000 it will use up the memory of 20,000 symbol/number pairs. But so does

Re: [PD] find a list of numbers in a text file

2011-08-03 Thread Frank Barknecht
Maybe you can make use of the Python parser? 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] Pitch Shift

2011-08-02 Thread Frank Barknecht
On Mon, Aug 01, 2011 at 09:20:43PM -0700, Eduardo Patricio wrote: > what about e_pitchshift (from RjDj)? That's the G09 example patch transformed to an abstraction. Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-ma

Re: [PD] [PD-announce] Pd Convention - Data structures workshop: Taking your requests

2011-08-02 Thread Frank Barknecht
ibrary to mimick a [table] object that stores indexed symbols instead of floats. A users of these objects never sees the data structures inside, they don't even have a graphical representation but instead are just used as what their name says: as data structures. Ciao -- Frank _

Re: [PD] number stream in ascending order

2011-08-01 Thread Frank Barknecht
| [> 0] > | | > [spigot] That's the same as the idiom João showed before, except that it requires users to install an external object. I'd recommend to use João's version, maybe extended like this: [t f f f] |\/ |/\ | [- ] | | | [> 0]

Re: [PD] Controlling pd patch from mobile phone

2011-07-09 Thread Frank Barknecht
your computer, though. Ciao -- Frank On Sat, Jul 09, 2011 at 12:31:32AM -0400, Hans-Christoph Steiner wrote: > > I think the easiest way would be to use the bluetooth as a serial port, > so you want the [comport] object. > > .hc > > On Jul 8, 2011, at 10:16 PM, adam sanc

Re: [PD] Pd "monosymphonia"

2011-06-27 Thread Frank Barknecht
g "clean" to [s pd-subpatchname] instead of having to manually delete the created tables/objects. Ciao -- Frank BarknechtDo You RjDj.me? _ __footils.org__ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and accou

Re: [PD] numeric order

2011-06-20 Thread Frank Barknecht
the unnecessary (for your task) complex [m_symbolarray] if you use data structures directly as in the attached example. Unfortunatly creating scalars with symbol-fields is not directly possible with [append] - at least not in 0.42 - so I had to do the additional work of using [set -symbol ...] Ciao -- Fr

Re: [PD] numeric order

2011-06-20 Thread Frank Barknecht
e rj library can do this. It's a kind of array or [table] that stores symbols instead of numbers. 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] d-scale abstraction with rjdj

2011-06-17 Thread Frank Barknecht
vide a signal by its absolute value. Division of 0/0 in Pd here gives 0 again, so you're cheating okay around this exceptional case. The other expr-expression just require some work to explode them into normal math objects. You will gain a bit of execution speed by this, as expr is a bit sl

Re: [PD] d-scale abstraction with rjdj

2011-06-17 Thread Frank Barknecht
-noprefs" option, so it does not load any externals and doesn't set any paths. If the abstraction doesn't give any errors about missing objects and if it doesn't use expr, then it will be fine. Ciao -- Frank ___ Pd-list@iem.at

Re: [PD] converting accelerometer & gyro to positive values

2011-06-17 Thread Frank Barknecht
ou can also use the [m_accel_magnitude] abstraction, which whill give you the magnitude in all directions (i.e. how hard someone is shaking the device). Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Sort and init objects

2011-06-17 Thread Frank Barknecht
esn't compare to Zexy's [sort] yet, because it drips and then rebuilds a list with the slow [list prepend]x[t a] idiom, but all in all it's already pretty okay. Ciao -- Frank ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Sort and init objects

2011-06-12 Thread Frank Barknecht
Hi, On Sun, Jun 12, 2011 at 06:59:50PM +0200, Frank Barknecht wrote: > Another option would be sorting with data structures, which I usually do > today. > Attached is an example abstraction for data structure sorting (datasort.pd). > It > seems to be much faster than list-quic

  1   2   3   4   5   6   7   8   9   10   >