[PD] Simple midi controller for installation

2007-08-28 Thread Stuart Jones
Hi

I'm helping with an installation which will have 12-16 buttons (on/off) to
set off events in Pd and need to find a simple midi controller to just send
note on and note off messages on 12-16 notes to do that. I could hack a midi
keyboard but that would be a complicated and bulky solution given the size
of the installation. Any suggestions?

Thanks

Stuart




___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread David Merrill
Hi Stuart -
A hacked USB keyboard makes a nice button-bank, and you can typically strip
away most of its size, leaving just a little circuit board with wires coming
out to your buttons. You can read the button-presses with Hans's [hid]
object.

here's one that we did some time ago...
http://www.instructables.com/id/EDH81H8H62EQZJIDV8/
-David M.

On 8/28/07, Stuart Jones <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I'm helping with an installation which will have 12-16 buttons (on/off) to
> set off events in Pd and need to find a simple midi controller to just
> send
> note on and note off messages on 12-16 notes to do that. I could hack a
> midi
> keyboard but that would be a complicated and bulky solution given the size
> of the installation. Any suggestions?
>
> Thanks
>
> Stuart
>
>
>
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



-- 
MIT Media Lab
[EMAIL PROTECTED]
http://web.media.mit.edu/~dmerrill/
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread marius schebella
just a small hint to prevent problems I experienced in the past. when 
you hack a keyboard for installations, I recommend not to use keys which 
interrupt the start process (c, s, return or the system runtime). if 
people have buttons in installation they will not stop pressing them 
during a restart of the machine...
marius.

David Merrill wrote:
> Hi Stuart -
> A hacked USB keyboard makes a nice button-bank, and you can typically 
> strip away most of its size, leaving just a little circuit board with 
> wires coming out to your buttons. You can read the button-presses with 
> Hans's [hid] object.
> 
> here's one that we did some time ago...
> http://www.instructables.com/id/EDH81H8H62EQZJIDV8/
> -David M.
> 
> On 8/28/07, *Stuart Jones* <[EMAIL PROTECTED] 
> > wrote:
> 
> Hi
> 
> I'm helping with an installation which will have 12-16 buttons
> (on/off) to
> set off events in Pd and need to find a simple midi controller to
> just send
> note on and note off messages on 12-16 notes to do that. I could
> hack a midi
> keyboard but that would be a complicated and bulky solution given
> the size
> of the installation. Any suggestions?
> 
> Thanks
> 
> Stuart
> 
> 
> 
> 
> ___
> PD-list@iem.at  mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> -- 
> MIT Media Lab
> [EMAIL PROTECTED] 
> http://web.media.mit.edu/~dmerrill/
> 
> 
> 
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread David Merrill
.. that sounds like advice-from-experience!

Marius has a good point there. I would add to it that you should also make
sure that you don't leave a window foregrounded that will make a "status
beep" or any other unwanted sound when the particular keys that you've
chosen are pressed. At our recent SIGGRAPH installation we had a few minutes
where we heard the apple "bonk" noise every time someone would press one of
the buttons, and realized that the system control panel was the foregrounded
application, so it was receiving the button-presses also.

modifier keys work well for this (control, shift, etc) - but if you need
12-16 buttons, you'll probably want to just use letters.
-D

On 8/28/07, marius schebella <[EMAIL PROTECTED]> wrote:
>
> just a small hint to prevent problems I experienced in the past. when
> you hack a keyboard for installations, I recommend not to use keys which
> interrupt the start process (c, s, return or the system runtime). if
> people have buttons in installation they will not stop pressing them
> during a restart of the machine...
> marius.
>
> David Merrill wrote:
> > Hi Stuart -
> > A hacked USB keyboard makes a nice button-bank, and you can typically
> > strip away most of its size, leaving just a little circuit board with
> > wires coming out to your buttons. You can read the button-presses with
> > Hans's [hid] object.
> >
> > here's one that we did some time ago...
> > http://www.instructables.com/id/EDH81H8H62EQZJIDV8/
> > -David M.
> >
> > On 8/28/07, *Stuart Jones* <[EMAIL PROTECTED]
> > > wrote:
> >
> > Hi
> >
> > I'm helping with an installation which will have 12-16 buttons
> > (on/off) to
> > set off events in Pd and need to find a simple midi controller to
> > just send
> > note on and note off messages on 12-16 notes to do that. I could
> > hack a midi
> > keyboard but that would be a complicated and bulky solution given
> > the size
> > of the installation. Any suggestions?
> >
> > Thanks
> >
> > Stuart
> >
> >
> >
> >
> > ___
> > PD-list@iem.at  mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> >
> >
> >
> > --
> > MIT Media Lab
> > [EMAIL PROTECTED] 
> > http://web.media.mit.edu/~dmerrill/
> >
> >
> > 
> >
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
MIT Media Lab
[EMAIL PROTECTED]
http://web.media.mit.edu/~dmerrill/
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread Olivier Heinry
You may also get in touch ww/ the mamalala I/O project

