hie all, i would like to change some sliders value dynamicaly when i load a sound in. what message or object i should use to do so? thanks
I read:
i would like to change some sliders value dynamicaly when i load a sound in. what message or object i should use to do so?
hmmm [send to-slider] ?? just set the receive of the slider to to-slider in the properties.
HTH
x
hi,
i have a question regarding the comport object in osx: is somebody working on porting the comport object to osx so that it works for example with the keyspan usb/serial adapter ?
thx for info
erich
If that adapter provides a /dev interface, I imagine that the port from
the GNU/Linux object would be trivial. For example, my USB->Serial
adapter creates /dev/tty.usbserial0. But I don't know if anyone if
working on it.
.hc
On Tuesday, Apr 13, 2004, at 09:34 America/New_York, rat@telecoma.net
wrote:
hi,
i have a question regarding the comport object in osx: is somebody working on porting the comport object to osx so that it works for example with the keyspan usb/serial adapter ?
thx for info
erich
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
There is no way to peace, peace is the way.
-A.J. Muste
If that adapter provides a /dev interface, I imagine that the port from
the GNU/Linux object would be trivial. For example, my USB->Serial
adapter creates /dev/tty.usbserial0. But I don't know if anyone if
working on it.
thx for the answer hans could a symbolic link to /dev/ttyS0 solve this issue ?
erich
.hc
On Tuesday, Apr 13, 2004, at 09:34 America/New_York, rat@telecoma.net
wrote:hi,
i have a question regarding the comport object in osx: is somebody working on porting the comport object to osx so that it works for example with the keyspan usb/serial adapter ?
thx for info
erich
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
There is no way to peace, peace is the way. -A.J. Muste
On Wednesday, Apr 14, 2004, at 02:49 America/New_York,
rat@telecoma.net wrote:
If that adapter provides a /dev interface, I imagine that the port
from the GNU/Linux object would be trivial. For example, my USB->Serial adapter creates /dev/tty.usbserial0. But I don't know if anyone if working on it.thx for the answer hans could a symbolic link to /dev/ttyS0 solve this issue ?
No, that would just be an alias to any built-in serial ports that are
in your Mac. That Mac would have to be Beige, because the newer ones
don't have serial ports built in anymore. If your USB->serial adapter
doesn't have its own /dev/tty*, then the Linux comport object wouldn't
work. You'd have to find a MacOS X Driver Kit object instead, or
something like that. But I don't really know the details.
.hc
erich
.hc
On Tuesday, Apr 13, 2004, at 09:34 America/New_York,
rat@telecoma.net wrote:hi,
i have a question regarding the comport object in osx: is somebody working on porting the comport object to osx so that it works for example with the keyspan usb/serial adapter ?
thx for info
erich
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
__ ____
There is no way to peace, peace is the way. -A.J. Muste
"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
Hi Hans-Christoph, it seems like none of the installer packages on the pure-data.iem.at-site are present anymore. Where have they gone?
best greetings, Thomas
My ISP is having troubles, so my site is down until they fix it. But
all of the actual installers are hosted on either pure-data.iem.at or
SourceForge, so they are still all available. You can find the tested
'releases' under the "downloads" page on http://pure-data.iem.at
The beta installers are listed under "Member Downloads" which is under
"downloads" in http://pure-data.iem.at
.hc
On Friday, Apr 16, 2004, at 11:13 America/New_York, Thomas Grill wrote:
Hi Hans-Christoph, it seems like none of the installer packages on the
pure-data.iem.at-site are present anymore. Where have they gone?best greetings, Thomas
Using ReBirth is like trying to play an 808 with a long stick. -David Zicarelli
Hallo, CK hat gesagt: // CK wrote:
I read:
i would like to change some sliders value dynamicaly when i load a sound in. what message or object i should use to do so?
hmmm [send to-slider] ?? just set the receive of the slider to to-slider in the properties.
Or do it the traditional way and connect something to the inlet of the slider? ;)
Seriously now: If you load your samples with soundfiler, then soundfiler outputs the number of samples in the soundfile to its outlet. You can use this value to do various things, for example set a sliders range. Right-click a slider and select help for the full list of slider operations in the [pd edit] subpatch setting the range is done with a [range from to( message.
Frank Barknecht _ ______footils.org__
Hello a while ago someone posted some projects using pd with Macromedia Director. Is thi sstill available?