Re: [PD] arrowheads on cords plugin

2011-08-16 Thread Hans-Christoph Steiner
Thanks for the bug report.  This version should fix that:

cordarrows-plugin.tcl
Description: Binary data
.hcOn Aug 16, 2011, at 2:29 PM, Daniel Roviriego wrote:forgot to mention the arrowheads are working, besides the error message:Using Ubuntu 10.10. Tcl version 8.5.8-2build1 and tk version 8.5.8-1cheers2011/8/16 Daniel Roviriego  Hi Hans..Iḿ getting this error trying to use the plugininvalid command name ".gfxstub8566bd8.c" invalid command name ".gfxstub8566bd8.c"    while executing"$tkcanvas itemconfigure cord -arrow none"     (procedure "add_arrows_to_cords" line 8)    invoked from within"add_arrows_to_cords .gfxstub8566bd8"    (command bound to event)cheers 2011/8/16 Hans-Christoph Steiner   I whipped up a quick plugin to add arrowheads to cord when in editmode.  The arrowheads clearly show the direction that the messages are flowing.  .hc    Computer science is no more related to the computer than astronomy is related to the telescope.      -Edsger Dykstra   ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- Daniel Roviriego (21) 35920701 (21) 99561654 M2D multi_meios -- Daniel Roviriego (21) 35920701 (21) 99561654 M2D multi_meios ___Pd-list@iem.at mailing listUNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list I spent 33 years and four months in active military service and during that period I spent most of my time as a high class muscle man for Big Business, for Wall Street and the bankers.      - General Smedley Butler ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] arrowheads on cords plugin

2011-08-16 Thread Daniel Roviriego
forgot to mention the arrowheads are working, besides the error message:

Using Ubuntu 10.10. Tcl version 8.5.8-2build1 and tk version 8.5.8-1

cheers

2011/8/16 Daniel Roviriego 

> Hi Hans..
>
> Iḿ getting this error trying to use the plugin
>
> invalid command name ".gfxstub8566bd8.c"
> invalid command name ".gfxstub8566bd8.c"
> while executing
> "$tkcanvas itemconfigure cord -arrow none"
> (procedure "add_arrows_to_cords" line 8)
> invoked from within
> "add_arrows_to_cords .gfxstub8566bd8"
> (command bound to event)
>
>
> cheers
>
> 2011/8/16 Hans-Christoph Steiner 
>
>>
>> I whipped up a quick plugin to add arrowheads to cord when in editmode.
>>  The arrowheads clearly show the direction that the messages are flowing.
>>
>> .hc
>>
>>
>> --**--**
>> 
>>
>> Computer science is no more related to the computer than astronomy is
>> related to the telescope.  -Edsger Dykstra
>>
>>
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
>
> --
> Daniel Roviriego
> (21) 35920701
> (21) 99561654
> M2D multi_meios
>
>


-- 
Daniel Roviriego
(21) 35920701
(21) 99561654
M2D multi_meios
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] arrowheads on cords plugin

2011-08-16 Thread Daniel Roviriego
Hi Hans..

Iḿ getting this error trying to use the plugin

invalid command name ".gfxstub8566bd8.c"
invalid command name ".gfxstub8566bd8.c"
while executing
"$tkcanvas itemconfigure cord -arrow none"
(procedure "add_arrows_to_cords" line 8)
invoked from within
"add_arrows_to_cords .gfxstub8566bd8"
(command bound to event)


cheers

2011/8/16 Hans-Christoph Steiner 

>
> I whipped up a quick plugin to add arrowheads to cord when in editmode.
>  The arrowheads clearly show the direction that the messages are flowing.
>
> .hc
>
>
> --**--**
> 
>
> Computer science is no more related to the computer than astronomy is
> related to the telescope.  -Edsger Dykstra
>
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
Daniel Roviriego
(21) 35920701
(21) 99561654
M2D multi_meios
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] arrowheads on cords plugin

2011-08-16 Thread Hans-Christoph Steiner


