Csound Csound-dev Csound-tekno Search About

[Csnd-dev] fout on osx

Date2017-05-10 15:41
FromTarmo Johannes
Subject[Csnd-dev] fout on osx
Hi,

Can anyone check on OSX and Sound 6.09 -  on my testing machine four generates empty file? I am on OSX 10.12.3 Sound 6.09 beta from 04.05 (from Victor)

Test code below.

Thanks!
Tarmo

<CsoundSynthesizer>

<CsOptions>

-odac

</CsOptions>

<CsInstruments>


sr = 44100

ksmps = 128

nchnls = 2


instr 1

asig = poscil(0.5,440)

out asig,asig

fout "test-rec.wav",4,asig

endin



</CsInstruments>

<CsScore>

i1 0 1

e 3

</CsScore>

</CsoundSynthesizer>



Date2017-05-10 15:50
Fromjpff
SubjectRe: [Csnd-dev] fout on osx
e 3 is wrog  -- try e 0 3


On Wed, 10 May 2017, Tarmo Johannes wrote:

> Hi,
> Can anyone check on OSX and Sound 6.09 -  on my testing machine four generates
> empty file? I am on OSX 10.12.3 Sound 6.09 beta from 04.05 (from Victor)
> 
> Test code below.
> 
> Thanks!
> Tarmo
> 
> 
> 
> 
> 
> -odac
> 
> 
> 
> 
> 
> 
> sr = 44100
> 
> ksmps = 128
> 
> nchnls = 2
> 
> 
> instr 1
> 
> asig = poscil(0.5,440)
> 
> out asig,asig
> 
> fout "test-rec.wav",4,asig
> 
> endin
> 
> 
> 
> 
> 
> 
> 
> i1 0 1
> 
> e 3
> 
> 
> 
> 
> 
> 
> 
>

Date2017-05-10 15:56
FromTarmo Johannes
SubjectRe: [Csnd-dev] fout on osx
Thanks,

I am not by that machine any more but since fout is an instrument that runs 0..1 second I thik the e- line does not influence fout.

tarmo

2017-05-10 17:50 GMT+03:00 jpff <jpff@codemist.co.uk>:
e 3 is wrog  -- try e 0 3



On Wed, 10 May 2017, Tarmo Johannes wrote:

Hi,
Can anyone check on OSX and Sound 6.09 -  on my testing machine four generates
empty file? I am on OSX 10.12.3 Sound 6.09 beta from 04.05 (from Victor)

Test code below.

Thanks!
Tarmo

<CsoundSynthesizer>

<CsOptions>

-odac

</CsOptions>

<CsInstruments>


sr = 44100

ksmps = 128

nchnls = 2


instr 1

asig = poscil(0.5,440)

out asig,asig

fout "test-rec.wav",4,asig

endin



</CsInstruments>

<CsScore>

i1 0 1

e 3

</CsScore>

</CsoundSynthesizer>





Date2017-05-10 16:28
FromVictor Lazzarini
SubjectRe: [Csnd-dev] fout on osx
The amplitude is below 0 and 0dbfs=32768, that is the problem.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 10 May 2017, at 15:56, Tarmo Johannes  wrote:
> 
> Thanks,
> 
> I am not by that machine any more but since fout is an instrument that runs 0..1 second I thik the e- line does not influence fout.
> 
> tarmo
> 
> 2017-05-10 17:50 GMT+03:00 jpff :
> e 3 is wrog  -- try e 0 3
> 
> 
> 
> On Wed, 10 May 2017, Tarmo Johannes wrote:
> 
> Hi,
> Can anyone check on OSX and Sound 6.09 -  on my testing machine four generates
> empty file? I am on OSX 10.12.3 Sound 6.09 beta from 04.05 (from Victor)
> 
> Test code below.
> 
> Thanks!
> Tarmo
> 
> 
> 
> 
> 
> -odac
> 
> 
> 
> 
> 
> 
> sr = 44100
> 
> ksmps = 128
> 
> nchnls = 2
> 
> 
> instr 1
> 
> asig = poscil(0.5,440)
> 
> out asig,asig
> 
> fout "test-rec.wav",4,asig
> 
> endin
> 
> 
> 
> 
> 
> 
> 
> i1 0 1
> 
> e 3
> 
> 
> 
> 
> 
> 
> 

Date2017-05-10 16:32
FromTarmo Johannes
SubjectRe: [Csnd-dev] fout on osx
Shoot, yes, that's it!

Seems I have deleted the 0dbfs=1 line in some point.

Thanks!

t

2017-05-10 18:28 GMT+03:00 Victor Lazzarini <Victor.Lazzarini@nuim.ie>:
The amplitude is below 0 and 0dbfs=32768, that is the problem.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 10 May 2017, at 15:56, Tarmo Johannes <trmjhnns@GMAIL.COM> wrote:
>
> Thanks,
>
> I am not by that machine any more but since fout is an instrument that runs 0..1 second I thik the e- line does not influence fout.
>
> tarmo
>
> 2017-05-10 17:50 GMT+03:00 jpff <jpff@codemist.co.uk>:
> e 3 is wrog  -- try e 0 3
>
>
>
> On Wed, 10 May 2017, Tarmo Johannes wrote:
>
> Hi,
> Can anyone check on OSX and Sound 6.09 -  on my testing machine four generates
> empty file? I am on OSX 10.12.3 Sound 6.09 beta from 04.05 (from Victor)
>
> Test code below.
>
> Thanks!
> Tarmo
>
> <CsoundSynthesizer>
>
> <CsOptions>
>
> -odac
>
> </CsOptions>
>
> <CsInstruments>
>
>
> sr = 44100
>
> ksmps = 128
>
> nchnls = 2
>
>
> instr 1
>
> asig = poscil(0.5,440)
>
> out asig,asig
>
> fout "test-rec.wav",4,asig
>
> endin
>
>
>
> </CsInstruments>
>
> <CsScore>
>
> i1 0 1
>
> e 3
>
> </CsScore>
>
> </CsoundSynthesizer>
>
>
>
>