A basic Pd-extended release for any GNU/Linux distro. Its compiled to
be installed into /usr/local
http://at.or.at/hans/pd/installers.html
flext externals, Gem, and PDP are notable omissions from this build.
But its got lots and lots of other stuff, as you shall soon find out.
.hc
________________________________________________________________________
____
"Looking at things from a more basic level, you can come up with a more
direct solution... It may sound small in theory, but it in practice, it
can change entire economies."
- Amy Smith
Its mostly done and now, you can type "make install" and get basically
all of abstractions, doc, extensions, externals, pd, etc. build and
installed into one directory. With Mac OS X and Windows, you can then
package it up with one more step. It would be good to get some
There is even some documentation:
http://puredata.org/docs/developer/build
There is also some useful stuff here, like how to build on various
platforms:
http://puredata.org/docs/developer
.hc
________________________________________________________________________
____
"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.
Windows and Mac OS X uploaded, Linux on the way:
http://at.or.at/hans/pd/installers.html
Lots of bugs fixed, lots of new stuff, including GrIPD (Windows), and
pixelTANGO.
.hc
________________________________________________________________________
____
There is no way to peace, peace is the way.
-A.J. Muste
a tiny announcement for long winternights:
after some pilot phase we consider the netlabel platform
sonicSQUIRREL.net ready for public betatesting.
hours of free sound for lonely hours in front of the screen.
if you find time to provide some feedback, yes, this we
would like. root(a)sonicsquirrel.net
**/kɔmˈpjuːtɐ/05** **LAST LATE MULTIMEDIA SHOW 2**
i guess not to many of you are located in zurich, but if you
are, tonight is the "last late multimedia show 2" in walcheturm.
entertaining and short project presentations (i.e. netpd) starting between eight and nine. between and afterwards free sounds and not too expensive beverages.
for all of you too far away or too lazy to come, the hole event is
streamed: http://www.anorg.net:8000/
the event is part of the /kɔmˈpjuːtɐ/05 - exhibtion and lectures,
all events are streamed live:
www.wildprovider.ch/kompjuta/05/
best
metafor
It took a while to upload. Its there now.
.hc
On Nov 23, 2005, at 3:36 AM, nico wrote:
> hi
> the osx package is missing......
>
> Le 23 nov. 05, à 09:13, Hans-Christoph Steiner a écrit :
>
>>
>> http://at.or.at/hans/pd/installers-0.38.4-extendedRC4.html
>>
>> bugfixes, gem manuals and examples, and more...
>>
>> Now, in Windows and in Mac OS X (thought they aren't exactly synced
>> yet).
>>
>> .hc
>>
>> ______________________________________________________________________
>> ______
>>
>> "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.
>>
>>
>> _______________________________________________
>> PD-list(a)iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>
________________________________________________________________________
____
"The arc of history bends towards justice."
- Dr. Martin Luther King, Jr.
http://at.or.at/hans/pd/installers-0.38.4-extendedRC4.html
bugfixes, gem manuals and examples, and more...
Now, in Windows and in Mac OS X (thought they aren't exactly synced
yet).
.hc
________________________________________________________________________
____
"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.
hola,
i integrated some contributions from Pablo Martin Caedes,
from Madrid, in the new version of PiDiP ( 0.12.20 ),
these additions are mainly aimed at adding text
and images that could be downloaded from the web
on your video sessions...
so many vj sessions lacks of any sense or contents,
you know what i think...
http://ydegoyon.free.fr/pidip-0.12.20.tar.gz
from the CHANGES.LOG ::
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
0.12.20 ( codename Lavapies )
added contributions from Pablo Martin Caedes ( caedes(a)sindominio.net ) :
pdp_qtext : a layered texts object, based on pdp_text and using imlib2
pdp_imgloader : improved version from PMC, different ways of blending
images ( in quality mode )
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
enjoy!
sevy
Finally, I released another Pd-extended, but this one is quite
different. Its based on the cross-platform, cross-package build
system. Soon, I shall be releasing a Windows and Linux build based on
this as well.
http://at.or.at/hans/pd/installers-0.38.4-extendedRC3.html
Lots of changes, got the first complete(-ish) build with the new
extended build system. I left as much of the old functionality in place
as possible, definitely were it was being used. But there are some
changes that break backwards compatibility, thought they should be
noticed by few, and be easy to fix going forward.
Some highlights:
* centralized patch system (packages/patches with targets patch_pd and
unpatch_pd)
* libdir format: basically a libdir is a directory that has both the
objects and the help files together in one folder. It can be added
using -lib or the StartUp preferences, or you can access them via
geiger namespaces, i.e. [mylibrary/myobject].
* special characters allow in setup function/file names for objects.
This makes objects like [||~] possible without having to be in a
library. Now they can be either .pd files or individual .pd_darwin
files (thanks IOhannes for the patch).
.hc
________________________________________________________________________
____
http://at.or.at/hans/
Hallo!
a threaded soundfiler for PD using libsndfile.
by Tim Blechmann for pd_devel - also adapted now to have a threaded
resize and to work with main pd.
binaries+source here:
http://grh.mur.at/software/sndfiler.html
or in cvs ...
LG
Georg
PS: README file:
REQUIREMENTS:
- pd >= 0.39
- libsndfile
- for main PD you will also need threadlib:
http://grh.mur.at/software/threadlib.html
FEATURES:
- threaded reading of multichannel soundfiles into arrays
- threaded resize of arrays
For more information look at the help patch !
See the file INSTALL for installation instructions.
Hallo!
threadlib is a library for threaded patching and threaded PD externals
heavily based on pd_devel code by Tim Blechmann (his detach/join for
pd_devel)
you can get it there (also binaries):
http://grh.mur.at/software/threadlib.html
or in cvs ...
LG
Georg
PS: README file:
------------------------------------------------------------------------
PD objects for threaded patching:
- detach run part of the patch in a helper thread
- join synchronize messages to pd's main thread
- sleep blocks the system for a specific time
- threadedsf modified threaded soundfiler from pd_devel_0.38
WARNING:
these objects (especially detach/join) are very experimental and may
crash your patches if you use them in the wrong way, because some
externals/internals are not threadsafe!
Features for PD external programmers:
- lockfree FIFO from pd_devel
- callback system like in pd_devel:
Instead of the idle callbacks, which are not really useable
in current main pd, it uses clock callbacks
- USAGE: you have to link your externals against threadlib
(see sndfiler as an example)
- ADVANTAGES: so it's possible to write threaded externals
for main and devel pd with the same source code
(using the lockfree FIFO and sys_callback)
Many thanks to Tim Blechmann for his code and help!
------------------------------------------------------------------------
detach:
Detach is working on control objects only, creates a helper thread
and runs all functions of the following objects in this helper thread.
If a message from that thread reaches a join object a callback for
running the outlet function will be placed in the scheduler and run in
the next scheduler loop - so you can synchronize the message with pd's
main thread again.
Detach is useful if you have a control operation that would be too
CPU-intensive and would disturb dsp.
join:
The message to the inlet will be sent to the outlet during the
next clock callback of the scheduler. It doesn't matter, which thread
the message was coming from. Messages from the main pd thread will be
rescheduled.
Join can be used everywhere, where a message has to be rescheduled, this
is also useful to place behind any threaded external calling the outlet
functions from the helper thread, to make sure the following messages
are being run in the main pd thread.
!!! WARNING: !!!
detach/join provide the possibility of threaded patching.
beware of the risks:
- not every pd object is thread-safe (if unsure, look at the source
code or ask at the pd-list or me)
- pd is not completely thread-safe itself
- everything that is triggered by the detached message will be
detached. don't mix threaded and non-threaded message paths unless you
know what you are doing. use the join external to synchronize with the
main pd thread!!!!
- if detach/join crashes pd during a performance, don't complain ...
- both detach and join have an overhead ... so only use them, if you
really need threaded patching, e.g. have a subpatch that has to run for
quite some time and would interrupt audio or something else