I whipped up a quick plugin to add arrowheads to cord when in  
editmode.  The arrowheads clearly show the direction that the messages  
are flowing.


.hc


cordarrows-plugin.tcl
Description: Binary data




Computer science is no more related to the computer than astronomy is  
related to the telescope.  -Edsger Dykstra



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


Re: [PD] PS/2 mouse+Arduino+Pd=awesome?

2011-08-16 Thread Hans-Christoph Steiner


On Aug 16, 2011, at 8:48 AM, Simon Wise wrote:


On 16/08/11 18:53, Richie Cyngler wrote:

That's a good idea but my computer doesn't have a PS/2 input.


[hid] is for usb, maybe [comport] would work with PS/2 if you used a  
PS/2 to usb connector??? or one of the older mouse objects? not  
sure, maybe the PS/2 to usb connector means that the trackball  
becomes a usb mouse?


If it does appear as a usb mouse then [hid] can certainly connect to  
it directly, which will probably be what you want.


You will need to do a few settings to your X setup, or your system,  
to make sure that the trackball does not become a mouse for the  
whole system.



On GNU/Linux, [hid] will work with PS/2 because the Linux input event  
system is a single unified system for almost all techniques of HID  
devices, including: PS/2, AT, USB HID, ADB, etc.


With the Arduino, if the data is simple, then it'd probably be easiest  
to just send it and then receive it with [comport].  It would also be  
not too hard to make a custom Firmata firmware using the PS/2 lib and  
Firmata lib in an Arduino sketch.  Check the Firmata examples.


.hc





"Free software means you control what your computer does. Non-free  
software means someone else controls that, and to some extent controls  
you." - Richard M. Stallman




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


Re: [PD] PS/2 mouse+Arduino+Pd=awesome?

2011-08-16 Thread Simon Wise

On 16/08/11 18:53, Richie Cyngler wrote:

That's a good idea but my computer doesn't have a PS/2 input.


[hid] is for usb, maybe [comport] would work with PS/2 if you used a PS/2 to usb 
connector??? or one of the older mouse objects? not sure, maybe the PS/2 to usb 
connector means that the trackball becomes a usb mouse?


If it does appear as a usb mouse then [hid] can certainly connect to it 
directly, which will probably be what you want.


You will need to do a few settings to your X setup, or your system, to make sure 
that the trackball does not become a mouse for the whole system.



Simon

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


Re: [PD] PS/2 mouse+Arduino+Pd=awesome?

2011-08-16 Thread Pedro Lopes
PS/2 to USB adapter.
http://www.amazon.com/Adesso-Adapter-connects-connectors-ADP-PU21/dp/B8ZPED

have fun. We use them in the labs, works fine.

On Tue, Aug 16, 2011 at 11:53 AM, Richie Cyngler wrote:

> That's a good idea but my computer doesn't have a PS/2 input.
>
>
> On Tue, Aug 16, 2011 at 6:43 PM, Charles Goyard  wrote:
>
>> Hi,
>>
>> Richie Cyngler wrote:
>> >
>> > Now I'm thinking of hacking a PS/2 mouse/trackball into my Uno and I'd
>> like
>> > to use it to control Pd data. I'm wondering if I'm going to be able to
>> get
>> > the data from the PS/2 trackball into Pd?
>>
>> Try attaching the mouse to the computer and use [hid]. I know some
>> people that do like that (with , not pd) with 5 mice on the PC.
>>
>> Cheers,
>> Charlot
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>
>
> --
> Richie
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
Pedro Lopes (HCI Researcher / MSc)
contact: pedro.lo...@ist.utl.pt
website: http://web.ist.utl.pt/Pedro.Lopes /
http://pedrolopesresearch.wordpress.com/ | http://twitter.com/plopesresearch
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] PS/2 mouse+Arduino+Pd=awesome?

2011-08-16 Thread Charles Goyard

Richie Cyngler wrote:
> That's a good idea but my computer doesn't have a PS/2 input.
Oh sorry, I had the PS/2 protocol in mind, not the PS/2 connector.

