Csound Csound-dev Csound-tekno Search About

More Newbie Q:s

Date2015-09-06 11:00
Frommatsc
SubjectMore Newbie Q:s
Humping along....

Thought this would play a soundfile (but its not in my case)
Is this a directory thing? Soundfile is in the same directory as Working
directory




-odac ; activates real time sound output



sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1



  instr 1

a1 diskin2 "render.waw", 1, 0, 0   
  
         out      a1, a1 ; audio sent to output

  endin





i1 0 15

e




Compiler Info/Warnings/Errors:
INIT ERROR in instr 1: diskin2: render.waw: failed to open file
 - note deleted.  i1 had 1 init errors



--
View this message in context: http://csound.1045644.n5.nabble.com/More-Newbie-Q-s-tp5743431.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-09-06 12:53
FromVictor Lazzarini
SubjectRe: More Newbie Q:s
render.waw, what format is this?

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

> On 6 Sep 2015, at 11:00, matsc  wrote:
> 
> Humping along....
> 
> Thought this would play a soundfile (but its not in my case)
> Is this a directory thing? Soundfile is in the same directory as Working
> directory
> 
> 
> 
> 
> -odac ; activates real time sound output
> 
> 
> 
> sr = 44100
> ksmps = 32
> nchnls = 2
> 0dbfs = 1
> 
> 
> 
>  instr 1
> 
> a1 diskin2 "render.waw", 1, 0, 0   
> 
>         out      a1, a1 ; audio sent to output
> 
>  endin
> 
> 
> 
> 
> 
> i1 0 15
> 
> e
> 
> 
> 
> 
> Compiler Info/Warnings/Errors:
> INIT ERROR in instr 1: diskin2: render.waw: failed to open file
> - note deleted.  i1 had 1 init errors
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/More-Newbie-Q-s-tp5743431.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> Csound-users mailing list
> Csound-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-users
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-09-06 12:55
FromDave Phillips
SubjectRe: More Newbie Q:s
On 09/06/2015 06:00 AM, matsc wrote:
> Humping along....
>
> Thought this would play a soundfile (but its not in my case)
> Is this a directory thing? Soundfile is in the same directory as Working
> directory
>
> ...
> Compiler Info/Warnings/Errors:
> INIT ERROR in instr 1: diskin2: render.waw: failed to open file
>   - note deleted.  i1 had 1 init errors
>

Your code didn't find the WAV file. Specifiy the complete path, e.g. 
"/home/matsc/soundfiles/render.wav" (with your correct path, of course).

Best,

dp


------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-09-06 12:56
FromDave Phillips
SubjectRe: More Newbie Q:s
On 09/06/2015 07:53 AM, Victor Lazzarini wrote:
> render.waw, what format is this?
>
>

Ha, I didn't catch that.

dp

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-09-06 13:07
FromOeyvind Brandtsegg
SubjectRe: More Newbie Q:s
AttachmentsNone  None  

(should it be wav, Mats?)

6. sep. 2015 13.57 skrev "Dave Phillips" <dlphillips@woh.rr.com>:

On 09/06/2015 07:53 AM, Victor Lazzarini wrote:
> render.waw, what format is this?
>
>

Ha, I didn't catch that.

dp

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-09-06 18:22
Frommatsc
SubjectRe: More Newbie Q:s
Yepp, wav it is (or should have been....)

Quality department slow and lazy!

Thanks!


:-)



--
View this message in context: http://csound.1045644.n5.nabble.com/More-Newbie-Q-s-tp5743431p5743443.html
Sent from the Csound - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here