Csound Csound-dev Csound-tekno Search About

[Csnd] libjack error

Date2013-09-19 07:10
FromGary CSound
Subject[Csnd] libjack error
Hi Guys,

I wonder if you could help. I haven't used CSound in awhile, but I decided to get back into it again and refresh my memory with some of the sound design possibilities.

I am trying to run a sound file with the fossil opcode and the following error message comes up:

WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)

I am using CSound 5.18 and am running the CSound file inCSound Qt 0.6.0

Thanks in advance,

Gary

Date2013-09-19 07:14
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] libjack error
I guess on OSX?


> Hi Guys,
>
> I wonder if you could help. I haven't used CSound in awhile, but I decided
> to get back into it again and refresh my memory with some of the sound
> design possibilities.
>
> I am trying to run a sound file with the fossil opcode and the following
> error message comes up:
>
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib'
> (-1)
> WARNING: could not open library
> '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib'
> (-1)
>
> I am using CSound 5.18 and am running the CSound file inCSound Qt 0.6.0
>
> Thanks in advance,
>
> Gary
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>



Date2013-09-19 07:23
FromVictor Lazzarini
SubjectRe: [Csnd] libjack error
That is not an error, but a Warning, it just means you do not have JackOSX installed, which is fine if you are not planning to use it.
Completely benign, you can ignore it.

Victor
On 19 Sep 2013, at 07:10, Gary CSound wrote:

> Hi Guys,
> 
> I wonder if you could help. I haven't used CSound in awhile, but I decided to get back into it again and refresh my memory with some of the sound design possibilities.
> 
> I am trying to run a sound file with the fossil opcode and the following error message comes up:
> 
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)
> 
> I am using CSound 5.18 and am running the CSound file inCSound Qt 0.6.0
> 
> Thanks in advance,
> 
> Gary

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-09-19 08:42
FromGary CSound
SubjectRe: [Csnd] libjack error
Ok, I see. The problem is when I run the csd it doesn't play back the audio.

Here is my csd file. And sorry it's the loscil opcode not the foscil






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



instr 1
audio loscil p4, 1, 1, 1 aL aR
outs aL, aR
endin



f 1 0 0 1 "Moog.wav" 0 4 0
i1 0 17 0.5




Is there something I'm missing. Will installing JackOSX help this?

I have also set up the SSDIR and SFDIR folders for the audio location in the Environment

Thanks in advance,
Gary



On 19 Sep 2013, at 8:23 AM, Victor Lazzarini  wrote:

> That is not an error, but a Warning, it just means you do not have JackOSX installed, which is fine if you are not planning to use it.
> Completely benign, you can ignore it.
> 
> Victor
> On 19 Sep 2013, at 07:10, Gary CSound wrote:
> 
>> Hi Guys,
>> 
>> I wonder if you could help. I haven't used CSound in awhile, but I decided to get back into it again and refresh my memory with some of the sound design possibilities.
>> 
>> I am trying to run a sound file with the fossil opcode and the following error message comes up:
>> 
>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)
>> 
>> I am using CSound 5.18 and am running the CSound file inCSound Qt 0.6.0
>> 
>> Thanks in advance,
>> 
>> Gary
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 



Date2013-09-19 08:49
Fromjoachim heintz
SubjectRe: [Csnd] libjack error
what did you set in csoundqt's configure > run : rt audio module?
and what is your console output?

	joachim


Am 19.09.2013 09:42, schrieb Gary CSound:
> Ok, I see. The problem is when I run the csd it doesn't play back the audio.
>
> Here is my csd file. And sorry it's the loscil opcode not the foscil
>
> 
> 
> 
> 
>
> sr	 = 44100
> ksmps	= 4
> nchnls	= 2
> 0dbfs	= 1
>
> 
>
> instr 1
> audio loscil p4, 1, 1, 1 aL aR
> outs aL, aR
> endin
>
> 
>
> f 1 0 0 1 "Moog.wav" 0 4 0
> i1 0 17 0.5
>
> 
> 
>
> Is there something I'm missing. Will installing JackOSX help this?
>
> I have also set up the SSDIR and SFDIR folders for the audio location in the Environment
>
> Thanks in advance,
> Gary
>
>
>
> On 19 Sep 2013, at 8:23 AM, Victor Lazzarini  wrote:
>
>> That is not an error, but a Warning, it just means you do not have JackOSX installed, which is fine if you are not planning to use it.
>> Completely benign, you can ignore it.
>>
>> Victor
>> On 19 Sep 2013, at 07:10, Gary CSound wrote:
>>
>>> Hi Guys,
>>>
>>> I wonder if you could help. I haven't used CSound in awhile, but I decided to get back into it again and refresh my memory with some of the sound design possibilities.
>>>
>>> I am trying to run a sound file with the fossil opcode and the following error message comes up:
>>>
>>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
>>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
>>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)
>>>
>>> I am using CSound 5.18 and am running the CSound file inCSound Qt 0.6.0
>>>
>>> Thanks in advance,
>>>
>>> Gary
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> 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 trackers
> csound6:
>              https://sourceforge.net/p/csound/tickets/
> csound5:
>              https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2013-09-19 09:14
FromVictor Lazzarini
SubjectRe: [Csnd] libjack error
You should not need JackOSX, the standard way of playing audio is through portaudio/coreaudio. Did you
try adding a 

