[Csnd-dev] fout on osx
Date | 2017-05-10 15:41 |
From | Tarmo 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> |
Date | 2017-05-10 15:50 |
From | jpff |
Subject | Re: [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 > > |
Date | 2017-05-10 15:56 |
From | Tarmo Johannes |
Subject | Re: [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.2017-05-10 17:50 GMT+03:00 jpff <jpff@codemist.co.uk>: e 3 is wrog -- try e 0 3 |
Date | 2017-05-10 16:28 |
From | Victor Lazzarini |
Subject | Re: [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 |
Date | 2017-05-10 16:32 |
From | Tarmo Johannes |
Subject | Re: [Csnd-dev] fout on osx |
Shoot, yes, that's it! Seems I have deleted the 0dbfs=1 line in some point.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. |