Re: [PD] desiredata 0.39.A.pre2

2006-11-19 Thread Tim Blechmann
On Sun, 2006-11-19 at 16:59 -0500, Mathieu Bouchard wrote:
 
 today, DesireData is switching back to ./configure  make, like it
 was in 
 the ImpureData days. 

... and that never worked on windos 

t

--
[EMAIL PROTECTED]ICQ: 96771783
http://www.mokabar.tk

Relying on the government to protect your privacy is like asking a
peeping tom to install your window blinds.
  John Perry Barlow


signature.asc
Description: This is a digitally signed message part
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] desiredata 0.39.A.pre2

2006-11-19 Thread Thomas Grill


Am 19.11.2006 um 22:59 schrieb Mathieu Bouchard:


On Sat, 18 Nov 2006, Hans-Christoph Steiner wrote:

On Nov 18, 2006, at 12:46 AM, day five wrote:

http://www.csounds.com/akbari/desiredata_log.txt I'm stuck at the  
last step at link time, the compiler errors out with ld:  
Undefined symbols: _OSAtomicAnd32 _OSAtomicOr32


I just wanted it to build.  I don't use scons and I spend already  
too much time on build issues, so I stopped.



today, DesireData is switching back to ./configure  make, like it  
was in the ImpureData days.


Are you under OSX 10.3 ?
As far as i remember the reported symbols are used by portaudio v19,  
which doesn't really support OSX 10.3 (which is a real drag!).

Switching back to autoconf won't help here.

greetings,
Thomas

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


Re: [PD] desiredata 0.39.A.pre2

2006-11-18 Thread Chuckk Hubbard

On 11/14/06, Steffen [EMAIL PROTECTED] wrote:


On 14/11/2006, at 17.14, Mathieu Bouchard wrote:

 On Tue, 14 Nov 2006, Thomas Grill wrote:

 There are no plans to incorporate Miller's 0.40 into devel_0_39
 Well, there are - but no manpower available.

 Oh sure there are would-likes for that... there are many would-
 likes... But I wouldn't like calling it a plan until there is some
 hint of allocated resources

I think there is a difference between a would-like and a sure-would-
not-ever-like. - The first is much more like a plan since it is a
possible plan, where the later is a plan not to or never to.

I say this, since i when i first read it, understood 'there are no
plans to' as 'there are plans never to' which proved not to be the case.


I would call what you guys are talking about more of a
wouldn't-it-be-cool-if, if people want it but no one intends it.  I
interpreted 'there are no plans to' as 'whatever, but I'm not doing
it,' which sounds like what Mathieu was saying.



One could argue that a flaw in - or a mixture of - my understanding
of grammar, time or aristotle.


An impressive understanding of grammar it is.  I had to read this 4
times before I realized it was a complete sentence.  The grammar is
almost acrobatic, but correct.

-Chuckk

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


Re: [PD] desiredata 0.39.A.pre2

2006-11-18 Thread Hans-Christoph Steiner


I just wanted it to build.  I don't use scons and I spend already too  
much time on build issues, so I stopped.


But please take it on, you could write that script for example.  But  
I am not one of the devel/dd people, so it'd be best if you  
coordinated with them.


.hc

On Nov 18, 2006, at 12:46 AM, day five wrote:


Hi Hans,

So what ever happened with this? I'm trying myself at present time and
I managed to work through a lot of the problems you mentioned, and I
kept a log which can be viewed here

http://www.csounds.com/akbari/desiredata_log.txt

I'm stuck at the last step at link time, the compiler errors out with

ld: Undefined symbols:
_OSAtomicAnd32
_OSAtomicOr32

According to http://www.hmug.org/man/3/OSAtomicAnd32.php
it seems these symbols belong to libc ...

Did you manage to build successfully? What was the trick?


./d5

On 11/13/06, Hans-Christoph Steiner [EMAIL PROTECTED] wrote:


On Nov 13, 2006, at 11:55 AM, Mathieu Bouchard wrote:

 On Mon, 13 Nov 2006, Hans-Christoph Steiner wrote:

 How about putting out some binaries too?

 One day I'll provide some but only for Linux. If you want to
 provide OSX binaries, feel free to do so, this is free software.

 Its still not easy to build DD. First off, there is no mention of
 installing portaudio in the INSTALL.txt. Then after that, it dies
 here on Mac OS X 10.4:

 I can try to help about OSX, but I don't use OSX, and I don't have
 easy access to OSX. Often, someone else will have to reply.

Write a build script and put it into scripts/auto-build/pd-devel- 
auto-

builder.sh, then you will have easy, automated access to many
platforms, included Mac OS X 10.3, 10.4, and Intel.

.hc





  http://at.or.at/hans/



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


Re: [PD] desiredata 0.39.A.pre2

2006-11-17 Thread day five

Hi Hans,

So what ever happened with this? I'm trying myself at present time and
I managed to work through a lot of the problems you mentioned, and I
kept a log which can be viewed here

http://www.csounds.com/akbari/desiredata_log.txt

I'm stuck at the last step at link time, the compiler errors out with

ld: Undefined symbols:
_OSAtomicAnd32
_OSAtomicOr32

According to http://www.hmug.org/man/3/OSAtomicAnd32.php
it seems these symbols belong to libc ...

Did you manage to build successfully? What was the trick?


./d5

On 11/13/06, Hans-Christoph Steiner [EMAIL PROTECTED] wrote:


On Nov 13, 2006, at 11:55 AM, Mathieu Bouchard wrote:

 On Mon, 13 Nov 2006, Hans-Christoph Steiner wrote:

 How about putting out some binaries too?

 One day I'll provide some but only for Linux. If you want to
 provide OSX binaries, feel free to do so, this is free software.

 Its still not easy to build DD. First off, there is no mention of
 installing portaudio in the INSTALL.txt. Then after that, it dies
 here on Mac OS X 10.4:

 I can try to help about OSX, but I don't use OSX, and I don't have
 easy access to OSX. Often, someone else will have to reply.

Write a build script and put it into scripts/auto-build/pd-devel-auto-
builder.sh, then you will have easy, automated access to many
platforms, included Mac OS X 10.3, 10.4, and Intel.

.hc


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


Re: Re: Re: [PD] desiredata 0.39.A.pre2

2006-11-14 Thread Luke Iannini (pd)

Also, this has obviously been fixed in later revisions of the pd
source, but as m_fifo.c seems to no longer be in the source I am
unsure of how to proceed.

On 11/14/06, Luke Iannini (pd) [EMAIL PROTECTED] wrote:

I'm trying to get DD to compile on OS X Intel (as usual : ) ) and am
getting the following:

gcc -g -Wall -fnested-functions -fasm-blocks -DPD -DDL_OPEN -DNEWHASH
-DLOCKFREE -DDESIRE -DPABLIO -DPA_LOG_API_CALLS -DUNISTD
-DPA_USE_COREAUDIO -DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO -DPA19
-DDEBUG -DHAVE_ALLOCA -DPD_INTERNAL
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tcl.framework/Headers -I/usr/include/tcl8.4
-Isrc -Iportmidi_osx -Iportmidi_osx/pm_common -Iportmidi_osx/porttime
-Iportmidi_osx/pm_mac -Iportaudio/include -Iportaudio/src/common -c -o
src/m_fifo.o src/m_fifo.c
/var/tmp//cc9fyyxN.s:26:junk `f' after expression
/var/tmp//cc9fyyxN.s:27:Spurious digit 1.
/var/tmp//cc9fyyxN.s:27:Rest of line ignored. 1st junk character valued 48 (0).
/var/tmp//cc9fyyxN.s:31:junk `f' after expression
/var/tmp//cc9fyyxN.s:33:junk `b' after expression
/var/tmp//cc9fyyxN.s:34:Spurious digit 2.
/var/tmp//cc9fyyxN.s:34:Rest of line ignored. 1st junk character valued 48 (0).
scons: *** [src/m_fifo.o] Error 1

