Hello Miller, I just tried the actual version on my laptop (internal soundcard) and could not find any adjustment for bocksize/audiobuf without having audio stuck (winXP). (0.37-0 just works fine). At the moment I don't have access to any other system with alsa or asio to try those out. Just for the records ..... Regards, Michael
Hi Michael,
Do you have the Microsoft compiler? I found something that was wrong in PD's mmio code but I don't have any machines (like yours) that Pd 0.37-1test6 fails for...
If you can recompile, here's the new line 142:
for (j = 0; j < naudioprepped; j++)
and the new line 148:
for (j = 0; j < naudioprepped; j++)
Miller
On Sun, Feb 01, 2004 at 07:56:49PM +0100, Michael Iber wrote:
Hello Miller, I just tried the actual version on my laptop (internal soundcard) and could not find any adjustment for bocksize/audiobuf without having audio stuck (winXP). (0.37-0 just works fine). At the moment I don't have access to any other system with alsa or asio to try those out. Just for the records ..... Regards, Michael
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Oops, I forgot to mention, this is in s_audio_mmio.c .
On Thu, Feb 05, 2004 at 07:21:01PM -0800, Miller Puckette wrote:
Hi Michael,
Do you have the Microsoft compiler? I found something that was wrong in PD's mmio code but I don't have any machines (like yours) that Pd 0.37-1test6 fails for...
If you can recompile, here's the new line 142:
for (j = 0; j < naudioprepped; j++)
and the new line 148:
for (j = 0; j < naudioprepped; j++)
Miller
gives me error:
s_audio_mmio.c s_audio_mmio.c(142) : error C2065: 'j' : nichtdeklarierter Bezeichner s_audio_mmio.c(142) : error C2065: 'naudioprepped' : nichtdeklarierter Bezeichner NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2' Stop.
regards, Michael
At 19:25 05.02.2004 -0800, you wrote:
Oops, I forgot to mention, this is in s_audio_mmio.c .
On Thu, Feb 05, 2004 at 07:21:01PM -0800, Miller Puckette wrote:
Hi Michael,
Do you have the Microsoft compiler? I found something that was wrong in PD's mmio code but I don't have any machines (like yours) that Pd 0.37-1test6 fails for...
If you can recompile, here's the new line 142:
for (j = 0; j < naudioprepped; j++)
and the new line 148:
for (j = 0; j < naudioprepped; j++)
Miller
Sorry, I meant to fix 0.37-1test6, not 0.37-0...
cheers Miller
On Fri, Feb 06, 2004 at 11:24:24AM +0100, Michael Iber wrote:
gives me error:
s_audio_mmio.c s_audio_mmio.c(142) : error C2065: 'j' : nichtdeklarierter Bezeichner s_audio_mmio.c(142) : error C2065: 'naudioprepped' : nichtdeklarierter Bezeichner NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2' Stop.
regards, Michael
At 19:25 05.02.2004 -0800, you wrote:
Oops, I forgot to mention, this is in s_audio_mmio.c .
On Thu, Feb 05, 2004 at 07:21:01PM -0800, Miller Puckette wrote:
Hi Michael,
Do you have the Microsoft compiler? I found something that was wrong in PD's mmio code but I don't have any machines (like yours) that Pd 0.37-1test6 fails for...
If you can recompile, here's the new line 142:
for (j = 0; j < naudioprepped; j++)
and the new line 148:
for (j = 0; j < naudioprepped; j++)
Miller
I am sorry, too. I thought I was on .37-1
do you mean to replace the lines or to add them? I tried both and both compiled fine. In both cases starting PD causes extreme cpu-power and stuck graphics, even with larger audiobufs (-noaudio option starts fine)
regards, Michael
At 09:06 06.02.2004 -0800, you wrote:
Sorry, I meant to fix 0.37-1test6, not 0.37-0...
cheers Miller
On Fri, Feb 06, 2004 at 11:24:24AM +0100, Michael Iber wrote:
gives me error:
s_audio_mmio.c s_audio_mmio.c(142) : error C2065: 'j' : nichtdeklarierter Bezeichner s_audio_mmio.c(142) : error C2065: 'naudioprepped' : nichtdeklarierter Bezeichner NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2' Stop.
regards, Michael
At 19:25 05.02.2004 -0800, you wrote:
Oops, I forgot to mention, this is in s_audio_mmio.c .
On Thu, Feb 05, 2004 at 07:21:01PM -0800, Miller Puckette wrote:
Hi Michael,
Do you have the Microsoft compiler? I found something that was wrong in PD's mmio code but I don't have any machines (like yours) that Pd 0.37-1test6 fails for...
If you can recompile, here's the new line 142:
for (j = 0; j < naudioprepped; j++)
and the new line 148:
for (j = 0; j < naudioprepped; j++)
Miller
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hmm, something is still messed up. (I did mean to replace the lines, not add them.) I'll try running this and simply print out every detail of what it does to see if that shows up any problem...
cheers Miller
On Fri, Feb 06, 2004 at 07:48:54PM +0100, Michael Iber wrote:
I am sorry, too. I thought I was on .37-1
do you mean to replace the lines or to add them? I tried both and both compiled fine. In both cases starting PD causes extreme cpu-power and stuck graphics, even with larger audiobufs (-noaudio option starts fine)
regards, Michael
At 09:06 06.02.2004 -0800, you wrote:
Sorry, I meant to fix 0.37-1test6, not 0.37-0...
cheers Miller
On Fri, Feb 06, 2004 at 11:24:24AM +0100, Michael Iber wrote:
gives me error:
s_audio_mmio.c s_audio_mmio.c(142) : error C2065: 'j' : nichtdeklarierter Bezeichner s_audio_mmio.c(142) : error C2065: 'naudioprepped' : nichtdeklarierter Bezeichner NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2' Stop.
regards, Michael
At 19:25 05.02.2004 -0800, you wrote:
Oops, I forgot to mention, this is in s_audio_mmio.c .
On Thu, Feb 05, 2004 at 07:21:01PM -0800, Miller Puckette wrote:
Hi Michael,
Do you have the Microsoft compiler? I found something that was wrong in PD's mmio code but I don't have any machines (like yours) that Pd 0.37-1test6 fails for...
If you can recompile, here's the new line 142:
for (j = 0; j < naudioprepped; j++)
and the new line 148:
for (j = 0; j < naudioprepped; j++)
Miller
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list