Csound Csound-dev Csound-tekno Search About

[Csnd] =?UTF-8?Q?=E2=80=A6some_?=questions

Date2018-12-09 10:52
FromEnrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE>
Subject[Csnd] =?UTF-8?Q?=E2=80=A6some_?=questions
Hello everyone!

I would like to deepen this subject.
I installed Csound6.12.1 with CsoundQt-d-py-cs6 on my MacBookPro with High Sierra 10.13.6,
although I notice some problems;
(I would not want this to be due to the installation of the wrong version of Csound and CsoundQt for High Sierra).
I kindly ask for help with their resolution ...:

1. when you restart CsoundQt-d-py-cs6 the Configurations saved during the last working session are not remembered (such as: show the last csd you worked on, the interface language previously set, the value of Buffer Size (-b) previously set, some settings given in Realtime audio);

2. at the launch of some Examples of Music, for example "Riley-In_C.csd" and "Stockhausen-Studie_II.csd" it is impossible to open the following libraries:

WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib' (-1)
WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib' (-1)

- finally, for the execution of the "Bach-Invention_1.csd" file, I see this note by Joachim at the head of the csd:
; Requires Python and PythonScore
; https://github.com/jacobjoaquin/csd/tree/master/demo/pysco
can someone explain to me what exactly I should do to run the csd?

Many thanks for every answer, bye!
Enrico

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-09 11:42
FromVictor Lazzarini
SubjectRe: [Csnd] =?Windows-1252?Q?=85some_?=questions
The jack libraries will only open if you install JackOSX. That's normal. If you don't need jack, just ignore it. The Fluid opcodes library is not loading for some reason. It may be a dependency issue, some missing library,
I will see if there is any reason for it. That's  not a major issue unless you use fluidsynth.

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

> On 9 Dec 2018, at 10:53, Enrico Francioni <00000005323c8739-dmarc-request@listserv.heanet.ie> wrote:
> 
> Hello everyone!
> 
> I would like to deepen this subject.
> I installed Csound6.12.1 with CsoundQt-d-py-cs6 on my MacBookPro with High Sierra 10.13.6,
> although I notice some problems;
> (I would not want this to be due to the installation of the wrong version of Csound and CsoundQt for High Sierra).
> I kindly ask for help with their resolution ...:
> 
> 1. when you restart CsoundQt-d-py-cs6 the Configurations saved during the last working session are not remembered (such as: show the last csd you worked on, the interface language previously set, the value of Buffer Size (-b) previously set, some settings given in Realtime audio);
> 
> 2. at the launch of some Examples of Music, for example "Riley-In_C.csd" and "Stockhausen-Studie_II.csd" it is impossible to open the following libraries:
> 
> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib' (-1)
> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib' (-1)
> 
> - finally, for the execution of the "Bach-Invention_1.csd" file, I see this note by Joachim at the head of the csd:
> ; Requires Python and PythonScore
> ; https://github.com/jacobjoaquin/csd/tree/master/demo/pysco
> can someone explain to me what exactly I should do to run the csd?
> 
> Many thanks for every answer, bye!
> Enrico
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-09 11:47
FromVictor Lazzarini
SubjectRe: [Csnd] =?Windows-1252?Q?=85some_?=questions
Actually, the reason for the fluid opcodes not loading is the same as the Jack opcodes, it depends on JackOSX.
If you need these opcodes, install it from

http://www.jackosx.com/download.html

========================
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 9 Dec 2018, at 11:42, Victor Lazzarini  wrote:
> 
> The jack libraries will only open if you install JackOSX. That's normal. If you don't need jack, just ignore it. The Fluid opcodes library is not loading for some reason. It may be a dependency issue, some missing library,
> I will see if there is any reason for it. That's  not a major issue unless you use fluidsynth.
> 
> Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy
> Maynooth University
> Ireland
> 
>> On 9 Dec 2018, at 10:53, Enrico Francioni <00000005323c8739-dmarc-request@listserv.heanet.ie> wrote:
>> 
>> Hello everyone!
>> 
>> I would like to deepen this subject.
>> I installed Csound6.12.1 with CsoundQt-d-py-cs6 on my MacBookPro with High Sierra 10.13.6,
>> although I notice some problems;
>> (I would not want this to be due to the installation of the wrong version of Csound and CsoundQt for High Sierra).
>> I kindly ask for help with their resolution ...:
>> 
>> 1. when you restart CsoundQt-d-py-cs6 the Configurations saved during the last working session are not remembered (such as: show the last csd you worked on, the interface language previously set, the value of Buffer Size (-b) previously set, some settings given in Realtime audio);
>> 
>> 2. at the launch of some Examples of Music, for example "Riley-In_C.csd" and "Stockhausen-Studie_II.csd" it is impossible to open the following libraries:
>> 
>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib' (-1)
>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib' (-1)
>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib' (-1)
>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib' (-1)
>> 
>> - finally, for the execution of the "Bach-Invention_1.csd" file, I see this note by Joachim at the head of the csd:
>> ; Requires Python and PythonScore
>> ; https://github.com/jacobjoaquin/csd/tree/master/demo/pysco
>> can someone explain to me what exactly I should do to run the csd?
>> 
>> Many thanks for every answer, bye!
>> Enrico
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>       https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-09 13:57
FromEduardo Moguillansky
SubjectRe: [Csnd] =?UTF-8?Q?=E2=80=A6some_?=questions
Just out of curiosity, why do the fluid opcodes depend on jack being 
installed in macOS?