Looks like there is a lot of processor specific assembler in there -
is this another case of assuming PPC on the OS X platform?

On 11/14/06, Tim Blechmann [EMAIL PROTECTED] wrote:
   ...one last question:  are we now using s_audio_pa.c or
   s_audio_portaudio.c?
  
   Tim Blechmann has coded the s_audio_portaudio.c interface for the
   vibrez project, that's why i am using it. I run it under OSX and
   Windows and due to callback scheduling it has far lower latency
   than Miller's implementation.

 i just want to mention, it also beats wini's alsa implementation, that
 has scheduling problems, when running below around 8 ms

  ...hmm, I guess someone needs to make a patch for inclusion in main
  pd:  thanks for the clarification!

 it's not that easy ... from my understanding of miller's pd, he
 considers pd as synchronous application. to achieve these latencies, i
 had to rewrite the scheduler, to work asynchronously, which is not the
 'pd way'.
 thus i think, it's not going to be included into main pd and submitting
 a patch would be a waste of time.

 cheers ... tim

 --
 [EMAIL PROTECTED]ICQ: 96771783
 http://www.mokabar.tk

 The aim of education is the knowledge, not of facts, but of values
   William S. Burroughs


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







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


Re: Re: Re: [PD] desiredata 0.39.A.pre2

2006-11-14 Thread Tim Blechmann
On Tue, 2006-11-14 at 05:16 -0700, Luke Iannini (pd) wrote:
 Also, this has obviously been fixed in later revisions of the pd
 source, but as m_fifo.c seems to no longer be in the source I am
 unsure of how to proceed.

m_fifo.c never made it into miller's pd, but it's an essential part of
devel_0_39, that's used by desiredata.

tim

--
[EMAIL PROTECTED]ICQ: 96771783
http://www.mokabar.tk

A paranoid is a man who knows a little of what's going on.
  William S. Burroughs


signature.asc
Description: This is a digitally signed message part
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: Re: Re: Re: [PD] desiredata 0.39.A.pre2

2006-11-14 Thread Luke Iannini (pd)

How can I retain this file?  It seems to be deleted immediately.  I
saw nothing in the scons run flags?

On 11/14/06, Tim Blechmann [EMAIL PROTECTED] wrote:

On Tue, 2006-11-14 at 05:16 -0700, Luke Iannini (pd) wrote:
 Also, this has obviously been fixed in later revisions of the pd
 source, but as m_fifo.c seems to no longer be in the source I am
 unsure of how to proceed.

m_fifo.c never made it into miller's pd, but it's an essential part of
devel_0_39, that's used by desiredata.

tim

--
[EMAIL PROTECTED]ICQ: 96771783
http://www.mokabar.tk

A paranoid is a man who knows a little of what's going on.
  William S. Burroughs





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


Re: Re: [PD] desiredata 0.39.A.pre2

2006-11-14 Thread Luke Iannini (pd)

I'm trying to get DD to compile on OS X Intel (as usual : ) ) and am
getting the following:

gcc -g -Wall -fnested-functions -fasm-blocks -DPD -DDL_OPEN -DNEWHASH
-DLOCKFREE -DDESIRE -DPABLIO -DPA_LOG_API_CALLS -DUNISTD
-DPA_USE_COREAUDIO -DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO -DPA19
-DDEBUG -DHAVE_ALLOCA -DPD_INTERNAL
-I/Library/Frameworks/Tk.framework/Headers
-I/Library/Frameworks/Tcl.framework/Headers -I/usr/include/tcl8.4
-Isrc -Iportmidi_osx -Iportmidi_osx/pm_common -Iportmidi_osx/porttime
-Iportmidi_osx/pm_mac -Iportaudio/include -Iportaudio/src/common -c -o
src/m_fifo.o src/m_fifo.c
/var/tmp//cc9fyyxN.s:26:junk `f' after expression
/var/tmp//cc9fyyxN.s:27:Spurious digit 1.
/var/tmp//cc9fyyxN.s:27:Rest of line ignored. 1st junk character valued 48 (0).
/var/tmp//cc9fyyxN.s:31:junk `f' after expression
/var/tmp//cc9fyyxN.s:33:junk `b' after expression
/var/tmp//cc9fyyxN.s:34:Spurious digit 2.
/var/tmp//cc9fyyxN.s:34:Rest of line ignored. 1st junk character valued 48 (0).
scons: *** [src/m_fifo.o] Error 1

Looks like there is a lot of processor specific assembler in there -
is this another case of assuming PPC on the OS X platform?

On 11/14/06, Tim Blechmann [EMAIL PROTECTED] wrote:

  ...one last question:  are we now using s_audio_pa.c or
  s_audio_portaudio.c?
 
  Tim Blechmann has coded the s_audio_portaudio.c interface for the
  vibrez project, that's why i am using it. I run it under OSX and
  Windows and due to callback scheduling it has far lower latency
  than Miller's implementation.

i just want to mention, it also beats wini's alsa implementation, that
has scheduling problems, when running below around 8 ms

 ...hmm, I guess someone needs to make a patch for inclusion in main
 pd:  thanks for the clarification!

it's not that easy ... from my understanding of miller's pd, he
considers pd as synchronous application. to achieve these latencies, i
had to rewrite the scheduler, to work asynchronously, which is not the
'pd way'.
thus i think, it's not going to be included into main pd and submitting
a patch would be a waste of time.

cheers ... tim

--
[EMAIL PROTECTED]ICQ: 96771783
http://www.mokabar.tk

The aim of education is the knowledge, not of facts, but of values
  William S. Burroughs


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






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


Re: [PD] desiredata 0.39.A.pre2

2006-11-14 Thread nward04

Hi,
I just got scons installed and tried to install desire data on os x  
10.4.7 and there seems to be a problem with jack. Any ideas would be  
welcome, Am very new to this compiling.

thanks

scons: Reading SConscript files ...
Checking for dlopen() in C library dl... yes
Checking for jack_activate() in C library jack... no
jack not found, so it's not enabled
Checking for sin() in C library m... yes
Checking for pthread_create() in C library pthread... yes
Checking for C header file pthread.h... yes
Checking for main() in C library fftw3f... no
NameError: name 'jack' is not defined:
  File SConstruct, line 46:
pdwatchdog, pdsend, pdreceive, pdgui, pd, pdlib = SConscript('./ 
src/SConscript')

  File /sw/lib/scons/SCons/Script/SConscript.py, line 581:
return apply(method, args, kw)
  File /sw/lib/scons/SCons/Script/SConscript.py, line 508:
return apply(_SConscript, [self.fs,] + files, {'exports' :  
exports})

  File /sw/lib/scons/SCons/Script/SConscript.py, line 239:
exec _file_ in stack[-1].globals
  File src/SConscript, line 463:
if jack:

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


Re: Re: Re: [PD] desiredata 0.39.A.pre2

2006-11-14 Thread Mathieu Bouchard

On Tue, 14 Nov 2006, Luke Iannini (pd) wrote:


Also, this has obviously been fixed in later revisions of the pd
source, but as m_fifo.c seems to no longer be in the source I am
unsure of how to proceed.


Stop thinking of the versions of pd being one neat sequence that comes 
from one direction of the past and goes to one direction of the future.


Currently, there are two main branches, miller and devel; and then devel 
is further split into the default one and the desiredata one (as 
compilation option).


At the time of this writing, the common root of all three head versions 
(the most recent version in each branch) is Miller's 0.39. There are no 
plans to incorporate Miller's 0.40 into devel_0_39 just like there are no 
plans to incorporate devel_0_39 into Miller's 0.40 or 0.41 or whenever.


 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC Canada___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: Re: [PD] desiredata 0.39.A.pre2

2006-11-14 Thread Tim Blechmann
On Tue, 2006-11-14 at 05:14 -0700, Luke Iannini (pd) wrote:
 I'm trying to get DD to compile on OS X Intel (as usual : ) ) and am
 getting the following:
 
 gcc -g -Wall -fnested-functions -fasm-blocks -DPD -DDL_OPEN -DNEWHASH
 -DLOCKFREE -DDESIRE -DPABLIO -DPA_LOG_API_CALLS -DUNISTD
 -DPA_USE_COREAUDIO -DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO -DPA19
 -DDEBUG -DHAVE_ALLOCA -DPD_INTERNAL
 -I/Library/Frameworks/Tk.framework/Headers
 -I/Library/Frameworks/Tcl.framework/Headers -I/usr/include/tcl8.4
 -Isrc -Iportmidi_osx -Iportmidi_osx/pm_common -Iportmidi_osx/porttime
 -Iportmidi_osx/pm_mac -Iportaudio/include -Iportaudio/src/common -c -o
 src/m_fifo.o src/m_fifo.c
 /var/tmp//cc9fyyxN.s:26:junk `f' after expression
 /var/tmp//cc9fyyxN.s:27:Spurious digit 1.
 /var/tmp//cc9fyyxN.s:27:Rest of line ignored. 1st junk character valued 48 
 (0).
 /var/tmp//cc9fyyxN.s:31:junk `f' after expression
 /var/tmp//cc9fyyxN.s:33:junk `b' after expression
 /var/tmp//cc9fyyxN.s:34:Spurious digit 2.
 /var/tmp//cc9fyyxN.s:34:Rest of line ignored. 1st junk character valued 48 
 (0).
 scons: *** [src/m_fifo.o] Error 1
 
 Looks like there is a lot of processor specific assembler in there -
 is this another case of assuming PPC on the OS X platform?

the assembler code is not operating system specific, but cpu
architecture specific.
having a look at the specifific file (/var/tmp/cc9fyyxN.s) would help to
debug this ...

tim

--
[EMAIL PROTECTED]ICQ: 96771783
http://www.mokabar.tk

All we composers really have to work with is time and sound - and
sometimes I'm not even sure about sound.
  Morton Feldman


signature.asc
Description: This is a digitally signed message part
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] desiredata 0.39.A.pre2

2006-11-13 Thread james tittle


On Nov 13, 2006, at 11:00 AM, Thomas Grill wrote:


Hi all,
actually, OSX builds _need_ portaudio. Therefore, you can't just  
specify portaudio=0.
You'd need to download portaudio-v19 (or check out from portaudio  
SVN) and the latest portmidi package. You don't need to build  
those, just point the scons variables portaudiopath and  
portmidipath to these folders and set portaudio to 1.

(You get a list of config variables with scons --help).


...one problem I've found with setting the portaudiopath and  
portmidipath's explicitly is that they assume some non-standard  
arrangement...for example, if I download cvs of portaudio, I get:


portaudio/pa_common
portaudio/pa_mac_core
...etc...

...but if I scons with portaudiopath=path/to/cvs/portaudio, scons  
looks for something like this:


path/to/portaudio/include
path/to/portaudio/src/common

...to make the point further, here's the compile line I've used:

