[Csnd] Bug with OSCinit on 6.13
Date | 2019-07-14 22:29 |
From | Andreas Bergsland |
Subject | [Csnd] Bug with OSCinit on 6.13 |
Hi I just tried 6.13 on OSX10.12.6 and there seemed to be a problem with OSCinit. The manual csd for OSCinit gives >>>gihandle OSCinit >>>Unexpected untyped word gihandle when expecting a variable A bug? Best, Andreas -- Andreas Bergsland Associate professor - førsteamanuensis Study Programme Leader - studieprogramleder Music Technology Programme - Musikkteknologiseksjonen Department of Music - Institutt for musikk Olavskvartalet NTNU (Norwegian University of Science and Technology) 7491 Trondheim, NORWAY Visiting address/besøksadresse: Fjordgt.1 (3.etg.) e-mail: andreas.bergsland@ntnu.no Office phone (Skype for business):7359 0096 Mobil: 4566 3316 |
Date | 2019-07-14 22:38 |
From | Dave Seidel |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
OSCinit requires a port argument. On Sun, Jul 14, 2019 at 5:29 PM Andreas Bergsland <andreas.bergsland@ntnu.no> wrote:
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 | 2019-07-15 03:12 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
That could indicate that OSCinit was not found. Maybe the plugin was not loaded for some reason. If that is the case, it could be a packaging issue.
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2019-07-15 06:41 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
How could I confirm if the plugin was not loaded? It is not listed when I do csound -z in the terminal if that is an indicator. From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Victor Lazzarini <Victor.Lazzarini@MU.IE> That could indicate that OSCinit was not found. Maybe the plugin was not loaded for some reason. If that is the case, it could be a packaging issue.
Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
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 | 2019-07-15 08:31 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
if it is not listed, then it wasn't loaded. You can check if it is in the framework, this is where they are
/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/
Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2019-07-15 12:08 |
From | Michael Gogins |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
It is. On Mon, Jul 15, 2019, 01:41 Andreas Bergsland <andreas.bergsland@ntnu.no> wrote:
|
Date | 2019-07-15 13:03 |
From | Dave Seidel |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
I haven't tried the released binaries, but when I build it myself, OSCinit is certainly present in the "csound -z" output. Might be easy to miss when it scrolls by since the opcodes starting with uppercase letters are listed before the ones that are all lowercase. On Mon, Jul 15, 2019 at 7:08 AM Michael Gogins <michael.gogins@gmail.com> wrote:
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 | 2019-07-15 13:18 |
From | john |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
Just a silly thought. OSCinit depeds on liblo so if that library is missing it will not load. >From memor, I tink -v option may givr the reasonfor a failure to load a module. ==John ff On Mon, 15 Jul 2019, Dave Seidel wrote: > I haven't tried the released binaries, but when I build it myself, OSCinit is > certainly present in the "csound -z" output. Might be easy to miss when it > scrolls by since the opcodes starting with uppercase letters are listed before > the ones that are all lowercase. > > On Mon, Jul 15, 2019 at 7:08 AM Michael Gogins |
Date | 2019-07-15 14:21 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
It could be an issue with the release packaging, although the build seemed to go OK with no errors. We supply liblo in the installation, so that is normally not a problem. In any case, it should be an easy fix, but it will need to wait until I am back in front of the computer. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 15 Jul 2019, at 14:19, john |
Date | 2019-07-16 21:55 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
So here is the last part of the compiler output when running the OSCinit example from the manual with the -v flag: error: syntax error, unexpected T_IDENT (token "OSCinit") from file /Users/andber/Library/Application Support/WinXound/Temp/WinXound_Untitled.csd (1) line 13: >>>gihandle OSCinit Shifting token error () Entering state 71 Reducing stack by rule 51 (line 555): $1 = token T_IDENT () $2 = token error () Unexpected untyped word gihandle when expecting a variable -> $$ = nterm ans () Stack now 0 22 Entering state 27 Next token is token T_IDENT () Error: discarding token T_IDENT () Error: popping nterm ans () Stack now 0 22 Stack now 0 Stack now 0 Semantic Analysis Semantic Analysis Ends Parsing failed due to invalid input! Stopping on parser failure cannot compile orchestra end of score. overall amps: 0.0 overall samples out of range: 0 1 errors in performance Elapsed time at end of performance: real: 0.003s, CPU: 0.003s signalflowgraph: csoundModuleDestroy(0x7fe814800a00) ------- Compiler Ended ------- On 15/07/2019, 14:19, "A discussion list for users of Csound on behalf of john" |
Date | 2019-07-16 22:01 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
It's not there. The plugin was not loaded, either it doesn't exist in the plugin dir, or liblo is not there in the framework or something else is going wrong. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 16 Jul 2019, at 22:55, Andreas Bergsland |
Date | 2019-07-16 22:08 |
From | John ff |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
The part of the -v output of interest is earlier.
Sent from TypeApp
On 16 Jul 2019, at 21:56, Andreas Bergsland <andreas.bergsland@ntnu.no> wrote: So here is the last part of the compiler output when running the OSCinit example from the manual with the -v flag: |
Date | 2019-07-17 14:52 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
Ok. I guess that means that it is missing from the installer package (I used the latest installer). Andreas On 16/07/2019, 23:01, "A discussion list for users of Csound on behalf of Victor Lazzarini" |
Date | 2019-07-17 16:42 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
I can't check that at the moment, but you could look in the framework to see of it is there or not. In any case, it's a simple fix, but will have to wait until I'm back to the real world. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 17 Jul 2019, at 15:52, Andreas Bergsland |
Date | 2019-07-22 10:08 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
I can confirm now that libosc.dylib is not in the Opcodes64 folder in 6.13, whereas for 6.12 it is. I assume that is the missing library. Andreas From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Victor Lazzarini <Victor.Lazzarini@MU.IE> if it is not listed, then it wasn't loaded. You can check if it is in the framework, this is where they are
/Library/Frameworks/CsoundLib64.framework/Resources/Opcodes64/ Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
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 | 2019-07-22 11:13 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
ok thx I'll fix this at the weekend Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland
|
Date | 2019-07-23 19:54 |
From | Andreas Bergsland |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
Great, thanks Victor! From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of Victor Lazzarini <Victor.Lazzarini@MU.IE> ok thx I'll fix this at the weekend Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
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 | 2019-07-28 12:10 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Bug with OSCinit on 6.13 |
I think this is fixed now. I’ve uploaded the new package. ======================== 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 22 Jul 2019, at 10:08, Andreas Bergsland |