-o dac 

to your options?

On 19 Sep 2013, at 08:42, Gary CSound wrote:

> Ok, I see. The problem is when I run the csd it doesn't play back the audio.
> 
> Here is my csd file. And sorry it's the loscil opcode not the foscil
> 
> 
> 
> 
> 
> 
> sr	 = 44100
> ksmps	= 4
> nchnls	= 2
> 0dbfs	= 1
> 
> 
> 
> instr 1
> audio loscil p4, 1, 1, 1 aL aR
> outs aL, aR
> endin
> 
> 
> 
> f 1 0 0 1 "Moog.wav" 0 4 0
> i1 0 17 0.5
> 
> 
> 
> 
> Is there something I'm missing. Will installing JackOSX help this?
> 
> I have also set up the SSDIR and SFDIR folders for the audio location in the Environment
> 
> Thanks in advance,
> Gary
> 
> 
> 
> On 19 Sep 2013, at 8:23 AM, Victor Lazzarini  wrote:
> 
>> That is not an error, but a Warning, it just means you do not have JackOSX installed, which is fine if you are not planning to use it.
>> Completely benign, you can ignore it.
>> 
>> Victor
>> On 19 Sep 2013, at 07:10, Gary CSound wrote:
>> 
>>> Hi Guys,
>>> 
>>> I wonder if you could help. I haven't used CSound in awhile, but I decided to get back into it again and refresh my memory with some of the sound design possibilities.
>>> 
>>> I am trying to run a sound file with the fossil opcode and the following error message comes up:
>>> 
>>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
>>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
>>> WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)
>>> 
>>> I am using CSound 5.18 and am running the CSound file inCSound Qt 0.6.0
>>> 
>>> Thanks in advance,
>>> 
>>> Gary
>> 
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>> 
>> 
>> 
>> 
>> 
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>           https://sourceforge.net/p/csound/tickets/
>> csound5:
>>           https://sourceforge.net/p/csound/bugs/
>> 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 trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-09-19 10:54
FromGary CSound
SubjectRe: [Csnd] libjack error
I have the portaudio chosen. Should I rather use coreaudio on Mac?

Here's what I get in the console box:

WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)
Csound version 5.18.03 (float samples) Oct 6 2012
Creating options
Creating orchestra
Creating score
using callback interface
Parsing successful!
Elapsed time at end of orchestra compile: real: 0.002s, CPU: 0.002s
Sorting score
Elapsed time at end of score sort: real: 0.002s, CPU: 0.002s
0dBFS level = 1.0
orch now loaded
audio buffered in 512 sample-frame blocks
reading 2048-byte blks of shorts from adc (RAW)
PortAudio V19-devel (built Jun 4 2013 18:37:15)
PortAudio: available input devices:
0: Built-in Microph
1: Soundflower (2ch)
2: Soundflower (64ch)
3: Digidesign Mbox 2 Pro
4: Built-In MBox
PortAudio: selected input device 'Digidesign Mbox 2 Pro'
PortAudio: available output devices:
0: Built-in Output
1: Soundflower (2ch)
2: Soundflower (64ch)
3: Digidesign Mbox 2 Pro
4: Built-In MBox
PortAudio: selected output device 'Digidesign Mbox 2 Pro'
writing 1024 sample blks of 32-bit floats to dac
SECTION 1:
ftable 1:
deferred alloc
audio sr = 44100, stereo, reading both channels
opening WAV infile /CSound/CSound Audio/Moog.wav
defer length 216000
B 0.000 - note deleted. instr 1(200) undefined
Score finished in csoundPerformKsmps().
inactive allocs returned to freespace
end of score. overall amps: 0.00000 0.00000
overall samples out of range: 0 0
1 errors in performance
Elapsed time at end of performance: real: 0.284s, CPU: 0.093s
0 1024 sample blks of 32-bit floats written to dac