http://mamalala.net/




++
O.


Le mardi 28 août 2007 à 08:41 -0400, marius schebella a écrit :

> just a small hint to prevent problems I experienced in the past. when 
> you hack a keyboard for installations, I recommend not to use keys which 
> interrupt the start process (c, s, return or the system runtime). if 
> people have buttons in installation they will not stop pressing them 
> during a restart of the machine...
> marius.
> 
> David Merrill wrote:
> > Hi Stuart -
> > A hacked USB keyboard makes a nice button-bank, and you can typically 
> > strip away most of its size, leaving just a little circuit board with 
> > wires coming out to your buttons. You can read the button-presses with 
> > Hans's [hid] object.
> > 
> > here's one that we did some time ago...
> > http://www.instructables.com/id/EDH81H8H62EQZJIDV8/
> > -David M.
> > 
> > On 8/28/07, *Stuart Jones* <[EMAIL PROTECTED] 
> > > wrote:
> > 
> > Hi
> > 
> > I'm helping with an installation which will have 12-16 buttons
> > (on/off) to
> > set off events in Pd and need to find a simple midi controller to
> > just send
> > note on and note off messages on 12-16 notes to do that. I could
> > hack a midi
> > keyboard but that would be a complicated and bulky solution given
> > the size
> > of the installation. Any suggestions?
> > 
> > Thanks
> > 
> > Stuart
> > 
> > 
> > 
> > 
> > ___
> > PD-list@iem.at  mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> > 
> > 
> > 
> > 
> > -- 
> > MIT Media Lab
> > [EMAIL PROTECTED] 
> > http://web.media.mit.edu/~dmerrill/
> > 
> > 
> > 
> > 
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management -> 
> > http://lists.puredata.info/listinfo/pd-list
> 
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


signature.asc
Description: Ceci est une partie de message	numériquement signée
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread Olivier Heinry
You may also get in touch ww/ the mamalala I/O project

http://mamalala.net/




++
O.


Le mardi 28 août 2007 à 08:41 -0400, marius schebella a écrit : 

> just a small hint to prevent problems I experienced in the past. when 
> you hack a keyboard for installations, I recommend not to use keys which 
> interrupt the start process (c, s, return or the system runtime). if 
> people have buttons in installation they will not stop pressing them 
> during a restart of the machine...
> marius.
> 
> David Merrill wrote:
> > Hi Stuart -
> > A hacked USB keyboard makes a nice button-bank, and you can typically 
> > strip away most of its size, leaving just a little circuit board with 
> > wires coming out to your buttons. You can read the button-presses with 
> > Hans's [hid] object.
> > 
> > here's one that we did some time ago...
> > http://www.instructables.com/id/EDH81H8H62EQZJIDV8/
> > -David M.
> > 
> > On 8/28/07, *Stuart Jones* <[EMAIL PROTECTED] 
> > > wrote:
> > 
> > Hi
> > 
> > I'm helping with an installation which will have 12-16 buttons
> > (on/off) to
> > set off events in Pd and need to find a simple midi controller to
> > just send
> > note on and note off messages on 12-16 notes to do that. I could
> > hack a midi
> > keyboard but that would be a complicated and bulky solution given
> > the size
> > of the installation. Any suggestions?
> > 
> > Thanks
> > 
> > Stuart
> > 
> > 
> > 
> > 
> > ___
> > PD-list@iem.at  mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> > 
> > 
> > 
> > 
> > -- 
> > MIT Media Lab
> > [EMAIL PROTECTED] 
> > http://web.media.mit.edu/~dmerrill/
> > 
> > 
> > 
> > 
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management -> 
> > http://lists.puredata.info/listinfo/pd-list
> 
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] pix_record !