Eduardo

On So, Dez 9, 2018 at 12:47 PM, Victor Lazzarini 
 wrote:
> Actually, the reason for the fluid opcodes not loading is the same as 
> the Jack opcodes, it depends on JackOSX.
> If you need these opcodes, install it from
> 
> http://www.jackosx.com/download.html
> 
> ========================
> 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 9 Dec 2018, at 11:42, Victor Lazzarini  
>> wrote:
>> 
>>  The jack libraries will only open if you install JackOSX. That's 
>> normal. If you don't need jack, just ignore it. The Fluid opcodes 
>> library is not loading for some reason. It may be a dependency 
>> issue, some missing library,
>>  I will see if there is any reason for it. That's  not a major issue 
>> unless you use fluidsynth.
>> 
>>  Victor Lazzarini
>>  Dean of Arts, Celtic Studies, and Philosophy
>>  Maynooth University
>>  Ireland
>> 
>>>  On 9 Dec 2018, at 10:53, Enrico Francioni 
>>> <00000005323c8739-dmarc-request@listserv.heanet.ie> wrote:
>>> 
>>>  Hello everyone!
>>> 
>>>  I would like to deepen this subject.
>>>  I installed Csound6.12.1 with CsoundQt-d-py-cs6 on my MacBookPro 
>>> with High Sierra 10.13.6,
>>>  although I notice some problems;
>>>  (I would not want this to be due to the installation of the wrong 
>>> version of Csound and CsoundQt for High Sierra).
>>>  I kindly ask for help with their resolution ...:
>>> 
>>>  1. when you restart CsoundQt-d-py-cs6 the Configurations saved 
>>> during the last working session are not remembered (such as: show 
>>> the last csd you worked on, the interface language previously set, 
>>> the value of Buffer Size (-b) previously set, some settings given 
>>> in Realtime audio);
>>> 
>>>  2. at the launch of some Examples of Music, for example 
>>> "Riley-In_C.csd" and "Stockhausen-Studie_II.csd" it is impossible 
>>> to open the following libraries:
>>> 
>>>  WARNING: could not open library 
>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib' 
>>> (-1)
>>>  WARNING: could not open library 
>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib' 
>>> (-1)
>>>  WARNING: could not open library 
>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib' 
>>> (-1)
>>>  WARNING: could not open library 
>>> '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib' 
>>> (-1)
>>> 
>>>  - finally, for the execution of the "Bach-Invention_1.csd" file, I 
>>> see this note by Joachim at the head of the csd:
>>>  ; Requires Python and PythonScore
>>>  ; https://github.com/jacobjoaquin/csd/tree/master/demo/pysco
>>>  can someone explain to me what exactly I should do to run the csd?
>>> 
>>>  Many thanks for every answer, bye!
>>>  Enrico
>>> 
>>>  Csound mailing list
>>>  Csound@listserv.heanet.ie
>>>  https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>  Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>>  Discussions of bugs and features can be posted here
>> 
>>  Csound mailing list
>>  Csound@listserv.heanet.ie
>>  https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>  Send bugs reports to
>>         https://github.com/csound/csound/issues
>>  Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-09 14:06
FromVictor Lazzarini
SubjectRe: [Csnd] =?Windows-1252?Q?=85some_?=questions
It's not the opcodes, but the fluidsynth library that is packaged with the release.

This was built at some point with Jack installed and it got configured with that 
as a dependency. I can't repackage it because 1.0.9 sources are not available
anymore. Later versions introduced other
dependencies such as glib, which make
it hard to package this.

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