gcc -g -Wall -faltivec -maltivec -fnested-functions -fasm-blocks -DPD  
-DDL_OPEN -DNEWHASH -DLOCKFREE -DDESIRE -DPABLIO -DPA_LOG_API_CALLS - 
DUNISTD -DPA_USE_COREAUDIO -DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO - 
DPA19 -DDEBUG -DHAVE_ALLOCA -DPD_INTERNAL -I/Library/Frameworks/ 
Tk.framework/Headers -I/Library/Frameworks/Tcl.framework/Headers -I/ 
usr/include/tcl8.4 -Isrc -I/Users/tigital/dev/portmidi -I/Users/ 
tigital/dev/portmidi/pm_common -I/Users/tigital/dev/portmidi/porttime  
-I/Users/tigital/dev/portmidi/pm_mac -I/Users/tigital/dev/portaudio/ 
include -I/Users/tigital/dev/portaudio/src/common -c -o src/ 
s_audio_pa.o src/s_audio_pa.c


...of course, an easy fix here is to add ,papath+'/pa_common' to  
line 497 of the src/SConscript (ex. pdenv.Append(CPPPATH=[papath+'/ 
include',papath+'/src/common',papath+'/pa_common']) ), but that leads  
to the following error:


gcc -g -Wall -faltivec -maltivec -fnested-functions -fasm-blocks -DPD  
-DDL_OPEN -DNEWHASH -DLOCKFREE -DDESIRE -DPABLIO -DPA_LOG_API_CALLS - 
DUNISTD -DPA_USE_COREAUDIO -DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO - 
DPA19 -DDEBUG -DHAVE_ALLOCA -DPD_INTERNAL -I/Library/Frameworks/ 
Tk.framework/Headers -I/Library/Frameworks/Tcl.framework/Headers -I/ 
usr/include/tcl8.4 -Isrc -I/Users/tigital/dev/portmidi -I/Users/ 
tigital/dev/portmidi/pm_common -I/Users/tigital/dev/portmidi/porttime  
-I/Users/tigital/dev/portmidi/pm_mac -I/Users/tigital/dev/portaudio/ 
include -I/Users/tigital/dev/portaudio/src/common -I/Users/tigital/ 
dev/portaudio/pa_common -c -o src/s_audio_paring.o src/s_audio_paring.c
scons: *** Source `/Users/tigital/dev/portaudio/src/common/ 
pa_allocation.c' not found, needed by target `/Users/tigital/dev/ 
portaudio/src/common/pa_allocation.o'.  Stop.


...unfortunately, I don't know where this is coming from:  portaudio  
in scons is spread out in several spots...


...one last question:  are we now using s_audio_pa.c or  
s_audio_portaudio.c?


james





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


Re: [PD] desiredata 0.39.A.pre2

2006-11-13 Thread Thomas Grill

Hi Jamie,


...one problem I've found with setting the portaudiopath and 
portmidipath's explicitly is that they assume some non-standard 
arrangement...for example, if I download cvs of portaudio, I get:


portaudio/pa_common
portaudio/pa_mac_core
...etc...
portaudio has switched to svn a while ago... the cvs shouldn't be used 
anymore.


...one last question:  are we now using s_audio_pa.c or 
s_audio_portaudio.c?


Tim Blechmann has coded the s_audio_portaudio.c interface for the vibrez 
project, that's why i am using it. I run it under OSX and Windows and 
due to callback scheduling it has far lower latency than Miller's 
implementation.


best greetings,
Thomas

--
Thomas Grill
http://g.org



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


Re: [PD] desiredata 0.39.A.pre2

2006-11-13 Thread james tittle

On Nov 13, 2006, at 3:13 PM, Thomas Grill wrote:
portaudio has switched to svn a while ago... the cvs shouldn't be  
used anymore.


...gah!  my last check on the website was back in april...as  
expected, with the right sources it compiles fine here, too ;-)


...one last question:  are we now using s_audio_pa.c or  
s_audio_portaudio.c?


Tim Blechmann has coded the s_audio_portaudio.c interface for the  
vibrez project, that's why i am using it. I run it under OSX and  
Windows and due to callback scheduling it has far lower latency  
than Miller's implementation.


...hmm, I guess someone needs to make a patch for inclusion in main  
pd:  thanks for the clarification!


jamie

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


Re: [PD] desiredata 0.39.A.pre2

2006-11-12 Thread Hans-Christoph Steiner


How about putting out some binaries too?  Its still not easy to build  
DD.  First off, there is no mention of installing portaudio in the  
INSTALL.txt.  Then after that, it dies here on Mac OS X 10.4:


gcc -Os -faltivec -maltivec -fnested-functions -fasm-blocks -DPD - 
DDL_OPEN -DNEWHASH -DLOCKFREE -DPABLIO -DUNISTD -DPA_USE_COREAUDIO - 
DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO -DPA19 -DNDEBUG - 
DHAVE_ALLOCA -DPD_INTERNAL -I/Library/Frameworks/Tk.framework/Headers  
-I/Library/Frameworks/Tcl.framework/Headers -I/usr/include/tcl8.4 - 
Isrc -Iportmidi_osx -Iportmidi_osx/pm_common -Iportmidi_osx/porttime - 
Iportmidi_osx/pm_mac -Iportaudio/include -Iportaudio/src/common -c -o  
src/s_midi_pm.o src/s_midi_pm.c

src/s_midi_pm.c: In function 'sys_do_open_midi':
src/s_midi_pm.c:52: error: too few arguments to function 'Pm_OpenInput'
scons: *** [src/s_midi_pm.o] Error 1
scons: building terminated because of errors.

The compile farm would automate this process.

.hc

On Nov 12, 2006, at 7:25 PM, Mathieu Bouchard wrote:



-- Forwarded message --
Date: Sun, 12 Nov 2006 19:25:10 -0500 (EST)
From: Mathieu Bouchard [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: desiredata 0.39.A.pre2


Preview 2 of DesireData is now available. Since Preview 1 (august)  
the main changes are:


  * Chun did a *lot* of work on subpatches, GOP, and keyboard  
shortcuts.

  * I deleted a few thousand lines of C that we don't need anymore
  * Mario Mora updated the Spanish translations

http://artengine.ca/desiredata/download/desiredata-0.39.A.pre2.tar.gz

 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC  
Canada___

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




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


Re: [PD] desiredata 0.39.A.pre2

2006-11-12 Thread Claude Heiland-Allen
Hans-Christoph Steiner wrote:

 How about putting out some binaries too?  Its still not easy to build
 DD.  First off, there is no mention of installing portaudio in the
 INSTALL.txt.  Then after that, it dies here on Mac OS X 10.4:

My *guess* (not having an OS X machine) is that you didn't set portaudio=0

From http://desiredata.goto10.org/wiki/QuickStart :

scons desire=1 debug=1 wall=1 portaudio=0

Hopefully it is something as simple as this


Claude


 gcc -Os -faltivec -maltivec -fnested-functions -fasm-blocks -DPD
 -DDL_OPEN -DNEWHASH -DLOCKFREE -DPABLIO -DUNISTD -DPA_USE_COREAUDIO
 -DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO -DPA19 -DNDEBUG -DHAVE_ALLOCA
 -DPD_INTERNAL -I/Library/Frameworks/Tk.framework/Headers
 -I/Library/Frameworks/Tcl.framework/Headers -I/usr/include/tcl8.4 -Isrc
 -Iportmidi_osx -Iportmidi_osx/pm_common -Iportmidi_osx/porttime
 -Iportmidi_osx/pm_mac -Iportaudio/include -Iportaudio/src/common -c -o
 src/s_midi_pm.o src/s_midi_pm.c
 src/s_midi_pm.c: In function 'sys_do_open_midi':
 src/s_midi_pm.c:52: error: too few arguments to function 'Pm_OpenInput'
 scons: *** [src/s_midi_pm.o] Error 1
 scons: building terminated because of errors.
 
 The compile farm would automate this process.
 
 .hc
 
 On Nov 12, 2006, at 7:25 PM, Mathieu Bouchard wrote:
 

 -- Forwarded message --
 Date: Sun, 12 Nov 2006 19:25:10 -0500 (EST)
 From: Mathieu Bouchard [EMAIL PROTECTED]
 To: [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: desiredata 0.39.A.pre2


 Preview 2 of DesireData is now available. Since Preview 1 (august) the
 main changes are:

   * Chun did a *lot* of work on subpatches, GOP, and keyboard shortcuts.
   * I deleted a few thousand lines of C that we don't need anymore
   * Mario Mora updated the Spanish translations

 http://artengine.ca/desiredata/download/desiredata-0.39.A.pre2.tar.gz

  _ _ __ ___ _  _ _ ...
 | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
 | Freelance Digital Arts Engineer, Montréal QC
 Canada___
 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
 
 
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


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


Re: [PD] desiredata 0.39.A.pre2

2006-11-12 Thread Kyle Klipowicz
Here, here! I second that. I still can't compile vanilla pd on OSX now, because I tried compiling DD over a year ago...you can get hypnotized by that #dataflow channel!~Kyle
On 11/13/06, Claude Heiland-Allen [EMAIL PROTECTED] wrote:
Hans-Christoph Steiner wrote: How about putting out some binaries too?Its still not easy to build DD.First off, there is no mention of installing portaudio in the INSTALL.txt.Then after that, it dies here on Mac OS X 
10.4:My *guess* (not having an OS X machine) is that you didn't set portaudio=0From http://desiredata.goto10.org/wiki/QuickStart :
scons desire=1 debug=1 wall=1 portaudio=0Hopefully it is something as simple as thisClaude gcc -Os -faltivec -maltivec -fnested-functions -fasm-blocks -DPD -DDL_OPEN -DNEWHASH -DLOCKFREE -DPABLIO -DUNISTD -DPA_USE_COREAUDIO
 -DMACOSX -DUSEAPI_JACK -DUSEAPI_PORTAUDIO -DPA19 -DNDEBUG -DHAVE_ALLOCA -DPD_INTERNAL -I/Library/Frameworks/Tk.framework/Headers -I/Library/Frameworks/Tcl.framework/Headers -I/usr/include/tcl8.4 -Isrc
 -Iportmidi_osx -Iportmidi_osx/pm_common -Iportmidi_osx/porttime -Iportmidi_osx/pm_mac -Iportaudio/include -Iportaudio/src/common -c -o src/s_midi_pm.o src/s_midi_pm.c src/s_midi_pm.c: In function 'sys_do_open_midi':
 src/s_midi_pm.c:52: error: too few arguments to function 'Pm_OpenInput' scons: *** [src/s_midi_pm.o] Error 1 scons: building terminated because of errors. The compile farm would automate this process.
 .hc On Nov 12, 2006, at 7:25 PM, Mathieu Bouchard wrote: -- Forwarded message -- Date: Sun, 12 Nov 2006 19:25:10 -0500 (EST)
 From: Mathieu Bouchard [EMAIL PROTECTED] To: [EMAIL PROTECTED], 
[EMAIL PROTECTED] Subject: desiredata 0.39.A.pre2 Preview 2 of DesireData is now available. Since Preview 1 (august) the main changes are:
 * Chun did a *lot* of work on subpatches, GOP, and keyboard shortcuts. * I deleted a few thousand lines of C that we don't need anymore * Mario Mora updated the Spanish translations
 http://artengine.ca/desiredata/download/desiredata-0.39.A.pre2.tar.gz_ _ __ ___ _  _ _ ...
 | Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju | Freelance Digital Arts Engineer, Montréal QC Canada___
 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 ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list___PD-list@iem.at
 mailing listUNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list-- 
http://theradioproject.comhttp://perhapsidid.blogspot.com(()()()(()))()()())((())(())()(((
))(___())(()))___(((000)))oOO
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list