2007-08-28 Thread ths otra
i list !


i try to use PIX_RECORD in GEM : ver: 0.91-cvs ... and i don't now why it is 
very unstable (Windows). When i record a [pix_video] with it "with the hand" 
and a filename " file video.mov" it's ok. (but "dialog" appears from time to 
time .. )

But, when I try to record several videos dynamically with [file $1.mov]  
crash...

does somebody have some councils? by advance thank you!

i post my test patch... maybe..or probably it's a error to me !







  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail #N canvas 240 45 990 855 10;
#X obj 619 87 gemwin;
#X msg 627 63 0 \, destroy;
#X obj 250 300 pix_record;
#X msg 360 279 auto \$1;
#X obj 361 260 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
1;
#X msg 244 217 dialog;
#X obj 250 258 t a;
#X obj 525 236 bng 15 250 50 0 empty empty empty 0 -6 0 8 -258699 -1
-1;
#N canvas 0 22 454 304 savepanel 0;
#X obj 114 62 inlet;
#X obj 114 254 outlet;
#X obj 114 199 t b a;
#X obj 114 125 savepanel;
#X msg 114 162 set file \$1;
#X connect 0 0 3 0;
#X connect 2 0 1 0;
#X connect 2 1 1 0;
#X connect 3 0 4 0;
#X connect 4 0 2 0;
#X restore 526 255 pd savepanel;
#X msg 422 371 record \$1;
#X obj 422 352 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0
1;
#X floatatom 307 326 5 0 0 0 - - -;
#X msg 426 266 vertical;
#X obj 428 239 loadbang;
#X text 360 218 turn on auto recording;
#X msg 359 235 1;
#X obj 17 71 gemhead;
#X obj 17 118 pix_texture;
#X obj 17 143 rectangle 4 3;
#X obj 17 95 pix_video;
#X msg 620 41 dimen 720 576 \, create \, 1;
#X obj 678 457 f;
#X obj 705 457 + 1;
#X obj 678 400 metro 1000;
#X obj 741 582 f;
#X obj 764 583 + 1;
#X floatatom 740 601 5 0 0 0 - - -;
#X obj 670 365 tgl 15 0 empty empty empty 0 -6 0 10 -262144 -1 -1 0
1;
#X msg 819 565 1;
#X floatatom 624 461 5 0 0 0 - - -;
#X obj 677 482 select 10;
#X obj 666 594 s reset_0;
#X obj 692 339 r reset_0;
#X obj 694 428 r reset_0;
#X msg 675 558 0;
#X obj 678 524 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144
-1 -1;
#X obj 715 524 bng 15 250 50 0 empty empty empty 0 -6 0 10 -262144
-1 -1;
#X obj 822 599 s relance;
#X obj 667 310 r relance;
#X obj 458 344 r reset_0;
#X obj 459 324 r relance;
#X obj 715 559 delay 1000;
#X obj 810 524 delay 2000;
#X msg 524 280 file \$1.mov;
#X connect 1 0 0 0;
#X connect 2 1 11 0;
#X connect 3 0 2 0;
#X connect 4 0 3 0;
#X connect 5 0 6 0;
#X connect 6 0 2 0;
#X connect 7 0 8 0;
#X connect 8 0 43 0;
#X connect 9 0 2 0;
#X connect 10 0 9 0;
#X connect 13 0 12 0;
#X connect 13 0 15 0;
#X connect 15 0 4 0;
#X connect 16 0 19 0;
#X connect 17 0 18 0;
#X connect 18 0 2 0;
#X connect 19 0 17 0;
#X connect 20 0 0 0;
#X connect 21 0 22 0;
#X connect 21 0 29 0;
#X connect 21 0 30 0;
#X connect 22 0 21 1;
#X connect 23 0 21 0;
#X connect 24 0 25 0;
#X connect 24 0 26 0;
#X connect 25 0 24 1;
#X connect 26 0 43 0;
#X connect 27 0 23 0;
#X connect 28 0 37 0;
#X connect 30 0 35 0;
#X connect 30 0 36 0;
#X connect 30 0 42 0;
#X connect 32 0 27 0;
#X connect 33 0 21 1;
#X connect 34 0 31 0;
#X connect 35 0 34 0;
#X connect 36 0 41 0;
#X connect 38 0 27 0;
#X connect 39 0 10 0;
#X connect 40 0 10 0;
#X connect 41 0 24 0;
#X connect 42 0 28 0;
#X connect 43 0 2 0;
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread Stuart Jones
Thanks David and Marius

