Csound Csound-dev Csound-tekno Search About

[Csnd] is it me or has fprintks stopped working?

Date2011-06-01 16:31
FromRory Walsh
Subject[Csnd] is it me or has fprintks stopped working?
fprintks is no longer working for me. I'm using my own build so I'm
wordering if I did something wrong when building. It gets recognised
fine. It just doesn't output to a file. I built with code I checked
out on the 21st of May. The manual entry for fprintks doesn't work now
either. Here is the Csound code I'm using:



-odac


ksmps = 10

instr 1
fprintks "test.txt", "%2.1f\n", 10
endin



i1 0 100



Rory.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-01 19:59
Fromfrancesco
Subject[Csnd] Re: is it me or has fprintks stopped working?
Hello Mr. Rory,
i have try your csd and is working for me. Ubuntu 10.04, Csound 5.13 21/5.

ciao,
francesco.




--
View this message in context: http://csound.1045644.n5.nabble.com/is-it-me-or-has-fprintks-stopped-working-tp4445573p4446111.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-01 21:07
FromRory Walsh
SubjectRe: [Csnd] Re: is it me or has fprintks stopped working?
How odd. I wonder what I could have done to break them when I built
Csound? I was using them for something but I found a working
alternative, I'd still like to know what I could have done to deserve
this! I must go back and look at my build options. Maybe I had
use_fprintks=0 set!

Rory.


On 1 June 2011 19:59, francesco  wrote:
> Hello Mr. Rory,
> i have try your csd and is working for me. Ubuntu 10.04, Csound 5.13 21/5.
>
> ciao,
> francesco.
>
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/is-it-me-or-has-fprintks-stopped-working-tp4445573p4446111.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-06-02 09:29
Fromjoachim heintz
SubjectRe: [Csnd] Re: is it me or has fprintks stopped working?
hi rory -
your file works for me, too (ubuntu 10.10, csound 5.13, may 22). but the
resulting txt file is really a monstrum, with 2+ MB and 441000 lines.
can this perhaps cause your problem?
otherwise, i believe your guess about use_fprintks=0 is right ... =)
best -
	joachim

Am 01.06.2011 22:07, schrieb Rory Walsh:
> How odd. I wonder what I could have done to break them when I built
> Csound? I was using them for something but I found a working
> alternative, I'd still like to know what I could have done to deserve
> this! I must go back and look at my build options. Maybe I had
> use_fprintks=0 set!
> 
> Rory.
> 
> 
> On 1 June 2011 19:59, francesco  wrote:
>> Hello Mr. Rory,
>> i have try your csd and is working for me. Ubuntu 10.04, Csound 5.13 21/5.
>>
>> ciao,
>> francesco.
>>
>>
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/is-it-me-or-has-fprintks-stopped-working-tp4445573p4446111.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-02 13:19
FromRory Walsh
SubjectRe: [Csnd] Re: is it me or has fprintks stopped working?
use_fprintks=1 was a joke. Not a very good one I admit!


On 2 June 2011 09:29, joachim heintz  wrote:
> hi rory -
> your file works for me, too (ubuntu 10.10, csound 5.13, may 22). but the
> resulting txt file is really a monstrum, with 2+ MB and 441000 lines.
> can this perhaps cause your problem?
> otherwise, i believe your guess about use_fprintks=0 is right ... =)
> best -
>        joachim
>
> Am 01.06.2011 22:07, schrieb Rory Walsh:
>> How odd. I wonder what I could have done to break them when I built
>> Csound? I was using them for something but I found a working
>> alternative, I'd still like to know what I could have done to deserve
>> this! I must go back and look at my build options. Maybe I had
>> use_fprintks=0 set!
>>
>> Rory.
>>
>>
>> On 1 June 2011 19:59, francesco  wrote:
>>> Hello Mr. Rory,
>>> i have try your csd and is working for me. Ubuntu 10.04, Csound 5.13 21/5.
>>>
>>> ciao,
>>> francesco.
>>>
>>>
>>>
>>>
>>> --
>>> View this message in context: http://csound.1045644.n5.nabble.com/is-it-me-or-has-fprintks-stopped-working-tp4445573p4446111.html
>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-06-02 13:59
Fromjoachim heintz
SubjectRe: [Csnd] Re: is it me or has fprintks stopped working?
i know it was a joke and i enjoyed it

Am 02.06.2011 14:19, schrieb Rory Walsh:
> use_fprintks=1 was a joke. Not a very good one I admit!
> 
> 
> On 2 June 2011 09:29, joachim heintz  wrote:
>> hi rory -
>> your file works for me, too (ubuntu 10.10, csound 5.13, may 22). but the
>> resulting txt file is really a monstrum, with 2+ MB and 441000 lines.
>> can this perhaps cause your problem?
>> otherwise, i believe your guess about use_fprintks=0 is right ... =)
>> best -
>>        joachim
>>
>> Am 01.06.2011 22:07, schrieb Rory Walsh:
>>> How odd. I wonder what I could have done to break them when I built
>>> Csound? I was using them for something but I found a working
>>> alternative, I'd still like to know what I could have done to deserve
>>> this! I must go back and look at my build options. Maybe I had
>>> use_fprintks=0 set!
>>>
>>> Rory.
>>>
>>>
>>> On 1 June 2011 19:59, francesco  wrote:
>>>> Hello Mr. Rory,
>>>> i have try your csd and is working for me. Ubuntu 10.04, Csound 5.13 21/5.
>>>>
>>>> ciao,
>>>> francesco.
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> View this message in context: http://csound.1045644.n5.nabble.com/is-it-me-or-has-fprintks-stopped-working-tp4445573p4446111.html
>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-06-02 14:54
FromRory Walsh
Subject[Csnd] Re: is it me or has fprintks stopped working?
Excellent, I couldn't quite tell if you were being serious or not!

On Thursday, 2 June 2011, joachim heintz  wrote:
> i know it was a joke and i enjoyed it
>
> Am 02.06.2011 14:19, schrieb Rory Walsh:
>> use_fprintks=1 was a joke. Not a very good one I admit!
>>
>>
>> On 2 June 2011 09:29, joachim heintz  wrote:
>>> hi rory -
>>> your file works for me, too (ubuntu 10.10, csound 5.13, may 22). but the
>>> resulting txt file is really a monstrum, with 2+ MB and 441000 lines.
>>> can this perhaps cause your problem?
>>> otherwise, i believe your guess about use_fprintks=0 is right ... =)
>>> best -
>>>        joachim
>>>
>>> Am 01.06.2011 22:07, schrieb Rory Walsh:
>>>> How odd. I wonder what I could have done to break them when I built
>>>> Csound? I was using them for something but I found a working
>>>> alternative, I'd still like to know what I could have done to deserve
>>>> this! I must go back and look at my build options. Maybe I had
>>>> use_fprintks=0 set!
>>>>
>>>> Rory.
>>>>
>>>>
>>>> On 1 June 2011 19:59, francesco  wrote:
>>>>> Hello Mr. Rory,
>>>>> i have try your csd and is working for me. Ubuntu 10.04, Csound 5.13 21/5.
>>>>>
>>>>> ciao,
>>>>> francesco.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> View this message in context: http://csound.1045644.n5.nabble.com/is-it-me-or-has-fprintks-stopped-working-tp4445573p4446111.html
>>>>> Sent from the Csound - General mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> Discussions of bugs and features can be posted here
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> Discussions of bugs and features can be posted here
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>>
>>>>
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>>
>>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"