On 19 Sep 2013, at 9:49 AM, joachim heintz <jh@joachimheintz.de> wrote:

what did you set in csoundqt's configure > run : rt audio module?
and what is your console output?

joachim


Am 19.09.2013 09:42, schrieb Gary CSound:
Ok, I see. The problem is when I run the csd it doesn't play back the audio.

Here is my csd file. And sorry it's the loscil opcode not the foscil

<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>

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

</CsInstruments>

instr 1
audio loscil p4, 1, 1, 1 aL aR
outs aL, aR
endin

<CsScore>

f 1 0 0 1 "Moog.wav" 0 4 0
i1 0 17 0.5

</CsScore>
</CsoundSynthesizer>

Is there something I'm missing. Will installing JackOSX help this?

I have also set up the SSDIR and SFDIR folders for the audio location in the Environment

Thanks in advance,
Gary



On 19 Sep 2013, at 8:23 AM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:

That is not an error, but a Warning, it just means you do not have JackOSX installed, which is fine if you are not planning to use it.
Completely benign, you can ignore it.

Victor
On 19 Sep 2013, at 07:10, Gary CSound wrote:

Hi Guys,

I wonder if you could help. I haven't used CSound in awhile, but I decided to get back into it again and refresh my memory with some of the sound design possibilities.

I am trying to run a sound file with the fossil opcode and the following error message comes up:

WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib.framework/Versions/5.2/Resources/Opcodes/librtjack.dylib' (-1)

I am using CSound 5.18 and am running the CSound file inCSound Qt 0.6.0

Thanks in advance,

Gary

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Send bugs reports to the Sourceforge bug trackers
csound6:
           https://sourceforge.net/p/csound/tickets/
csound5:
           https://sourceforge.net/p/csound/bugs/
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 trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
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 trackers
csound6:
          https://sourceforge.net/p/csound/tickets/
csound5:
          https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-09-19 11:00
FromVictor Lazzarini
SubjectRe: [Csnd] libjack error
No, I think your problem is to do with the Csound code. 
See this? Everything else appears to be fine.

On 19 Sep 2013, at 10:54, Gary CSound wrote:

> B 0.000 - note deleted. instr 1(200) undefined
> Score finished in csoundPerformKsmps().

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-09-19 11:05
FromAnders Genell
SubjectRe: [Csnd] libjack error
Maybe to do with
"audio loscil p4, 1, 1, 1 aL aR
outs aL aR"
?

Maybe it should be

aL, aR loscil p4, 1, 1, 1 
outs aL, aR

?

Regards,
Anders


19 sep 2013 kl. 12:00 skrev Victor Lazzarini :

> No, I think your problem is to do with the Csound code. 
> See this? Everything else appears to be fine.
> 
> On 19 Sep 2013, at 10:54, Gary CSound wrote:
> 
>> B 0.000 - note deleted. instr 1(200) undefined
>> Score finished in csoundPerformKsmps().
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 


Date2013-09-19 11:17
FromVictor Lazzarini
SubjectRe: [Csnd] libjack error
That is wrong, but the first problem is the misplaced tag



which basically defines an orchestra with no instruments.

Victor
On 19 Sep 2013, at 11:05, Anders Genell wrote:

> Maybe to do with
> "audio loscil p4, 1, 1, 1 aL aR
> outs aL aR"
> ?
> 
> Maybe it should be
> 
> aL, aR loscil p4, 1, 1, 1 
> outs aL, aR
> 
> ?
> 
> Regards,
> Anders
> 
> 
> 19 sep 2013 kl. 12:00 skrev Victor Lazzarini :
> 
>> No, I think your problem is to do with the Csound code. 
>> See this? Everything else appears to be fine.
>> 
>> On 19 Sep 2013, at 10:54, Gary CSound wrote:
>> 
>>> B 0.000 - note deleted. instr 1(200) undefined
>>> Score finished in csoundPerformKsmps().
>> 
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>> 
>> 
>> 
>> 
>> 
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>           https://sourceforge.net/p/csound/tickets/
>> csound5:
>>           https://sourceforge.net/p/csound/bugs/
>> 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 trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-09-19 11:19
FromVictor Lazzarini
SubjectRe: [Csnd] libjack error





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