In fact I was thinking about hacking a midi control keyboard but I¹ll have a
look at what you suggest.

Stuart



From: David Merrill <[EMAIL PROTECTED]>
Date: Tue, 28 Aug 2007 08:49:49 -0400
To: marius schebella <[EMAIL PROTECTED]>
Cc: 
Subject: Re: [PD] Simple midi controller for installation

.. that sounds like advice-from-experience!

Marius has a good point there. I would add to it that you should also make
sure that you don't leave a window foregrounded that will make a "status
beep" or any other unwanted sound when the particular keys that you've
chosen are pressed. At our recent SIGGRAPH installation we had a few minutes
where we heard the apple "bonk" noise every time someone would press one of
the buttons, and realized that the system control panel was the foregrounded
application, so it was receiving the button-presses also.

modifier keys work well for this (control, shift, etc) - but if you need
12-16 buttons, you'll probably want to just use letters.
-D

On 8/28/07, marius schebella <[EMAIL PROTECTED]> wrote:
> just a small hint to prevent problems I experienced in the past. when
> you hack a keyboard for installations, I recommend not to use keys which
> interrupt the start process (c, s, return or the system runtime). if
> people have buttons in installation they will not stop pressing them
> during a restart of the machine...
> marius.
> 
> David Merrill wrote:
>> Hi Stuart -
>> A hacked USB keyboard makes a nice button-bank, and you can typically
>> strip away most of its size, leaving just a little circuit board with
>> wires coming out to your buttons. You can read the button-presses with
>> Hans's [hid] object.
>> 
>> here's one that we did some time ago...
>> http://www.instructables.com/id/EDH81H8H62EQZJIDV8/
>> -David M.
>> 
>> On 8/28/07, *Stuart Jones* < [EMAIL PROTECTED]
>> 
>> > wrote:
>> 
>> Hi
>> 
>> I'm helping with an installation which will have 12-16 buttons
>> (on/off) to
>> set off events in Pd and need to find a simple midi controller to
>> just send
>> note on and note off messages on 12-16 notes to do that. I could
>> hack a midi 
>> keyboard but that would be a complicated and bulky solution given
>> the size
>> of the installation. Any suggestions?
>> 
>> Thanks
>> 
>> Stuart
>> 
>> 
>> 
>> 
>> ___
>> PD-list@iem.at  mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> 
>> 
>> --
>> MIT Media Lab
>> [EMAIL PROTECTED] 
>> http://web.media.mit.edu/~dmerrill/
>> 
>> 
>> 
>> 
>> ___
>> PD-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
> 



-- 
MIT Media Lab
[EMAIL PROTECTED]  
http://web.media.mit.edu/~dmerrill/

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list




___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread Mathieu Bouchard

On Tue, 28 Aug 2007, David Merrill wrote:

A hacked USB keyboard makes a nice button-bank, and you can typically 
strip away most of its size, leaving just a little circuit board with 
wires coming out to your buttons. You can read the button-presses with 
Hans's [hid] object.

here's one that we did some time ago...
http://www.instructables.com/id/EDH81H8H62EQZJIDV8/


Maybe it's just me, but I'd rather try to hack the driver or the cable 
(e.g. using PS2-to-serial converters) rather than open the keyboard's 
case. With those solutions, it doesn't take more effort to support more 
buttons.


 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread Mathieu Bouchard

On Tue, 28 Aug 2007, Mathieu Bouchard wrote:

On Tue, 28 Aug 2007, David Merrill wrote:
A hacked USB keyboard makes a nice button-bank, and you can typically strip 
away most of its size, leaving just a little circuit board with wires 
coming out to your buttons. You can read the button-presses with Hans's 
[hid] object.

here's one that we did some time ago...
http://www.instructables.com/id/EDH81H8H62EQZJIDV8/
Maybe it's just me, but I'd rather try to hack the driver or the cable (e.g. 
using PS2-to-serial converters) rather than open the keyboard's case. With 
those solutions, it doesn't take more effort to support more buttons.


