.. unfortunately, the -2 release which works MUCH better on Mac, doesn't
allow you to get the help patches or test-tone on linux. I'll have to
use the new stuff conditionally, will try to fix ASAP.
Miller
Hello everybody,
Mlab Helsinki contributes to the Art’s Birthday 2005 celebration by
organizing NoiseCity Helsinki electro-acoustic music event on Saturday
15th of January (TODAY).
During this event, Clonus Patterns' (Improvisation band from Mlab /
UIAH) performance will start at 21:30 (GMT+2) and it will last 20
min. During Clonus Patterns' Performance you can send text messages
from the following URL and these messages will be part of our
improvisation session. http://noise.uiah.fi/
So, lets play together!! Your messages will control our pd instruments.
Each word, each letter in these text messages will be transformed into
individual sound forms, which will be the part of the Clonus Patterns
improvisation.
We will enable this browser to send messages soon at
http://noise.uiah.fi
For locals, 14561 is the phone number (only for Elisa subscribers) that
you can send your SMS messages to control our pd instruments during the
improvisation session. You need to type "nc" (without quotation marks)
first then the message that you want to send.
ps. we will also steam Art's Birthday NoiseCity Helsinki event from
http://noise.uiah.fi:8000/live
best,
Koray.
-----------------
M.Koray Tahiroglu
DA student/researcher
Media Lab,
University of Art and Design Helsinki, TaiK
Hameentie 135C 00560 Helsinki Finland
http://mlab.uiah.fi/~korayt/
tel: +358 40 754 8449
fax: +358 9 75630 555
Hi all,
I've written up some tutorials for interfacing Microchip PICs with PD.
It's light on the PD side of things at the moment, but there's more to
come. Let me know what you think.
http://www.0x09.com/Marlboro/physcomp/
Cheers,
Ian
hi all ...
i just uploaded the new version of the volctl~ external to both the cvs
and my website (www.geocities.com/themokabar/software.html)
volctl~ does the same as:
| | |
| |pack f f|
| |
| |line~|
| |
|*~|
|
but it's using handcoded sse instructions to save cpu speed ...
changes: - simd optimized ramps
- working runtime dispaching
cheers ... tim
--
mailto:TimBlechmann@gmx.de ICQ: 96771783
http://www.mokabar.tk
After one look at this planet any visitor from outer space
would say "I want to see the manager."
William S. Burroughs
hi all ...
i wrote two new externals for threaded patching:
detatch: the message to the inlet will be sent to the outlet, but all
functions called as result of this message run in a helper thread.
join: the message to the inlet will be sent to the outlet during the
next idle callback of the scheduler. it doesn't matter, which thread the
message was coming from. messages from the main pd thread will be
rescheduled.
detatch requires the latest devel_0_38 branch, since it uses a modified
version of thomas grill's new stack management.
join requires a recent version of devel_0_38, since it's using idle
callbacks.
warning: both externals provide the possibility of threaded patching.
beware of the risks:
- not every pd object is thread-safe (if unsure, look at the source
code)
- pd is not completely thread-safe itself
- everything that is triggered by the detatched message will be
detatched. 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 detatch/join crashes pd during a performance, don't complain ... i
warned you
- both detatch 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...
if you still want to try it ... have a lot of fun ...
it's available on cvs only atm ...
cheers ... tim
--
mailto:TimBlechmann@gmx.de ICQ: 96771783
http://www.mokabar.tk
After one look at this planet any visitor from outer space
would say "I want to see the manager."
William S. Burroughs
hola,
before that Santa Klaus leaves the base,
i will release this version of P.i.D.i.P.
that tries to escape from patents issue
by offering a full support for ogg/theora video format
( reading, writing & streaming in & out ).
so, here is the usual CHANGES.LOG :
#######################################################################
0.12.18 ( codename Benisensi )
added pdp_icedthe~ : a threaded theora stream reader ( from flumotion or
icecast )
added pdp_theonice~ : a theora a/v streamer ( to flumotion or icecast )
the icecast server can be found here : http://mediacast1.com/~karl/
added pdp_mapper : a pixel mapper ( copying regions and single pixels )
modified pdp_theorin~ : removed loop option, added mutexes
modified pdp_live~ : added mutexes
modified pdp_ascii : added T. de la O. charmaps
fixed pdp_ffmpeg~ : fixed framerate control
fixed pdp_binary : fixed wrong diff calculation
#######################################################################
the theora streaming has been tested against icecast2 and flumotion,
and, what's the most incredible,
it is that it is compatible.
enjoy! disfruta! and wait for Santa Klaus..
oh, the url, of course :
http://ydegoyon.free.fr/pidip-0.12.18.tar.gz
best,
sevy
ps : sorry if you receive several occurences of this mail,
i'm experiencing weird email problems,
it's soon 2005 but there is still a 'digital divide'
Hello Miller,
I just downloaded Pd 0.38 test 13, and there is no "$" problem with
Finnish keyboard anymore.
thanks for this "$" update.
cheers,
Koray.
> --__--__--
>
> Message: 5
> Date: Sun, 12 Dec 2004 20:41:55 -0800
> From: Miller Puckette <mpuckett(a)man104-1.ucsd.edu>
> To: pd-announce(a)iem.at
> Subject: [PD-announce] Pd 0.38 test 13 released
> Reply-To: pd-list(a)iem.kug.ac.at
>
> Hi all,
>
> Thanks to Patrick and Cyril for flagging errors in my menu
> key-equivalent
> stuff... I've released test 13 to try to fix them.
>
> I think I fixed the problem Patrick had (ctrl+e broken) but only hope
> I've
> fixed Cyril's ("ctrl+1" meaningless on French keyboards where "1"
> needs the
> shift key).
>
> I'm also only hoping I've fixed the Finnish "$" problem on Macintosh.
>
> cheers
> Miller
>
>
>
> --__--__--
>
-----------------
M.Koray Tahiroglu
DA student/researcher
Media Lab,
University of Art and Design Helsinki, TaiK
Hameentie 135C 00560 Helsinki Finland
http://mlab.uiah.fi/~korayt/
tel: +358 40 754 8449
fax: +358 9 75630 555
This is my first composition using Pd's data structures, and I found
that I enjoyed the process quite a bit, once I got the patch debugged.
The experience was a good combination of visual editing with the mouse
and text editing with the keyboard. The visual representation worked
well for composition in this style. By biggest problem was finding a
way to represent in the score all of the things that I wanted to
control. Since I wanted to have the score generate the piece, I did not
add a couple features, like pitch shifting and voice allocation
control, which I would have liked to have.
You can download the mp3, see the score, and download the source code
here:
http://at.or.at/hans/solitude/
Remixes would be fun. The code is released under GNU GPL, the mp3
under CC Attribution-ShareAlike.
.hc
________________________________________________________________________
____
"Information wants to be free."
-Stewart Brand
I still call it alpha since there are unimplemented features, but its
getting quite usable on MacOS X. It should be quite stable on
GNU/Linux.
http://at.or.at/hans/pd/hid.html
Feedback is always appreciated.
.hc
________________________________________________________________________
____
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it
away to benefit those who profit from scarcity."
-John Gilmore
hy
excuse the short notice
tonite, wednesday 15.12.2004, >= 20:00 PrutalDruth will instantiate
itself again at the by now usual location falckensteinstr. 29, berlin -
kreuzberg, left entrance to the sousterrain.
todays motto: feel free to drop by.
bst, opt
--
x � v � o r g
GPG-key at http://xdv.org/~jdl/jdl.pub.asc