-
husk
Hi forum
let's say I have an |osc~ 440| and I want to shifting the phase to 180 degrees (anti phase) writing it into an array.
What is the best approach to do this?
I prefer to do it on vanilla for compatibility reason.
thanks!
husk -
husk
Hi all,
Qweb library has been released this night!
Qweb is a collection of puredata python objects that performs web research to find texts, images and videos to use in puredata.
It supports twitter, flickr, youtube, jabber, RSS, wikipedia, and general web elements like images and pages.
It's pyext based and should work on all platforms.I already uploaded it on http://puredata.info/downloads/Qweb/
You can find some video example at:
http://estereotips.net/qweb/Trac: http://code.autistici.org/trac/planetQ/wiki/Qweb
cheers
husk -
husk
Hi forum,
just to share this abstraction I'm using in my recent patches.
Mediagrid is a graphical file chooser.
It is based on videogrid external from Sergi Lario and Lluis Gomez i Bigorda.
Apart to be an abstraction and not an external, the main difference is
that mediagrid is cross-platform and you can manage audio file also
and no just video or images.
Here more infos and download:
http://code.autistici.org/trac/planetQ/wiki/mediagridcheers
husk -
husk
Crazy A/V Machines: a puredata workshop
When:
Monday to Saturday September 27th-October 2nd 12:00-16:00Where:
NK Elsenstr. 52 2HH 2Etage 12059 BerlinWho:
Oscar Martin and Luca CarrubbaThe aim of this workshop is to learn simple programming strategies for the creation of audio/video software tools for live performances. Generative or interactive piece of software that let artist creates and controls a video stream or an audio processing in real time.
During the workshop we will use Pure Data, a free (as a bird and as a beer) graphical programming language particularly focused on the processing of audio and video data in real time. Pure data is a tool for artists whom wants experiment with a
different creation pattern, with a freedom to build from the scratch they own instruments or interactive installation. You dont need to be a programmer to begin to build your tool. In 5-6 days long workshop you will learn the basis of language, how to manipulate or create a video and how to play with audio. At the end of the workshop all participants will play in a jam session together in the Lab space or exhibit their prototypes.Participation is limited to 12.
workshop program and registration:
http://www.nkprojekt.de/pure-data-crazy-av-machines-with-oscar-martin-luca-carruba/--
when Art become pratical
we call it technology.When Technology become useless
we call it Art -
husk
hi,
at audiogames we used blender 2.6 and pdextended for our 2.0 version of the installation:We used this OSC.py lib for blender:
http://code.autistici.org/svn/planetQ/audiogames/2.1/src/lib/OSC.pyThis code in order to receive:
http://code.autistici.org/svn/planetQ/audiogames/2.1/src/lib/readOSCori.pyAnd this to send (look for send_osclocation function)
http://code.autistici.org/svn/planetQ/audiogames/2.1/src/lib/Player.pyAll the code is gpl, so just study it and reuse
happy hackinghusk
-
husk
Take a look to libpd also:
libpd.cc is the way how to embed pd as sound engine in your program without need to use it as different application
cheers
husk -
husk
Hey playmodes, nice to see your project here!
I have made something similar a couple of years ago. I remember I used pd-extended. But I think it's possible to do it also in pd-vanila (or you have to compile external for your libpd version).
This night I will check and let you know.
cheers
husk -
husk
Yeah, it was so simple!
thanks a lot!
So now another probably easy question: how I convert to db?
Let's say I want to output a sinewave to certain db (85db). How can I do that?
cheers
husk -
husk
Hi sinewave, thanks to your reply.
I can't test your patch right now but seems pretty clear the concept.
Maybe i'll come back to write here to further help.
husk -
husk
Hi,
you can use Qweb library for that:
http://puredata.info/downloads/Qweb
Here a video with an example:
http://estereotips.net/puredata-tweets-visualization/saluts!
husk