hi list
why aren't they included in the math functions? i tried to make externals but i get just clicking noises... well there is definitly a reason ... not fast enough?
martin
martin pi attacksyour.net/pi
johann strauss gasse 32 | 7 1040 vienna ++43 699 10 44 37 42
sil.at
On Thu, 4 Jul 2002, martin pi wrote:
hi list
why aren't they included in the math functions? i tried to make externals but i get just clicking noises... well there is definitly a reason ... not fast enough?
no, its not really fast, but unless you have a very old machine it should be fast enough. You might try the apply~ from ggee to do it, in the long term this functionality will be included into exrp~,fexpr~ I hope.
Get ggee from pure-data.sourceforge.net ./configure make -k cd signal
Guenter
Hi, martin pi hat gesagt: // martin pi wrote:
why aren't they included in the math functions? i tried to make externals but i get just clicking noises... well there is definitly a reason ... not fast enough?
Try the expr family of objects. They support among others:
sin() 1 sine
cos() 1 cosine
tan() 1 tangent
asin() 1 arc sine
acos() 1 arc cosine
atan() 1 arc tangent
atan2() 2 arc tangent of 2 variables
sinh() 1 hyperbolic sine
cosh() 1 hyperbolic cosine
tanh() 1 hyperbolic tangent
asinh() 1 inverse hyperbolic sine
acosh() 1 inverse hyperbolic cosine
atan() 1 inverse hyperbolic tangent
Frank Barknecht _ ______footils.org__
i do not seem to have CoreAudio,h anywhere on the machine, but there is a CoreAudio in System/Library/Frameworks/CoreAudio.framework/Versions/A
Pat Pagano, Director South East Just Intonation Society http://www.screwmusicforever.com/SHREESWIFT/
with binaries from test 35 -26 for Mac OSX ./pd -noadc -audiobuf 100 -nomidi -rt
Is there a way to specify my emagic 2|6 via ASIO? Are Quicktime Midi Instruments accessible? The gui is huge! lol "so long CoreAudio.h, wherever you are."
:-)
Pat Pagano, Director South East Just Intonation Society http://www.screwmusicforever.com/SHREESWIFT/
Yes, compile with the flag
-framework coreaudio
And it shall be found.
Juha
i do not seem to have CoreAudio,h anywhere on the machine, but there is a CoreAudio in System/Library/Frameworks/CoreAudio.framework/Versions/A
Pat Pagano, Director South East Just Intonation Society http://www.screwmusicforever.com/SHREESWIFT/
are "frameworks" actually shared libs? if not, what are they?
On Thu, 4 Jul 2002, =?ISO-8859-1?Q?Juha_Vehvil=E4inen?= wrote:
Yes, compile with the flag
-framework coreaudio
On Thu, 4 Jul 2002, =?ISO-8859-1?Q?Juha_Vehvil=E4inen?= wrote:
Yes, compile with the flag
-framework coreaudio
And it shall be found.
Juha
i do not seem to have CoreAudio,h anywhere on the machine, but there is a CoreAudio in System/Library/Frameworks/CoreAudio.framework/Versions/A
Pat Pagano, Director South East Just Intonation Society http://www.screwmusicforever.com/SHREESWIFT/
On Thu, 4 Jul 2002, =?ISO-8859-1?Q?Juha_Vehvil=E4inen?= wrote:
Yes, compile with the flag
-framework coreaudio
And it shall be found.
Juha
i do not seem to have CoreAudio,h anywhere on the machine, but there is a CoreAudio in System/Library/Frameworks/CoreAudio.framework/Versions/A
Pat Pagano, Director South East Just Intonation Society http://www.screwmusicforever.com/SHREESWIFT/
Great!
I spend all day yesterday looking at ld and libtool under OSX, and I'm not getting anywhere in terms of getting my external to compile under OSX. All the examples I've found online have used that project builder software, which I just can't figure out.
Could someone please send me a makefile for an external that links to a dynamic "framework".
Thanks Ben
On Fri, 5 Jul 2002, =?ISO-8859-1?Q?Juha_Vehvil=E4inen?= wrote:
Yes!
are "frameworks" actually shared libs? if not, what are they?
Hi, günter geiger hat gesagt: // günter geiger wrote:
On Thu, 4 Jul 2002, Frank Barknecht wrote:
Try the expr family of objects. They support among others:
Do they ?, The last time I looked they didn't provide this functionality for signals, (two months ago).
I think, Miller did lag a bit behind with expr in the PD sources for some time. The newest 0.3 version of expr is available at http://crca.ucsd.edu/~yadegari/expr.html but it is already in pd-0.35-test26:
New in Version 0.3 -Full function functionality
Frank Barknecht _ ______footils.org__
Try the expr family of objects. They support among others:
Do they ?, The last time I looked they didn't provide this functionality for signals, (two months ago).
they do. works fine.
thanx everybody for help martin
Guenter
martin pi attacksyour.net/pi
johann strauss gasse 32 | 7 1040 vienna ++43 699 10 44 37 42
sil.at