Samplemapper is a soundfile management system for Pure Data which uses
Krzysztof Czaja's Cyclone libray to store and recall samples by
filename. The [samplemapper] abstraction provides a convenient GUI for
storing up to 32 soundfiles in tables. The [mapreader] abstraction
provides a simple and fast method for selecting samples by filename. The
zip file also includes a very basic example sampler "client", called
[ex-sampler].
https://puredata.info/Members/derek/samplemapper.zip/view
Comments welcome!
best,
derek
--
derek holzer ::: http://www.umatic.nl
---Oblique Strategy # 36:
"Consult other sources
-promising
-unpromising"
hi all
Just to let you all know that we have been developing a set of modules
to make OSC.py by Daniel Holtz easier to use. It is called SimpleOSC and
it can be downloaded from
www.ixi-software.net/content/body_backyard_code.html
We developed it for our own use and to help teaching how to use OSC in
python during workshops we give at universities and institutions.
It is not rocket science but we are sure it will help some people
getting into OSC in python, this is why we thought about releasing it.
I use it to comunicate from a Python based interface to and PD sound engine.
best
--
enrike
hi devs ...
mathieu bouchard, thomas grill and i are trying to set up the first
virtual pd developer meeting on irc:
date:
friday, 28th
time:
17:00 UTC
where:
channel #dataflow
network irc.freenode.net
port 6667
i hope most of the pd developers can join the discussion ...
see you there ... 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've updated Pd 0.38 to fix some bugs. Notably, I incorporated
Hans-Cristoph's GUI fixes, which I don't understand, but which seem
to work great.
cheers
Miller
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hy all
another stammtisch concerning all things realtime finite reality engines
as well as social and technical interconnection of theirs will be held
this wednesday, 26th Jan 2005, ~20.00 at "the falcon"
- -> falckensteinstrasse 29, berlin-kreuzberg
a few crates of beer will be provided, donations for the directed
aquisition of more such (think prutldruth feb 2005) will be gratefully
aczepted.
hope to see you there.
please forward where appropriate.
bst, opt
- --
> < D V � 0 r 6
GPG-key at http://xdv.org/~jdl/jdl.pub.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFB886b7u+hhWCy2kMRAsH7AKCIPJZav+EK9C1rIxpEiYAEQihPLQCgiwC3
nxc8hY5mHxDmJ+CuWkTOXXs=
=QfR2
-----END PGP SIGNATURE-----
.. 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