Hi,
I collected my [list] abstractions into attached archive. None of
these abstractions require any externals, but of course they need
pd-0.39 at least.
Currently the most recent version always is to be found in my pwd~ at
http://royalrabbit.goto10.org/svn/goto10/pd-patches/fbar/list-abs/ but
later I will check these into CVS as well. (Btw: Does anyone have a
decent script to sync svn and CVS?)
They don't have a proper license, as they are so simple, consider them
public domain or released under the Pd license.
Here's the README:
list-abs
--------
These are abstractions implementing common list operations. Included are in
alphabetical order:
last-x.pd
get a list containing the last x atoms received.
list-demux.pd
route lists to different outlets (like demux in zexy).
list-drip.pd
serialize a list automatically (like drip in zexy).
list-drip2.pd
serialize two lists in sync as long as first list lasts.
list-dripslow.pd
serialize a list on demand: each bang will output the next element.
list-makefilename.pd
apply [makefilename] on list elements, if they are symbols.
list-math.pd
apply [expr OP] with OP in (+,-,*,/) on list elements, if they are floats.
list-rev.pd
reverse a list.
list-rot.pd
rotate a list (move X elements from front to back)
sroute.pd
a settable [route] object for a single selector.
take-two.pd
take a list as input and print all combinations of length two without repetition.
triple-scale.pd
this actually is not using [list]: Interpolate between two (x,y,z)-points.
Have fun, ignore externals.
Ciao
--
Frank Barknecht _ ______footils.org_ __goto10.org__
+
Reminder application deadline friday 28th of october
Call for workshop participation
MAKING SENSE VIII
Tangible Dreams
Wednesday 16th of November - Saturday 19th of November 2005
at Atelier Nord, Oslo/Norway
by Erich Berger(AUT/NO) and Peter Votava(AUT/DE)
Free participation
Application deadline Friday 28th October
+
MAKING SENSE PROJECT
Within a series of workshops Making Sense aims to
introduce basic and advanced concepts of how artists
can work with sensors and effectors, how to build custom
computer interfaces and how to interface them with
different software environments.
Making Sense project URL: http://anart.no/?location=90
+
MAKING SENSE VIII WORKSHOP - Tangible Dreams
invites artists and practitioners to apply with an own
project. The workshop aims to form a group of artists,
theorists, designers and technicians to be able to
illuminate each project in different directions and to
perform together the necessary steps and experiments
to bring the projects closer towards a state of production.
+
WORKSHOP PARTICIPATION
Participation is free of charge.
Artists and practitioners interested in participating
are asked to apply with a project + cv to sense(a)anart.no
Application deadline Friday October 28th.
For participants of the nordic and baltic
region is a possibility to apply
for travel grants at www.nifca.org, see Sleipnir.
+
ADDITIONAL INFORMATION
Workshop director and producer Erich Berger, Peter Votava
http://randomseed.orghttp://www.mego.at/pure.html
Project supporter PNEK
http://pnek.no
Projectbase Atelier Nord
http://anart.no
+
ATELIER NORD
PHONE +47 23060880
FAX +47 23060884
E-MAIL office(a)anart.no
http://homepage.mac.com/tigital
...in the puredataStuff directory there is an archive containing pd+
+0.39-1Beta.tgz...this is built in a similar way to Hans' releases,
but includes a ton of fixes, such as:
- the flext system is now working, but only xsample/dyn~/pool
included atm
- uses tcl/tk 8.4.10
- 10.4.x only, as far as I can tell
- pdp 0.12.4 & pidip 0.12.19 both included (static linked libs)!
mainly used via the pdp/gem bridges, but [pdp_glx] should also
work...also don't forget [pdp_ieee1394] for video input, with fixes
(more to come)
- pdp2gem, gem2pdp, pix_2pdp
- latest gem, zexy, miXed, cyclone cvs
- gem window is now "frontable", so it [gemmouse] works (and it
generally behaves like a real window should)
- tons of externals from cvs: I'll try to produce a list
...comments welcome! Especially interested to see if this fixes some
"slow interface" problems people have complained about of late...
l8r,
james
ps: as soon as I can sort out a problem with scons, devel_0_39 will
be available (and of course desiredata after that!)
Hi all,
here's a maintenance release for the xsample package, primarily focused
on bug fixes.
- reconsidered initialization and state changes
- fixed loop recording bug
- fixed Altivec bug for clean crossfade zones
- fixed shutdown problem (Max/MSP)
- more optimizations for interpolation functions
download as always from
http://grrrr.org/ext/xsample
feedback is very welcome
have fun,
Thomas
http://harvestworks.org/
Monday, November 7 - 7pm: Pd - AKA PURE DATA - A presentation of an
open source member of the Max family of graphical programming
languages. By Hans-Christoph Steiner
RSVP to 212-431-1130 x 13 Limited Seating
.hc
________________________________________________________________________
____
http://at.or.at/hans/
I don't think this was posted yet:
http://www.nyu.edu/public.affairs/releases/detail/765
Begin forwarded message:
> Philippe Manoury at the NYU Interactive Arts Performance Series
>
> Monday, October 17 at 8pm. At Frederick Loewe Theater, 35 West 4th
> Street, New York City. EMF in collaboration with The NYU Interactive
> Arts Performance Series presents Philippe Manoury's En Echo, for voice
> andinteractive electronics, and Jupiter, for flute and electronics.
> The performers are Juliane Snapper, soprano, Elizabeth McNutt, flute,
> and Miller Puckette, technical design and live electronics. Known for
> his long-time association with IRCAM (Institut de Recherche et
> Coordination Acoustique / Musique), located at the Centre Pompidou in
> Paris, Manoury is considered one of the most gifted composers of his
> generation, known especially for his seamless integration of computer
> music techniques and instrumental and operatic traditions. Both of
> these works are among the most sophisticated and compelling electronic
> compositions realized in the late 1980s and early 1990s, a period
> during which IRCAM was actively developing innovative software and
> hardware for electronic music. Admission: free. More info: on the web.
________________________________________________________________________
____
"I have the audacity to believe that peoples everywhere can have three
meals a day for their bodies, education and culture for their minds,
and dignity, equality and freedom for their spirits."
- Martin Luther King, Jr.
...to the cvs repository.
co externals/ekext
Enjoy,
Ed
->
->
-->
--->
----->
-------->
-------------> r3search + praktik EK5perimenz
___________________________________________________________
How much free photo storage do you get? Store your holiday
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com
Hallo!
I reworked the containers now a little bit and it is time for a release
0.2 ;)
CHANGELOG:
- it is possible to store pointers now in all Containers (as keys,
values, ...) so that could be maybe of use for the pd graphical
datastructures
- h_map: IMPORTANT: the [add ( method has changed !!! now it resets the
value,if the key is already in the map !
(this should not break patches I hope !)
- compiles with gcc4 now (templates reworked)
- huge memory leak fixed !!!
- some bug fixes
- some internal changes
I compiled it also for linux+win and you can find binaries+source in cvs
or at: http://grh.mur.at/software/pdcontainer.html
LG
Georg