instr 1
aL, aR loscil p4, 1, 1, 1
outs aL, aR
endin




f 1 0 0 1 "Moog.wav" 0 4 0
i1 0 17 0.5





On 19 Sep 2013, at 11:17, Victor Lazzarini wrote:

> That is wrong, but the first problem is the misplaced tag
> 
> 
> 
> which basically defines an orchestra with no instruments.
> 
> Victor
> On 19 Sep 2013, at 11:05, Anders Genell wrote:
> 
>> Maybe to do with
>> "audio loscil p4, 1, 1, 1 aL aR
>> outs aL aR"
>> ?
>> 
>> Maybe it should be
>> 
>> aL, aR loscil p4, 1, 1, 1 
>> outs aL, aR
>> 
>> ?
>> 
>> Regards,
>> Anders
>> 
>> 
>> 19 sep 2013 kl. 12:00 skrev Victor Lazzarini :
>> 
>>> No, I think your problem is to do with the Csound code. 
>>> See this? Everything else appears to be fine.
>>> 
>>> On 19 Sep 2013, at 10:54, Gary CSound wrote:
>>> 
>>>> B 0.000 - note deleted. instr 1(200) undefined
>>>> Score finished in csoundPerformKsmps().
>>> 
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>> 
>>> 
>>> 
>>> 
>>> 
>>> Send bugs reports to the Sourceforge bug trackers
>>> csound6:
>>>          https://sourceforge.net/p/csound/tickets/
>>> csound5:
>>>          https://sourceforge.net/p/csound/bugs/
>>> 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 trackers
>> csound6:
>>           https://sourceforge.net/p/csound/tickets/
>> csound5:
>>           https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>> 
>> 
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Date2013-09-19 12:42
FromGary CSound
SubjectRe: [Csnd] libjack error
Thanks so much,

Gsetting my head back in the game with the syntax.


On 19 Sep 2013, at 12:19 PM, Victor Lazzarini  wrote:

> 
> 
> 
> 
> 
> sr	 = 44100
> ksmps	= 4
> nchnls	= 2
> 0dbfs	= 1
> 
> instr 1
> aL, aR loscil p4, 1, 1, 1
> outs aL, aR
> endin
> 
> 
> 
> 
> f 1 0 0 1 "Moog.wav" 0 4 0
> i1 0 17 0.5
> 
> 
> 
> 
> 
> On 19 Sep 2013, at 11:17, Victor Lazzarini wrote:
> 
>> That is wrong, but the first problem is the misplaced tag
>> 
>> 
>> 
>> which basically defines an orchestra with no instruments.
>> 
>> Victor
>> On 19 Sep 2013, at 11:05, Anders Genell wrote:
>> 
>>> Maybe to do with
>>> "audio loscil p4, 1, 1, 1 aL aR
>>> outs aL aR"
>>> ?
>>> 
>>> Maybe it should be
>>> 
>>> aL, aR loscil p4, 1, 1, 1 
>>> outs aL, aR
>>> 
>>> ?
>>> 
>>> Regards,
>>> Anders
>>> 
>>> 
>>> 19 sep 2013 kl. 12:00 skrev Victor Lazzarini :
>>> 
>>>> No, I think your problem is to do with the Csound code. 
>>>> See this? Everything else appears to be fine.
>>>> 
>>>> On 19 Sep 2013, at 10:54, Gary CSound wrote:
>>>> 
>>>>> B 0.000 - note deleted. instr 1(200) undefined
>>>>> Score finished in csoundPerformKsmps().
>>>> 
>>>> Dr Victor Lazzarini
>>>> Senior Lecturer
>>>> Dept. of Music
>>>> NUI Maynooth Ireland
>>>> tel.: +353 1 708 3545
>>>> Victor dot Lazzarini AT nuim dot ie
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> Send bugs reports to the Sourceforge bug trackers
>>>> csound6:
>>>>         https://sourceforge.net/p/csound/tickets/
>>>> csound5:
>>>>         https://sourceforge.net/p/csound/bugs/
>>>> 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 trackers
>>> csound6:
>>>          https://sourceforge.net/p/csound/tickets/
>>> csound5:
>>>          https://sourceforge.net/p/csound/bugs/
>>> Discussions of bugs and features can be posted here
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>> 
>>> 
>> 
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>> 
>> 
>> 
>> 
>> 
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>           https://sourceforge.net/p/csound/tickets/
>> csound5:
>>           https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>> 
>> 
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
>