Hi all,
Framestein 0.30 is out, with
only minor changes this time:
0.30
- vframe supports plugin parameters
- doubleclicking the framestein-logo equals "reset"
- fs.frame "stayontop" OFF by default
- got rid of the console, "Show debug" in menu instead
(right-click the framestein-logo)
- l2s from zexy included in Patches-dir, zexy no longer needed
- disconnecting pd from fs will cause a reset
http://framestein.org
have fun!
Juha
syncgrain~
...is a granular synthesis external using flext and SndObj. It's
available in version 0.1 for linux at
http://footils.org/syncgrain-0.1.tgz
_ _____SyncGrain implements synchronous granular synthesis.
The source sound for the grains is obtained by reading a function table
containing the samples of the source waveform. The grain generator has full
control of frequency (grains/sec), overall amplitude, grain pitch (a sampling
increment) and grain size (in millisecs for PD). An extra parameter is the grain
pointer speed (or rate), which controls which position the generator will start
reading samples in the table for each successive grain. It is measured in
fractions of grain size, so a value of 1 will make each successive grain read
from where the previous grain should finish. A value of 0.5 will make the next
grain start at the midway position from the previous grain start and finish,
etc. A value of 0 will make the generator read always from the start of the
table. This control gives extra flexibility for creating timescale
modifications in the resynthesis.
[Above text is based on the SyncGrain dokumentation in the SndObj
library by Dr Victor Lazzarini.]
_ ____Requirements__ _
A binary for Linux is included. To run it, you need the SndObject-Library by
Dr Victor Lazzarini. syncgrain~ is a direct port of the SndObject SyncGrain in
this library. You can download SndObj for Linux, W32 and IRIX at:
http://www.may.ie/academic/music/musictec/SndObj/main.html
To build syncgrain~ you also need flext by Thomas Grill in version 0.2.3,
although 0.2.2 should compile as well. The flext-URL is
http://www.parasitaere-kapazitaeten.net/Pd/ext/
You might want to edit the makefile first, if you use another compiler than
g++-3.0. but the 3.x branch of g++ is highly recommended for this external and
syncgrain is untested with anything except g++-3.0 and Linux.
_ ____Bugs__ _
_ Specifying a nonexistant file to load as object argument will crash PD.
_ Only works at PD's default blocksize of 64. Don't use block~ in a subpatch
with syngrain~!
_ probably more...
_ ____License__ _
GPL, see license.txt.
_ ____Authors__ _
This pd external was written by me, Frank Barknecht <fbar(a)footils.org>. Thanks
go out to Victor Lazzarini for writing SndObj and for his great help and
patience with my questions, and the same applies to flext-author Thomas Grill.
ciao,
--
Frank Barknecht _ ______footils.org__
Hi all,
I've compiled pd 0.35 test 26 for Mac OSX and put it on the usual,
http://crca.ucsd.edu/~msp/software.html
Seems to work OK, but if you have no audio input devices configured, you have
to specify "-noadc" for the audio output to work.
cheers
Miller
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