I wrote:
> jass sequencer. It's a basic stepsequencer that supports an unlimited
> number of rows and 999 (just tell me if you need more) patterns, load
browsing the dist source code there is a hardcoded limit of 64 receives
to send to , if you need more rows you need to change the #define and
recompile dist
sorry,
x
--
chris(a)lo-res.org Postmodernism is german romanticism with better
http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
hi,
http://test.pilot.fm/pd/patches/jass/ now has an updated version of the
jass sequencer. It's a basic stepsequencer that supports an unlimited
number of rows and 999 (just tell me if you need more) patterns, load
& save and a few extra goodies. It's fully localized so multiple copies
can be run in one pd instance. Please read the README.txt that comes
with it for instructions and look at the help and bugs subpatches in
jass itself.
The need to patch pd was eliminated in 0.0.4a-p1 but you still need
zexy (makesymbol) and maxlib (dist)
any feedback is welcome,
regards,
x
--
chris(a)lo-res.org Postmodernism is german romanticism with better
http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
HI all,
I've uploaded pd version 0.35 test 26, to the usual:
http://crca.ucsd.edu/~msp/software.html
I've fixed a bunch of problems in ASIO support and also, perhaps, fixed it
so it will compile on Mac OSX again (but haven't tested that.) You can
now select input and output audio device numbers in Mac OSX and ASIO; also
-listdev should now work.
The bug about typing into "pd foo" boxes is fixed, I added an "event number"
for Krzystof, and I fixed a few bugs about boxes changing size.
The only other thing I want to try to do before turning (at last) to
documenting all these changes is to fix "graph on parent" abstractions to
deal somehow with possible collisions when called from a patch with a different
font size. I'm uncertain but I think I should just force the text to have the
contained patch's font size (the alternative is to change the size of the
box.)
cheers
Miller
Hi, This is Andy. My partner, Duance, and I have developed a software interface for touchpad for our EE senior project. Our software interface was to provide the PD user with the capability to use the features of a TouchPad in his/her audio algorithms; these features included real-time control of three separate parameters (x, y, and pressure), recording/playback of gestures, and triggers for tap zones, mouse buttons, and gesture recognition. The gesture recognition used a Hidden Markov probability model.
The pd object can be downloaded from this links. The webpage also includes tutorial, theory, and many useful information. Please visit http://www.ece.utexas.edu/~petrovic/pd/pdstuff.html
Andy Chen
this is an intentional crossposting
anyone who reads this right now (better: after 5 minutes) will please
inform me, whether this mail appeared on all 3 mailing-lists (pd-list,
pd-dev, pd-announce) ????
mfg.ca.ser
IOhannes
hi,
when i tried to make a filterbank analysis/resynthesis
using standard objects ( hip~+lop~ or bp~ ),
i noticed that there is a limitation
in the number of used filters :
i could not create 128 filters on my 800 MHz Celeron.
for this reason and some others, i created the filterbank~ object
which is a set of filters between Fmin and Fmax
setable through object properties.
you can also randomize the output which provokes
uncontrolled frequency shifting....
( i like the uncontrolled digital errors )...
included are some resynthesis patches which
sound weird ... i didn't try to make them better
because i was looking for weird transformations..
enjoy!
cheers,
yves/
http://ydegoyon.free.fr
hi,
just finished a patch that works a bit like a "multitrack jam-man". it records
(or loads) sound and plays it back in loop mode (also bi-directional) with
adjustable start and length, with a choseable number of "tracks" to handle.
documentation is included.
a bit like a stripped-down version of dieb13's LOOPOOL.
in case anyone's interested...
http://klingt.org/~oliver/pd/live-builder/
ciao
oliver
Hi all,
I've releasedPd 0.35 test 24 on the usual,
http://crca.ucsd.edu/~msp/software.html
This has the ASIO device selector bug fix (pd -asio -sounddev 2 ,for instance)
and several bug fixes relating to "graph on parent" subpatches.
one change: graph-on-parent subpatches show their text as well as the rest
of it, so it's easier to tell what's going on and to edit them, but you'll
find the text colliding with controls and have to move things around. I
think it's a big enough improvement to be worth the trouble...
I still have to get ASIO up and running multi-channel (right now it exits
with no error message when you ask for -asio -channels 8 (for example).
However, I do at last have asio running on one machine here, so there's
a chance I can debug this at last...
cheers
Miller
Hi all,
I noticed that the MSW version of Pd 0.34 test 24 didn't have the "extras"
compiled -- most notably, expr~. I've fixed it and uploaded it again.
Sorry about that (I think about 30 people already downloaded it!)
Miller