With the help of the library you pointed to, you can certainly get the
mouse movements into pd via a [comport]. Just drop pduino/firmata.
Coding with the arduino framework is really easy.


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


Re: [PD] PS/2 mouse+Arduino+Pd=awesome?

2011-08-16 Thread Richie Cyngler
That's a good idea but my computer doesn't have a PS/2 input.

On Tue, Aug 16, 2011 at 6:43 PM, Charles Goyard  wrote:

> Hi,
>
> Richie Cyngler wrote:
> >
> > Now I'm thinking of hacking a PS/2 mouse/trackball into my Uno and I'd
> like
> > to use it to control Pd data. I'm wondering if I'm going to be able to
> get
> > the data from the PS/2 trackball into Pd?
>
> Try attaching the mouse to the computer and use [hid]. I know some
> people that do like that (with , not pd) with 5 mice on the PC.
>
> Cheers,
> Charlot
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



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


Re: [PD] PS/2 mouse+Arduino+Pd=awesome?

2011-08-16 Thread Charles Goyard
Hi,

Richie Cyngler wrote:
> 
> Now I'm thinking of hacking a PS/2 mouse/trackball into my Uno and I'd like
> to use it to control Pd data. I'm wondering if I'm going to be able to get
> the data from the PS/2 trackball into Pd?

Try attaching the mouse to the computer and use [hid]. I know some
people that do like that (with , not pd) with 5 mice on the PC.

Cheers,
Charlot

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


[PD] Last chance to register to Understanding Visual Music 2011 (register by August 19th)

2011-08-16 Thread Eldad Tsabary

*Registration is open (free) for Understanding Visual Music 2011*

Registration is now open for the Understanding Visual Music conference 
at Concordia University in Montreal on 26/27 of August 2011. *Register 
to reserve a seat until August 19th!*


Register here: http://uvm2011.hexagram.ca/registration.html

**

*Description*

A two-day conference focused on developing an understanding of the 
practice of visual music, its definition, related creative and 
perceptual considerations, current trends, technological innovation, and 
possible future directions.


The event will take place on Friday the 26th and Saturday the 27th of 
August 2011 and will include paper sessions, panels, and creative works 
presentations.


**

*Featured presenters, curators, and artists:*

Jean Gagnon, Jean Piché, iota center, Dennis Miller, and Lumínico

**

*Paper presenters: *

Brian Evans, Angus Forbes, Mark Franz, Adrian Freed, Andrew Hill, 
Randolph Jordan, Jaroslaw Kapuscinski, Laurie Radford, Lewis Sykes, Jan 
Thoben, Adam Tindale, Ewa Trebacz, Luigi Allemano, Joseph Hyde, Eleni 
Michaelidi, and Xárene Eskandar


**

*Artists:*

Jean Detheux, Dennis Miller, Jane Cassidy, Emilie LeBel, Alison Loader, 
Samuel Pellman, Jean Piché, Insook Choi, Maura McDonnell, Joseph Hyde, 
Mark + Laura Cetilia, Bruno Degazio, Terry Gambarotto, Patrick 
Saint-Denis, Jaroslaw Kapuscinski, Julien-Robert Legault Salvail, Donna 
Hewitt, Angus Forbes


*Background*

The term "visual music" is a loose term that describes a wide array of 
creative approaches to working with sound and image. It may refer to 
"visualized music" in which the visual aspect follows the sound's 
amplitude, spectrum, pitch, or rhythm, often in the form of light shows 
or computer animation, while in other instances it may refer to "image 
sonification" in which the audio is drawn from the image in some 
fashion. Sometimes visual music describes a non-hierarchical correlation 
between sound and image, in which both are generated from the same 
algorithmic process, while in other instances, they are layered without 
hierarchy or correlation altogether. Both sound and image may be 
presented live, fixed, or as part of an interactive multimedia installation.


More information is available on the conference website: 
http://uvm2011.hexagram.ca


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