On Wed, Oct 25, 2006 at 01:59:53PM +0200, alberto.zin@poste.it wrote:
this is just to say that the joypad works in XP with the file joystick.py:
Anyone who is still interested in ergates, I have found from running it on another machine that once joystick.py is launched the CPU tops out. Obviously something weird is going on here and this may explain why some people are getting just a hard crash. Will report back when I've got something more robust working for joystick capture.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote:
On Wed, Oct 25, 2006 at 01:59:53PM +0200, alberto.zin@poste.it wrote:
this is just to say that the joypad works in XP with the file joystick.py:
Anyone who is still interested in ergates, I have found from running it on another machine that once joystick.py is launched the CPU tops out. Obviously something weird is going on here and this may explain why some people are getting just a hard crash. Will report back when I've got something more robust working for joystick capture.
I would recommend J. Sarlo's joystick-external. It works on all OSses AFAIR.
Frank Barknecht _ ______footils.org_ __goto10.org__
On Nov 23, 2006, at 10:05 AM, Frank Barknecht wrote:
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote:
On Wed, Oct 25, 2006 at 01:59:53PM +0200, alberto.zin@poste.it wrote:
this is just to say that the joypad works in XP with the file joystick.py:
Anyone who is still interested in ergates, I have found from
running it on another machine that once joystick.py is launched the CPU tops
out. Obviously something weird is going on here and this may explain
why some people are getting just a hard crash. Will report back when I've got something more robust working for joystick capture.I would recommend J. Sarlo's joystick-external. It works on all OSses AFAIR.
If definitely does not run on Mac OS X. [hid] is the only way to get
HID data from Mac OS X with Pd.
.hc
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
Hi,
How can I stop a movie clip [pix_film] on his last frame?
It seem´s that the 3rd outlet of [pix_film] object doesn´t work.
(on MacOS 10.3.9 _ PD-0.38.4-extended-RC7).
Thks.
Carlos Caires
Am 24.11.2006 um 14:37 schrieb Carlos Caires:
How can I stop a movie clip [pix_film] on his last frame?
It seem´s that the 3rd outlet of [pix_film] object doesn´t work.
(on MacOS 10.3.9 _ PD-0.38.4-extended-RC7).
if you know the f/sec of the clip and do not need the audio which it
plays automatically on os x, then it's easy:
just don't use the auto play function but use a counter to display
frame by frame..
the 2rd outlet of [pix_film] will give you the total number of frames
in the movie, so just let the counter stop at the last one.
if you need an example patch write again.
(footnote: try to avoid to write to the list by just picking a random
message and replying + changing the subject. the thread view will get
mixed up)
Hey Frank,
On Thu, Nov 23, 2006 at 04:05:29PM +0100, Frank Barknecht wrote:
I would recommend J. Sarlo's joystick-external. It works on all OSses AFAIR.
Since Hans pointed out it doesn't work under OSX, I think the next best option is for me to write an external that uses SDL calls to read from the joystick, since that library works on all platforms. Will report back here when that's done.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
On Nov 23, 2006, at 10:43 PM, hard off wrote:
[hid] is the only way to get
HID data from Mac OS X with Pd.<<
does this mean that [multio] will never work for osx, even if i or someone else does eventually compile the external?
If MultIO shows up as a HID device, then it'll work right now with
[hid] on Mac OS X.
.hc
Looking at things from a more basic level, you can come up with a
more direct solution... It may sound small in theory, but it in
practice, it can change entire economies. - Amy Smith
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote:
On Thu, Nov 23, 2006 at 04:05:29PM +0100, Frank Barknecht wrote:
I would recommend J. Sarlo's joystick-external. It works on all OSses AFAIR.
Since Hans pointed out it doesn't work under OSX, I think the next best option is for me to write an external that uses SDL calls to read from the joystick, since that library works on all platforms. Will report back here when that's done.
Or use an abstraction, which wraps [hid] for OS-X and uses [joystick] on Windows. Linux users can make their own choice.
Frank Barknecht _ ______footils.org_ __goto10.org__
On Nov 24, 2006, at 1:39 AM, Frank Barknecht wrote:
Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote:
On Thu, Nov 23, 2006 at 04:05:29PM +0100, Frank Barknecht wrote:
I would recommend J. Sarlo's joystick-external. It works on all
OSses AFAIR.Since Hans pointed out it doesn't work under OSX, I think the next
best option is for me to write an external that uses SDL calls to read
from the joystick, since that library works on all platforms. Will report back here when that's done.Or use an abstraction, which wraps [hid] for OS-X and uses [joystick] on Windows. Linux users can make their own choice.
http://pure-data.cvs.sourceforge.net/pure-data/externals/hcs/hid/ joystick.pd
http://pure-data.cvs.sourceforge.net/pure-data/externals/hcs/hid/doc/ joystick-help.pd
Works on Mac OS X and GNU/Linux. Will automatically work on Windows
once [hid] does.
.hc
¡El pueblo unido jamás será vencido!
On Nov 23, 2006, at 8:20 PM, Chris McCormick wrote:
Hey Frank,
On Thu, Nov 23, 2006 at 04:05:29PM +0100, Frank Barknecht wrote:
I would recommend J. Sarlo's joystick-external. It works on all OSses AFAIR.
Since Hans pointed out it doesn't work under OSX, I think the next
best option is for me to write an external that uses SDL calls to read from the joystick, since that library works on all platforms. Will report back here when that's done.
When I started [hid], I explored many options including SDL. It
provides a very limited interface to the devices, but is relatively
easy to use. I suppose an SDL object would be useful in specific
circumstances, like on obscure platforms. Do you have a specific
problem with [hid] besides not working on Windows?
You could also join Olaf Matthes, David Merrill, and I on working on
the next generation of [hidin]/[hid]/[input_noticer] that will work
on Linux, Mac OS X, and Windows. By lucky chance, David was in NYC
so we met yesterday about this. And by another lucky chance, Olaf is
getting into NYC and we are going to be meeting about this soon.
.hc
If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps
it to himself; but the moment it is divulged, it forces itself into
the possession of everyone, and the receiver cannot dispossess
himself of it. - Thomas Jefferson
On Sat, Nov 25, 2006 at 12:01:32PM -0500, Hans-Christoph Steiner wrote:
On Nov 23, 2006, at 8:20 PM, Chris McCormick wrote:
Since Hans pointed out it doesn't work under OSX, I think the next
best option is for me to write an external that uses SDL calls to read from the joystick, since that library works on all platforms. Will report back here when that's done.When I started [hid], I explored many options including SDL. It
provides a very limited interface to the devices, but is relatively
easy to use. I suppose an SDL object would be useful in specific
circumstances, like on obscure platforms. Do you have a specific
problem with [hid] besides not working on Windows?
Not at all. If [hid] was working on Windows, and easy to compile on Linux, I think I'd go with that.
You could also join Olaf Matthes, David Merrill, and I on working on
the next generation of [hidin]/[hid]/[input_noticer] that will work
on Linux, Mac OS X, and Windows. By lucky chance, David was in NYC
so we met yesterday about this. And by another lucky chance, Olaf is
getting into NYC and we are going to be meeting about this soon.
That sounds really cool. I look forward to a time when it's easy to get joystick events into Pd in a cross-platform way. In the meantime I might write a very simple SDL external to do just what I need, or persue Frank's idea of wrapping [joystick] and [hid] depending on the platform. I'd definately switch to what you guys are working on once it's working on all platforms though.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
Chris McCormick wrote:
On Sat, Nov 25, 2006 at 12:01:32PM -0500, Hans-Christoph Steiner wrote:
On Nov 23, 2006, at 8:20 PM, Chris McCormick wrote:
Since Hans pointed out it doesn't work under OSX, I think the next
best option is for me to write an external that uses SDL calls to read from the joystick, since that library works on all platforms. Will report back here when that's done.When I started [hid], I explored many options including SDL. It
provides a very limited interface to the devices, but is relatively
easy to use. I suppose an SDL object would be useful in specific
circumstances, like on obscure platforms. Do you have a specific
problem with [hid] besides not working on Windows?Not at all. If [hid] was working on Windows, and easy to compile on Linux, I think I'd go with that.
You could also join Olaf Matthes, David Merrill, and I on working on
the next generation of [hidin]/[hid]/[input_noticer] that will work
on Linux, Mac OS X, and Windows. By lucky chance, David was in NYC
so we met yesterday about this. And by another lucky chance, Olaf is
getting into NYC and we are going to be meeting about this soon.That sounds really cool. I look forward to a time when it's easy to get joystick events into Pd in a cross-platform way. In the meantime I might write a very simple SDL external to do just what I need, or persue Frank's idea of wrapping [joystick] and [hid] depending on the platform. I'd definately switch to what you guys are working on once it's working on all platforms though.
Yes, being able to easily connect a joystick on any platform should be a right, not a privilege within PD. :) We'll be getting started asap. Also, in general I think that there are neat possibilities for hacking other off-the-shelf hardware for instrument-building - to build the sensor into another instrument. Like many of the new wireless optical mice that have been released for really cheap lately.. For less than $10USD, they present a cheap, wireless 2D motion sensor that will also work with HID. Also, I'm looking forward to the price coming down on these: http://www.gizmodo.com/gadgets/peripherals/cut-the-cord-usb-runs-free-with-f... Power it with a battery and build it into your device, and your instrument can have several such hacked USB peripherals connected wirelessly back to your PC-as-synth. cheers, -David
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi, list
sorry if this has been asked before, but i'm still not sure about it:
is there any working [hid] or [hidin] external for XP ? i learned olaf matthes has made one some time ago but
http://www.akustische-kunst.org/
seems to be down or closed. can anybody help ?
thankxalot
oliver
David Merrill wrote:
Chris McCormick wrote:
On Sat, Nov 25, 2006 at 12:01:32PM -0500, Hans-Christoph Steiner wrote:
On Nov 23, 2006, at 8:20 PM, Chris McCormick wrote:
Since Hans pointed out it doesn't work under OSX, I think the next
best option is for me to write an external that uses SDL calls to read from the joystick, since that library works on all platforms. Will report back here when that's done.When I started [hid], I explored many options including SDL. It
provides a very limited interface to the devices, but is relatively
easy to use. I suppose an SDL object would be useful in specific
circumstances, like on obscure platforms. Do you have a specific
problem with [hid] besides not working on Windows?Not at all. If [hid] was working on Windows, and easy to compile on Linux, I think I'd go with that.
You could also join Olaf Matthes, David Merrill, and I on working on
the next generation of [hidin]/[hid]/[input_noticer] that will work
on Linux, Mac OS X, and Windows. By lucky chance, David was in NYC
so we met yesterday about this. And by another lucky chance, Olaf is getting into NYC and we are going to be meeting about this soon.That sounds really cool. I look forward to a time when it's easy to get joystick events into Pd in a cross-platform way. In the meantime I might write a very simple SDL external to do just what I need, or persue Frank's idea of wrapping [joystick] and [hid] depending on the platform. I'd definately switch to what you guys are working on once it's working on all platforms though.
Yes, being able to easily connect a joystick on any platform should be a right, not a privilege within PD. :) We'll be getting started asap. Also, in general I think that there are neat possibilities for hacking other off-the-shelf hardware for instrument-building - to build the sensor into another instrument. Like many of the new wireless optical mice that have been released for really cheap lately.. For less than $10USD, they present a cheap, wireless 2D motion sensor that will also work with HID. Also, I'm looking forward to the price coming down on these: http://www.gizmodo.com/gadgets/peripherals/cut-the-cord-usb-runs-free-with-f...
Power it with a battery and build it into your device, and your instrument can have several such hacked USB peripherals connected wirelessly back to your PC-as-synth. cheers, -David
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
[hidin] is included in the Pd-extended nightly builds. Work has just
started on [hidio], which is the next generation of [hid] It will
support Windows. No release date yet, we are working on it.
.hc
On Dec 1, 2006, at 10:26 AM, oliver wrote:
hi, list
sorry if this has been asked before, but i'm still not sure about it:
is there any working [hid] or [hidin] external for XP ? i learned olaf matthes has made one some time ago but
http://www.akustische-kunst.org/
seems to be down or closed. can anybody help ?
thankxalot
oliver
David Merrill wrote:
Chris McCormick wrote:
On Sat, Nov 25, 2006 at 12:01:32PM -0500, Hans-Christoph Steiner
wrote:On Nov 23, 2006, at 8:20 PM, Chris McCormick wrote:
Since Hans pointed out it doesn't work under OSX, I think the
next best option is for me to write an external that uses SDL calls to
read from the joystick, since that library works on all platforms. Will
report back here when that's done.When I started [hid], I explored many options including SDL.
It provides a very limited interface to the devices, but is
relatively easy to use. I suppose an SDL object would be
useful in specific circumstances, like on obscure platforms.
Do you have a specific problem with [hid] besides not working
on Windows?Not at all. If [hid] was working on Windows, and easy to compile on Linux, I think I'd go with that.
You could also join Olaf Matthes, David Merrill, and I on
working on the next generation of [hidin]/[hid]/[input_noticer]
that will work on Linux, Mac OS X, and Windows. By lucky
chance, David was in NYC so we met yesterday about this. And
by another lucky chance, Olaf is getting into NYC and we are
going to be meeting about this soon.That sounds really cool. I look forward to a time when it's easy to get joystick events into Pd in a cross-platform way. In the meantime I might write a very simple SDL external to do just what I need, or persue Frank's idea of wrapping [joystick] and [hid] depending on
the platform. I'd definately switch to what you guys are working on once it's working on all platforms though.Yes, being able to easily connect a joystick on any platform
should be a right, not a privilege within PD. :) We'll be getting
started asap. Also, in general I think that there are neat
possibilities for hacking other off-the-shelf hardware for
instrument-building - to build the sensor into another instrument.
Like many of the new wireless optical mice that have been released
for really cheap lately.. For less than $10USD, they present a
cheap, wireless 2D motion sensor that will also work with HID.
Also, I'm looking forward to the price coming down on these: http://www.gizmodo.com/gadgets/peripherals/cut-the-cord-usb-runs- free-with-freescale-149775.php Power it with a battery and build
it into your device, and your instrument can have several such
hacked USB peripherals connected wirelessly back to your PC-as-synth. cheers, -DavidBest,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
-- //////////////////////////////////////////////////////// \\\\\\\\ http://pendler.klingt.org \\\\\\\ ///////////// http://klingt.org/ground/lift //////////// \\\\\\\ http://www.charmant-rouge.com \\\\\\ ///////// http://klingt.org/executive-ensemble ///////// \\\\\\\ http://klingt.org/~oliver/prb \\\\\\ //////////////////////////////////////////////////////// \\\\ LIVE-BUILDER (music improvisation tool): \\\ /////// http://klingt.org/~oliver/pd/live-builder ////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
On Thu, Nov 23, 2006 at 09:29:56PM +0800, Chris McCormick wrote:
On Wed, Oct 25, 2006 at 01:59:53PM +0200, alberto.zin@poste.it wrote:
this is just to say that the joypad works in XP with the file joystick.py:
Anyone who is still interested in ergates, I have found from running it on another machine that once joystick.py is launched the CPU tops out. Obviously something weird is going on here and this may explain why some people are getting just a hard crash. Will report back when I've got something more robust working for joystick capture.
I've now checked into my CVS a new version which fixes a few bugs, and most importantly a bug in joystick.py which ate all the CPU. Would be cool if people tried it out again. I still can't get it to work on my girlfriend's Windows machine though.
Best,
Chris.
chris@mccormick.cx http://mccormick.cx