Uh, I wrote that assuming that you meant you were making something 
designed not to interfere with USB keyboard drivers and so you were 
bypassing the controller and stuff. But I was confused.


 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal QC Canada___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Simple midi controller for installation

2007-08-28 Thread Andy Farnell


Becuase you want 16 or less buttons its easy. You don't need
a key scanner so just a 6402 (aka AY-5-101-5) is basically
all you want. You can get em for pennies.

>From memory you want a 500kHz clock, but 1MHz crystals are more
common so a flip flop will divide it in half.

You pull a few pins up or down to set it in transmit mode.
Put a cap and resistor on pin 21 to send a reset/init pulse.
 A 74922 will scan 16 keys into 4 bits. Hard wire the note-on
and velocity byte and it should work.

data sheet and last item here is basically it..

http://faculty.cs.tamu.edu/rabi/ppcproj/lcdkeypad/lcdkeypad.html

also intersting, link via Bobby Whelans site

http://www.borg.com/%7Ejglatt/hardware/key.htm

but uses a PIC which is annoying because it needs 
programming.

Or, find Robert Penfolds book "Midi Projects"
from which I built one of these in 1984 when I was a teenager.
Good Lord! People still use MIDI :D 




On Tue, 28 Aug 2007 10:45:02 +0100
Stuart Jones <[EMAIL PROTECTED]> wrote:

> Hi
> 
> I'm helping with an installation which will have 12-16 buttons (on/off) to
> set off events in Pd and need to find a simple midi controller to just send
> note on and note off messages on 12-16 notes to do that. I could hack a midi
> keyboard but that would be a complicated and bulky solution given the size
> of the installation. Any suggestions?
> 
> Thanks
> 
> Stuart
> 
> 
> 
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


-- 
Use the source

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] vst~

2007-08-28 Thread Thomas Grill

Hi Matthew,
no wonder, vst~ hasn't been ported to OS X yet.
best greetings,
Thomas

Am 21.08.2007 um 21:53 schrieb Matthew Polashek:

I can't seem to figure out how to get the vst~ working in OSX.  Any  
ideas?



Matthew Polashek
[EMAIL PROTECTED]
www.tinysongs.com
www.JandMJazz.com
www.BLDBand.com


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
listinfo/pd-list


Thomas Grill
http://g.org


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] Visual Music award 2007:

2007-08-28 Thread Florian Grond
Have a look at this call for entries (deadline soon) Visual Music award 
2007:
http://www.visual-music-award.de/index.cfm?siteid=7

cheers,

Florian

-- 
///  / |< ||| | ZKM | Zentrum fuer Kunst und Medientechnologie
///  / |< ||| | ZKM | Centre d'Art et Media
///  / |< ||| | ZKM | Center for Art and Media

Lorenzstraße 19
D- 76135 Karlsruhe
Tel: +49. 721. 8100-1001
 +49. 721. 9117430
Mob: +49. 177. 3099094
Fax: +49. 721. 8100-1709

www.grond.at


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] audio visualizations

2007-08-28 Thread Nikola Jeremic
i have some old work of me experimenting with Gem ...
feel free 2 use it :)
the patch needs audio input and likes techno...
u can change the photos in the images folder with your own ones, but they
have 2 be power of 2 resolution (512*512 or 256*256)
have fun and hope it helps you (learn the pd :)

http://www.njeremic.echoplex-label.de/tmp/vj-live.zip

greets from Berlin
nikola

On 8/27/07, Atte André Jensen <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> I have played a little with pd (under linux) in the past, and feel I got
> some idea what it can do. However, I have a gig coming up this weekend,
> and due to various reasons, I'm desperate to get some visuals going. It
> doesn't have to be fancy, as long as it follows the music, looks good
> and is somewhat varied. Something like electric sheep or goom would be
> the kinda thing I'm hoping for...
>
> I feel impolite to ask in such a hurry, but is there some pd-patches
> out-there that'll make pd/linux visualize an audio feed? I'll promise to
> actually learn pd afterwards, but right now I'm just hoping pd can
> rescue me :-)
>
> Thanks in advance for any reply...
>
> --
> peace, love & harmony
> Atte
>
> http://atte.dk   | http://myspace.com/attejensen
> http://anagrammer.dk | http://atte.dk/compositions
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



