>>>
>>> Hallo, Phil Stone hat gesagt: // Phil Stone wrote:
>>>> > Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects
>>>> > for Mac OS X Intel? see:
>>>> >
>>>> > http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
>>>> >
>>>> > They don't seem to be in Pd-extended, unless I've missed them.
>>>>
>>>
>>> You can build your own floathotel as an abstraction easily. Basically
>>> it's already done with the [list-extend] and [list-find] abstraction
>>> that are part of the [list]-abs collection in CVS and pd-extended.
>>>
>>> Ciao
>>> -- Frank Barknecht _ ______footils.org_ __goto10.org__
>>
>> That's great news, thanks, Frank. However, what are these "list-extend"
>> and "list-find" objects you speak of? I don't see it in my list-abs
>> collection (PD 0.39.2-extended-test7, Mac i386, Jan. 5) -- was it a very
>> recent addition to list-abs?
>>
>>
>> Phil Stone
>> UC Davis
>
> OK, I see them there in CVS, but that puts me back to my original
> problem, of compiling for OS X. Or have they found there way into the
> nightly builds of PD-extended in the last few days?
>
> Phil
>
>
OK, duh, sorry! I just realized they are abstractions, so never mind
about the compiling! What a dummy I can be.
Phil
>>
>> Hallo, Phil Stone hat gesagt: // Phil Stone wrote:
>>> > Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects
>>> > for Mac OS X Intel? see:
>>> >
>>> > http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
>>> >
>>> > They don't seem to be in Pd-extended, unless I've missed them.
>>>
>>
>> You can build your own floathotel as an abstraction easily. Basically
>> it's already done with the [list-extend] and [list-find] abstraction
>> that are part of the [list]-abs collection in CVS and pd-extended.
>>
>> Ciao
>> -- Frank Barknecht _ ______footils.org_ __goto10.org__
>
> That's great news, thanks, Frank. However, what are these "list-extend"
> and "list-find" objects you speak of? I don't see it in my list-abs
> collection (PD 0.39.2-extended-test7, Mac i386, Jan. 5) -- was it a very
> recent addition to list-abs?
>
>
> Phil Stone
> UC Davis
OK, I see them there in CVS, but that puts me back to my original
problem, of compiling for OS X. Or have they found there way into the
nightly builds of PD-extended in the last few days?
Phil
>
> Hallo, Phil Stone hat gesagt: // Phil Stone wrote:
>> > Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects
>> > for Mac OS X Intel? see:
>> >
>> > http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
>> >
>> > They don't seem to be in Pd-extended, unless I've missed them.
>>
>
> You can build your own floathotel as an abstraction easily. Basically
> it's already done with the [list-extend] and [list-find] abstraction
> that are part of the [list]-abs collection in CVS and pd-extended.
>
> Ciao
> -- Frank Barknecht _ ______footils.org_ __goto10.org__
That's great news, thanks, Frank. However, what are these "list-extend"
and "list-find" objects you speak of? I don't see it in my list-abs
collection (PD 0.39.2-extended-test7, Mac i386, Jan. 5) -- was it a very
recent addition to list-abs?
Phil Stone
UC Davis
hello
i recently ordered two arduino boards and now i try my first steps with
it. i downloaded Pduino-0.2 and uploaded the firmware to the chip. i
encountered a little, but sometimes annoying problem, when using the
board with [arduino]-object. when i enable one or more analog inputs,
the arduino sends so much data, that data sent from computer to arduino
gets delayed, sometimes up to 10 seconds. this makes it impossible for
me to use the outputs, while using the analog ins at the same time. i
use the [arduino]-object as it is (with the hardcoded baudrate of
115200) and i connect the arduino-board directly to one of my laptop's
usb-ports.
i counted the messages i receive from the the analog input, when i
enable it:
1 analog input enabled: ~960 values/s
2 analog inputs enabled: ~480 values/s per input
3 analog inputs enabled: ~320 values/s per input
(and so on)
would it be easy to change the code of the firmware, so that it sends
the values of each analog input with a fixed rate (e.g. 100 Hz)?
i am not a c programmer, anyway i tried to search for kind of a delay
function in the code, but couldn't find anything. am i right in
assuming, that as it is now, it cycles through the code and sends each
time the values with the maximum possible rate, or in other words: there
is no speedlimit in the firmware? if so, how hard would it be to
implement kind of a speedlimit on the arduino-side?
any suggestions are welcome.
roman
___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
>Hello, I am afraid it is not an adsr. ADSR only have four parameters,
>it also looks like envgen from ggee,
You can set the envelope to four points if you want to. I just wanted to have the option of having something more advanced than an adsr(aadddsrrr for example).
I haven't tried envgen but as far as I know it's an external. This is a native pd-patch and I kinda like it that way because it's quicker to get it up and running on any platform without thinking about compiling/finding a binary etc.
> what this patch will be used for?
adsr(once I get the sustain into the patch)
and lfo's and maybe some sequencing.
>What's a "sustain function that can loop between more than one point" ?
As I said this isn't done yet but I'm thinking of a sustain that, instead of stopping at one point, goes back and forth between two-three points. That way you can have slight dynamics in the sound when holding down a key as well.
_______________________________________________________________
Hot new product - Spider Networks introduces stunning online ePortfolio solution for students and teachers
http://www.spider-networks.net/solutions/eportfolio.html
Hallo!
The hexloader is not working on my computer (pd 0.40-2) - do I have to
apply a patch to get this working ?
(I thought it is standard now ...)
Thanks,
LG
Georg
Hello,
Has anyone compiled Orm Finnendah*l*'s floathotel and/or maphash objects
for Mac OS X Intel? see:
http://icem-www.folkwang-hochschule.de/~finnendahl/pd.html
They don't seem to be in Pd-extended, unless I've missed them.
On a more general note, I'd love to be able to compile these or other
externals myself, but I'm embarrassed to admit, I can't get the hang of
compiling PD objects for OS X. I can't even get the first steps of Fink
package downloading working from Hans' tutorial for compiling all of
PD-extended for OS X. I've studied floathotel's makefile, but I can't
figure out how to change the linux-isms to Darwin-isms(?) or whether I
should be using XCode or command line "make", etc. Could some kind
person walk me through this? I've coded C on Unix (too many years ago
to admit), and know a makefile from an include, but this eludes me.
Phil Stone
UC Davis
How can I add a loadpath to Pd-extended (Mac)?
Thanks for help.
Achim
--
-- achim bornhoeft
-- neckarhalde 38
-- d-72070 tÃŒbingen
-- tel/fax +49 (0)7071 942745
-- mobil +49 (0)179 6936930
--
Hello,
I recently tried to download the pixelTango CVS snapshot
(http://cvs.sat.qc.ca/pixelTANGO.tar.gz) from the tot.sat.qc.ca website,
but it brings up a 404 File Not Found error. Does anyone know if there's
anywhere else I can get the file?
Cheers,
Jeff Dawson