> On 9 Dec 2018, at 13:58, Eduardo Moguillansky  wrote:
> 
> Just out of curiosity, why do the fluid opcodes depend on jack being installed in macOS?
> 
> Eduardo
> 
>> On So, Dez 9, 2018 at 12:47 PM, Victor Lazzarini  wrote:
>> Actually, the reason for the fluid opcodes not loading is the same as the Jack opcodes, it depends on JackOSX.
>> If you need these opcodes, install it from
>> http://www.jackosx.com/download.html
>> ========================
>> 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 9 Dec 2018, at 11:42, Victor Lazzarini  wrote:
>>> The jack libraries will only open if you install JackOSX. That's normal. If you don't need jack, just ignore it. The Fluid opcodes library is not loading for some reason. It may be a dependency issue, some missing library,
>>> I will see if there is any reason for it. That's  not a major issue unless you use fluidsynth.
>>> Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy
>>> Maynooth University
>>> Ireland
>>>> On 9 Dec 2018, at 10:53, Enrico Francioni <00000005323c8739-dmarc-request@listserv.heanet.ie> wrote:
>>>> Hello everyone!
>>>> I would like to deepen this subject.
>>>> I installed Csound6.12.1 with CsoundQt-d-py-cs6 on my MacBookPro with High Sierra 10.13.6,
>>>> although I notice some problems;
>>>> (I would not want this to be due to the installation of the wrong version of Csound and CsoundQt for High Sierra).
>>>> I kindly ask for help with their resolution ...:
>>>> 1. when you restart CsoundQt-d-py-cs6 the Configurations saved during the last working session are not remembered (such as: show the last csd you worked on, the interface language previously set, the value of Buffer Size (-b) previously set, some settings given in Realtime audio);
>>>> 2. at the launch of some Examples of Music, for example "Riley-In_C.csd" and "Stockhausen-Studie_II.csd" it is impossible to open the following libraries:
>>>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjacko.dylib' (-1)
>>>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libfluidOpcodes.dylib' (-1)
>>>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/libjackTransport.dylib' (-1)
>>>> WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib' (-1)
>>>> - finally, for the execution of the "Bach-Invention_1.csd" file, I see this note by Joachim at the head of the csd:
>>>> ; Requires Python and PythonScore
>>>> ; https://github.com/jacobjoaquin/csd/tree/master/demo/pysco
>>>> can someone explain to me what exactly I should do to run the csd?
>>>> Many thanks for every answer, bye!
>>>> Enrico
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>       https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2018-12-12 18:39
FromEnrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] =?UTF-8?Q?=E2=80=A6some_?=questions
Hello,
instead about the problems encountered with CsoundQt there is someone who
can help me on the questions I asked at the beginning of the topic?
Many thanks,
Enrico



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-07-18 23:10
FromEnrico Francioni <00000005323c8739-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] =?UTF-8?Q?=E2=80=A6some_?=questions
Hi everyone.

Any idea on this little / big problem?

I'm working with CsoundQt-d-py-html-cs6 (with Csound 6.12, on a MacBook Pro
retina, macOsMojave 10.14.5) and I'm trying to get the audio signal of a
microphone interfaced with an iConnectAUDIO4+ sound card connected to the
notebook; I take the headphone output from the iConnectAUDIO4+ sound card. 
I'm using JackPilot to overcome the latency problem of a few seconds after
the Run (as I was told to do a few months ago ...).

[No problem, however, if, with the same hardware and software settings, I
send out signals of other nature (oscillators, audio files...)].

*...the code's very simpleā€¦:*






sr = 44100
ksmps = 128
nchnls = 1
0dbfs = 1


instr 1

a1	in
out	a1

endin





i1	0	3600




*

*This is the message from the Console:*

STARTING FILE
Creating options
Creating orchestra
closing tag
Creating score
rtaudio: JACK module enabled
Elapsed time at end of orchestra compile: real: 0.002s, CPU: 0.002s
sorting score ...
	... done
Elapsed time at end of score sort: real: 0.002s, CPU: 0.002s
midi channel 1 using instr 1
midi channel 2 using instr 1
midi channel 3 using instr 1
midi channel 4 using instr 1
midi channel 5 using instr 1
midi channel 6 using instr 1
midi channel 7 using instr 1
midi channel 8 using instr 1
midi channel 9 using instr 1
midi channel 10 using instr 1
midi channel 11 using instr 1
midi channel 12 using instr 1
midi channel 13 using instr 1
midi channel 14 using instr 1
midi channel 15 using instr 1
midi channel 16 using instr 1
0dBFS level = 1.0
orch now loaded
audio buffered in 512 sample-frame blocks
reading 1024-byte blks of shorts from adc (RAW)
system sr: 44100.000000
Jack input ports:
 0: adc0 (dac:system:capture_1)
 1: adc1 (dac:system:capture_2)
 2: adc2 (dac:system:capture_3)
 3: adc3 (dac:system:capture_4)
 4: adc4 (dac:system:capture_5)
 5: adc5 (dac:system:capture_6)
 6: adc6 (dac:system:capture_7)
 7: adc7 (dac:system:capture_8)
 8: adc8 (dac:test_out.csd:output1)
connecting channel 0 to system:capture_1
Jack output ports:
 0: dac0 (dac:system:playback_1)
 1: dac1 (dac:system:playback_2)
 2: dac2 (dac:system:playback_3)
 3: dac3 (dac:system:playback_4)
 4: dac4 (dac:system:playback_5)
 5: dac5 (dac:system:playback_6)
 6: dac6 (dac:system:playback_7)
 7: dac7 (dac:system:playback_8)
 8: dac8 (dac:test_out.csd:input1)
connecting channel 0 to system:playback_1
writing 512 sample blks of 64-bit floats to dac
SECTION 1:
new alloc for instr 1:
WARNING: rtjack: xrun in real time audio
inactive allocs returned to freespace
end of score.		   overall amps:  0.00000
	   overall samples out of range:        0
0 errors in performance
Elapsed time at end of performance: real: 77.160s, CPU: 2.929s
6637 512 sample blks of 64-bit floats written to dac



THANKS!
Enrico



--
Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here