-- 
www.echoplex-label.de/njeremic
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] vst~

2007-08-28 Thread Kevin McCoy
But you can use [dssi~] if you would like to try out some free LADSPA plugins.

cheahs,
Kevin

On 8/23/07, Thomas Grill <[EMAIL PROTECTED]> wrote:
> Hi Matthew,
> no wonder, vst~ hasn't been ported to OS X yet.
> best greetings,
> Thomas
>
>
> Am 21.08.2007 um 21:53 schrieb Matthew Polashek:
>
> I can't seem to figure out how to get the vst~ working in OSX.  Any ideas?
>
>
>
> Matthew Polashek
> [EMAIL PROTECTED]
> www.tinysongs.com
> www.JandMJazz.com
> www.BLDBand.com
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
> Thomas Grill
> http://g.org
>
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 



http://pocketkm.blogspot.com

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] audio visualizations

2007-08-28 Thread Thomas O Fredericks
Very nice. Excellent use of transparency!

Tom

On 8/28/07, Nikola Jeremic <[EMAIL PROTECTED]> wrote:
>
> i have some old work of me experimenting with Gem ...
> feel free 2 use it :)
> the patch needs audio input and likes techno...
> u can change the photos in the images folder with your own ones, but they
> have 2 be power of 2 resolution (512*512 or 256*256)
> have fun and hope it helps you (learn the pd :)
>
> http://www.njeremic.echoplex-label.de/tmp/vj-live.zip
>
> greets from Berlin
> nikola
>
> On 8/27/07, Atte André Jensen <[EMAIL PROTECTED]> wrote:
> >
> > Hi
> >
> > I have played a little with pd (under linux) in the past, and feel I got
> > some idea what it can do. However, I have a gig coming up this weekend,
> > and due to various reasons, I'm desperate to get some visuals going. It
> > doesn't have to be fancy, as long as it follows the music, looks good
> > and is somewhat varied. Something like electric sheep or goom would be
> > the kinda thing I'm hoping for...
> >
> > I feel impolite to ask in such a hurry, but is there some pd-patches
> > out-there that'll make pd/linux visualize an audio feed? I'll promise to
> > actually learn pd afterwards, but right now I'm just hoping pd can
> > rescue me :-)
> >
> > Thanks in advance for any reply...
> >
> > --
> > peace, love & harmony
> > Atte
> >
> > http://atte.dk   | http://myspace.com/attejensen
> > http://anagrammer.dk | http://atte.dk/compositions
> >
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
>
>
>
> --
> www.echoplex-label.de/njeremic
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
thomas ouellet fredericks, [EMAIL PROTECTED], montreal, canada
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] http://at.or.at/hans/pd/installers/ down

2007-08-28 Thread marius schebella
hi hans,
is the server still down? where can I get a recent pd-extended version 
for windows? is it possible to mirror the binaries of pd-extended somewhere?
marius.

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] vst~

2007-08-28 Thread Matthew Polashek

Yes, that's a better option for me anyway.


Matthew Polashek
[EMAIL PROTECTED]
www.tinysongs.com
www.JandMJazz.com
www.BLDBand.com


On Aug 28, 2007, at 5:40 PM, Kevin McCoy wrote:

But you can use [dssi~] if you would like to try out some free  
LADSPA plugins.


cheahs,
Kevin

On 8/23/07, Thomas Grill <[EMAIL PROTECTED]> wrote:

Hi Matthew,
no wonder, vst~ hasn't been ported to OS X yet.
best greetings,
Thomas


Am 21.08.2007 um 21:53 schrieb Matthew Polashek:

I can't seem to figure out how to get the vst~ working in OSX.   
Any ideas?




Matthew Polashek
[EMAIL PROTECTED]
www.tinysongs.com
www.JandMJazz.com
www.BLDBand.com

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list

Thomas Grill
http://g.org


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list





--



http://pocketkm.blogspot.com

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
listinfo/pd-list


___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] vbap and matrix external

2007-08-28 Thread Hector Centeno
Hi,

I'm trying to get vbap working using Linux Fedora 7/Planet CCRMA. I'm using
the Planet's packages which are version 0.39.2. First I found vbap in two
different places:

/usr/lib/pd/extra/vbap
/usr/lib/pd/extra/ggee

