[Csnd] No realtime output on MacOs
| Date | 2018-10-01 14:37 |
| From | Salvatore Mirenda |
| Subject | [Csnd] No realtime output on MacOs |
Hi all,
has anyone experimented this issue (screenshot attached) on MacOs after upgrading to Mojave?If yes, how did you solve it? I already tried to set a different buffer size...but nothing changed.
Thanks
Salvatore
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
|
| Date | 2018-10-01 15:00 |
| From | Richard van Bemmelen |
| Subject | Re: [Csnd] No realtime output on MacOs |
Does a simple csd work from the command line? Richard Op ma 1 okt. 2018 om 15:37 schreef Salvatore Mirenda <salvatore.mirenda78@gmail.com>: Hi all, |
| Date | 2018-10-01 15:03 |
| From | Tarmo Johannes |
| Subject | Re: [Csnd] No realtime output on MacOs |
Hi, Have you tried to run the same csd from command line (terminal )? Might be that it is a CsoundQt issue - it has been built on MacOs 10.12.something and maybe some changes in MacOs have broken it. I appreciate your feedback. Tarmo 01.10.2018 16:37 kirjutas kuupäeval "Salvatore Mirenda" <salvatore.mirenda78@gmail.com>: Hi all, |
| Date | 2018-10-01 15:46 |
| From | Salvatore Mirenda |
| Subject | Re: [Csnd] No realtime output on MacOs |
Hi, I haven't tried yet. I will as soon as I can. I will let you know. Thanks for your the reply. Salvatore Il lun 1 ott 2018, 16:04 Richard van Bemmelen <zappfinger@gmail.com> ha scritto:
|
| Date | 2018-10-01 15:47 |
| From | Salvatore Mirenda |
| Subject | Re: [Csnd] No realtime output on MacOs |
Hi, I haven't tried yet. I will as soon as I can. I will let you know. Yeah I guess it's CoundQt issue. Thanks for your the reply. Salvatore Il lun 1 ott 2018, 16:04 Tarmo Johannes <trmjhnns@gmail.com> ha scritto:
|
| Date | 2018-10-01 15:48 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] No realtime output on MacOs |
The isfinit() message comes from Csound when it can’t open an input soundfile. Here
is where it comes from:
csoundDie(csound, Str("isfinit: cannot open %s"), sfname);
So it seems to be looking for a file called “qt$”, which is very odd.
Can we have a look at the CSD?
========================
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 1 Oct 2018, at 15:03, Tarmo Johannes |
| Date | 2018-10-01 16:00 |
| From | Salvatore Mirenda |
| Subject | Re: [Csnd] No realtime output on MacOs |
Yes of course, I'm going to send it as soon as I can. Anyway that “qt$” is inside CsoundQt setting. This occurs also if I try to play an already made example from the front end, not only with my csd files. Salvatore Il lun 1 ott 2018, 16:48 Victor Lazzarini <Victor.Lazzarini@mu.ie> ha scritto: The isfinit() message comes from Csound when it can’t open an input soundfile. Here |
| Date | 2018-10-01 16:05 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] No realtime output on MacOs |
Maybe Tarmo can explain from where that comes. Sounds like a QT issue, but we’ll wait to see if it works from the Terminal. Also you can try Cabbage. ======================== 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 1 Oct 2018, at 16:00, Salvatore Mirenda |
| Date | 2018-10-01 20:27 |
| From | Salvatore Mirenda |
| Subject | Re: [Csnd] No realtime output on MacOs |
| Attachments | CSoundQt_issue_solved.png |
| Hi, I found what was the issue. Deleting the “qt$” in the setting page (screenshot attached) everything works normal. Thanks Salvatore
|