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
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:
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
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
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
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
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
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__
___
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
> 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
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
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
[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
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
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
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
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
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
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
.
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
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
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://
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
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
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
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
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
use [f ] instead of [i ].
Ciao
--
Frank
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
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
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
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
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
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
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:
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
-
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
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
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
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
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
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.
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
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
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? _
\
[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
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
-
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__
___
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
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
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
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
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
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
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
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 ?
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
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
#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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
, 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
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
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
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
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
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
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
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
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
_
| [> 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]
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
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
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
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
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
-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
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
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
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 - 100 of 2288 matches
Mail list logo