What is the difference?
So I tried with the vbap directory. When trying to load the demo I struggled
with finding matrix and matrix~. There are externals named like this in
different directories:

/usr/lib/pd/extra/cyclone/matrix~.pd_linux
/usr/lib/pd/extra/flatspace/matrix.pd_linux
/usr/lib/pd/extra/flatspace/matrix~.pd_linux
/usr/lib/pd/extra/creb/matrix~.pd_linux

Does anyone know which ones are the right ones to use? I managed to get the
demo loaded and running using the matrix in flatspace and matrix~ in cyclone
but I can't get any audio output. I'm fairly new to PD so some help would be
appreciated.

Cheers,

Hector
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] vbap and matrix external

2007-08-28 Thread Kevin McCoy
Hi Hector,

As far as I remember, the correct one to use is [mtx_mul] and
[mtx_mul~]; as IOhannes told me, [matrix] & etc is deprecated if I
remember correctly.  The correct ones are from the excellent iemmatrix
library.

I think the vbap directory is the more recent one which should be
Ville Pulkki's work.  Have a look at the documentation in there.

Hope this helps,
Kevin


On 8/28/07, Hector Centeno <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to get vbap working using Linux Fedora 7/Planet CCRMA. I'm using
> the Planet's packages which are version 0.39.2. First I found vbap in two
> different places:
>
> /usr/lib/pd/extra/vbap
> /usr/lib/pd/extra/ggee
>
> What is the difference?
> So I tried with the vbap directory. When trying to load the demo I struggled
> with finding matrix and matrix~. There are externals named like this in
> different directories:
>
> /usr/lib/pd/extra/cyclone/matrix~.pd_linux
> /usr/lib/pd/extra/flatspace/matrix.pd_linux
> /usr/lib/pd/extra/flatspace/matrix~.pd_linux
> /usr/lib/pd/extra/creb/matrix~.pd_linux
>
> Does anyone know which ones are the right ones to use? I managed to get the
> demo loaded and running using the matrix in flatspace and matrix~ in cyclone
> but I can't get any audio output. I'm fairly new to PD so some help would be
> appreciated.
>
> Cheers,
>
> Hector
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


--



http://pocketkm.blogspot.com


-- 



http://pocketkm.blogspot.com

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] some images...

2007-08-28 Thread Hans-Christoph Steiner

On Aug 28, 2007, at 1:03 AM, Chris McCormick wrote:

> On Mon, Aug 27, 2007 at 11:56:45PM -0400, Mathieu Bouchard wrote:
>> On Mon, 27 Aug 2007, Chris McCormick wrote:
>>
>>> On Mon, Aug 27, 2007 at 07:48:56PM +0200, Roman Haefeli wrote:
 (who's sad, that is already over)
>>> I have been so jealous these last few days! I am so there next year.
>>
>> There's no next year.
>
> Oh, that's really sad. Seems like you guys did a really great job.  
> Well
> I guess there will be another Pd conference of some kind in the  
> future,
> right?

Well, if someone gets really inspired and organized, there might be a  
next year.  There is already talk of having the next one in Sao Paulo  
or Barcelona.

I hope the next one will happen sooner rather than later.  It was  
really excellent to meet people I know from the list, but also to see  
the art community in Montréal.  It really was an interesting mix of  
people and ideas.

.hc

>
> Best,
>
> Chris.
>
> ---
> http://mccormick.cx
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
> listinfo/pd-list


 


Access to computers should be unlimited and total.  - the hacker ethic



___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] http://at.or.at/hans/pd/installers/ down

2007-08-28 Thread Hans-Christoph Steiner

Hey,

You can find them here:

http://lists.puredata.info/pipermail/pd-list/2007-08/052757.html

.hc

On Aug 28, 2007, at 6:42 PM, marius schebella wrote:

> hi hans,
> is the server still down? where can I get a recent pd-extended version
> for windows? is it possible to mirror the binaries of pd-extended  
> somewhere?
> marius.
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
> listinfo/pd-list






 


"...information-sharing is a powerful positive good, and... it is an  
ethical duty of hackers to share their expertise by writing open- 
source code and facilitating access to information and to computing  
resources wherever possible."   - Eric Raymond




___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] inconsistencies in msgfile

2007-08-28 Thread João Miguel Pais

Hi,

I was checking out msgfile (zexy 2.1), and there are some inconsistencies  
that I can't work out:


- the read message doesn't work with paths/files that have spaces in them  
[that's not an inconsistency, but it's something that should be standard  
nowadays]


- when opening the attached file with "|read ... cr(", msgfile behaves  
differently in pd vanilla 0.40-2 and pd extended 0.39-2-t5 (the .dll file  
only exists once, it's the one compiled with pd-extended). In pd extended  
the file opens, but it disregards the "cr" command - and the attached file  
appears condensed in 3 or 4 lines. In pd-vanilla the message "unable to  
lseek" appears.


does someone gets the same results as I do?

Joao


--
Friedenstr. 58
10249 Berlin
Deutschland
Tel +49 30 42020091
Mob +49 162 6843570
[EMAIL PROTECTED]
skype: jmmmpjmmmp
http://www.puredata.org/Members/jmmmp
IBM Thinkpad R51, XP, Pd-Ext-0.39-2-t5# Format der Partitur: 

# Dateneingang: Note-Modul,# das spielt (==Stelle auf dem Takt)
#   Dauer der Puls (Viertel / Achtel / usw.)
#   Takt
#   Tempo
#   Lautstärke (0-1)
# Ende: "end" (danach braucht man den # nicht)

# Kommentare:
# Kommentare fängen mit " # " an
# keine  " ;# "  oder  " ,# "  ohne der  " # "  benutzen

# Alle wiederholte Zahlen  müssen nicht wieder geschrieben werden 
(hauptsächlich Tempo und Dauer jeder Note).

# Für mehrere Informationen,# Partiturbeispiel anschauen (Duo,# Takte 1-49),# 
oder 707-4997 anrufen (1.5 Eu / Min).


# TAKTE 01-49

t 120
tc 60 4
1 1 1 2 ;# 1 ---
1
1
1

1 2 ;# 2
1
1
1

1 3
end___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] vbap and matrix external

2007-08-28 Thread Hector Centeno
Hello Kevin,

Thank you for your response. Does that mean I have to change the patch (
vbapdemo.pd) to substitute the [matrix] and [matrix~] by [mtx_mu] and
[mtx_mu~]? Do they work the same or that means I would have to do further
changes?

Thanks!



On 8/28/07, Kevin McCoy <[EMAIL PROTECTED]> wrote:
>
> Hi Hector,
>
> As far as I remember, the correct one to use is [mtx_mul] and
> [mtx_mul~]; as IOhannes told me, [matrix] & etc is deprecated if I
> remember correctly.  The correct ones are from the excellent iemmatrix
> library.
>
> I think the vbap directory is the more recent one which should be
> Ville Pulkki's work.  Have a look at the documentation in there.
>
> Hope this helps,
> Kevin
>
>
> On 8/28/07, Hector Centeno <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm trying to get vbap working using Linux Fedora 7/Planet CCRMA. I'm
> using
> > the Planet's packages which are version 0.39.2. First I found vbap in
> two
> > different places:
> >
> > /usr/lib/pd/extra/vbap
> > /usr/lib/pd/extra/ggee
> >
> > What is the difference?
> > So I tried with the vbap directory. When trying to load the demo I
> struggled
> > with finding matrix and matrix~. There are externals named like this in
> > different directories:
> >
> > /usr/lib/pd/extra/cyclone/matrix~.pd_linux
> > /usr/lib/pd/extra/flatspace/matrix.pd_linux
> > /usr/lib/pd/extra/flatspace/matrix~.pd_linux
> > /usr/lib/pd/extra/creb/matrix~.pd_linux
> >
> > Does anyone know which ones are the right ones to use? I managed to get
> the
> > demo loaded and running using the matrix in flatspace and matrix~ in
> cyclone
> > but I can't get any audio output. I'm fairly new to PD so some help
> would be
> > appreciated.
> >
> > Cheers,
> >
> > Hector
> >
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> >
>
>
> --
>
>
> 
> http://pocketkm.blogspot.com
>
>
> --
>
>
> 
> http://pocketkm.blogspot.com
>
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



-- 
===
http://www.hcenteno.net
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] inconsistencies in msgfile

2007-08-28 Thread hard off
hi, maybe list2symbol (l2s) will help you get the spaces in there?
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list