Csound Csound-dev Csound-tekno Search About

[Cs-dev] Loris 1.8 Problem

Date2011-08-12 01:02
FromArchaeopteryx
Subject[Cs-dev] Loris 1.8 Problem
Hello,

I just built loris 1.8 on OSX 10.6.8.  The CSound opcodes appeared to have
been enabled in the configure stage and I see the lorisgens object files
generated in the csound subdirectory of my loris-1.8 folder. However, when I
try running the "csound_test.csd" file with the loris libraries it looks as
though the opcodes are missing.  I was wondering if anyone had any ideas
that may help me get this running.  

Here is a small screen dump (I apologize if this is bad form to not attach
it as an image instead):

Darwin-Station:test countbinoculars$ csound
--opcode-lib=/usr/local/lib/libloris.dylib csound_test.csd
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.13 (float samples) Jan 17 2011
libsndfile-1.0.21
UnifiedCSD:  csound_test.csd
STARTING FILE
Creating options
Creating orchestra
Creating score
orchname: 
/var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-AAq5YF.orc
scorename:
/var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-YJ57Ko.sco
Loading command-line libraries:
rtaudio: PortAudio module enabled ... using callback interface
rtmidi: PortMIDI module enabled
orch compiler:
	instr	1	
error:  illegal character ., line 31:
             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2, 1, .001
                                                                        ^
error:  no legal opcode, line 31:
             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2, 1, .001
error:  illegal character ., line 32:
             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
                                                               ^
error:  no legal opcode, line 32:
             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
error:  no legal opcode, line 33:
             lorismorph  1, 2, 3, kmurph, kmurph, kmurph
error:  no legal opcode, line 34:
    asig     lorisplay   3, 1, 1, 1
error:  input arg 'asig' used before defined, line 35:
             out         asig
7 syntax errors in orchestra.  compilation invalid


--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4691533.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-13 22:15
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
could it be that the Loris opcodes were built for the doubles version?  
Or they were built for x86_64 arch (csound is i386)?

With Loris 1.7 here on 10.5, it works.

Victor
On 12 Aug 2011, at 01:02, Archaeopteryx wrote:

> Hello,
>
> I just built loris 1.8 on OSX 10.6.8.  The CSound opcodes appeared  
> to have
> been enabled in the configure stage and I see the lorisgens object  
> files
> generated in the csound subdirectory of my loris-1.8 folder.  
> However, when I
> try running the "csound_test.csd" file with the loris libraries it  
> looks as
> though the opcodes are missing.  I was wondering if anyone had any  
> ideas
> that may help me get this running.
>
> Here is a small screen dump (I apologize if this is bad form to not  
> attach
> it as an image instead):
>
> Darwin-Station:test countbinoculars$ csound
> --opcode-lib=/usr/local/lib/libloris.dylib csound_test.csd
> PortMIDI real time MIDI plugin for Csound
> PortAudio real-time audio module for Csound
> virtual_keyboard real time MIDI plugin for Csound
> 0dBFS level = 32768.0
> Csound version 5.13 (float samples) Jan 17 2011
> libsndfile-1.0.21
> UnifiedCSD:  csound_test.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> orchname:
> /var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-AAq5YF.orc
> scorename:
> /var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-YJ57Ko.sco
> Loading command-line libraries:
> rtaudio: PortAudio module enabled ... using callback interface
> rtmidi: PortMIDI module enabled
> orch compiler:
> 	instr	1	
> error:  illegal character ., line 31:
>             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2,  
> 1, .001
>                                                                        ^
> error:  no legal opcode, line 31:
>             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2,  
> 1, .001
> error:  illegal character ., line 32:
>             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
>                                                               ^
> error:  no legal opcode, line 32:
>             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
> error:  no legal opcode, line 33:
>             lorismorph  1, 2, 3, kmurph, kmurph, kmurph
> error:  no legal opcode, line 34:
>    asig     lorisplay   3, 1, 1, 1
> error:  input arg 'asig' used before defined, line 35:
>             out         asig
> 7 syntax errors in orchestra.  compilation invalid
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4691533.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-13 22:50
FromJohn Lato
SubjectRe: [Cs-dev] Loris 1.8 Problem
Did you copy the loris library (libloris.dylib) to the OPCODE (or
OPCODE64) directory?  Csound won't see it otherwise.

John Lato

On Fri, Aug 12, 2011 at 1:02 AM, Archaeopteryx
 wrote:
> Hello,
>
> I just built loris 1.8 on OSX 10.6.8.  The CSound opcodes appeared to have
> been enabled in the configure stage and I see the lorisgens object files
> generated in the csound subdirectory of my loris-1.8 folder. However, when I
> try running the "csound_test.csd" file with the loris libraries it looks as
> though the opcodes are missing.  I was wondering if anyone had any ideas
> that may help me get this running.
>
> Here is a small screen dump (I apologize if this is bad form to not attach
> it as an image instead):
>
> Darwin-Station:test countbinoculars$ csound
> --opcode-lib=/usr/local/lib/libloris.dylib csound_test.csd
> PortMIDI real time MIDI plugin for Csound
> PortAudio real-time audio module for Csound
> virtual_keyboard real time MIDI plugin for Csound
> 0dBFS level = 32768.0
> Csound version 5.13 (float samples) Jan 17 2011
> libsndfile-1.0.21
> UnifiedCSD:  csound_test.csd
> STARTING FILE
> Creating options
> Creating orchestra
> Creating score
> orchname:
> /var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-AAq5YF.orc
> scorename:
> /var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-YJ57Ko.sco
> Loading command-line libraries:
> rtaudio: PortAudio module enabled ... using callback interface
> rtmidi: PortMIDI module enabled
> orch compiler:
>        instr   1
> error:  illegal character ., line 31:
>             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2, 1, .001
>                                                                        ^
> error:  no legal opcode, line 31:
>             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2, 1, .001
> error:  illegal character ., line 32:
>             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
>                                                               ^
> error:  no legal opcode, line 32:
>             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
> error:  no legal opcode, line 33:
>             lorismorph  1, 2, 3, kmurph, kmurph, kmurph
> error:  no legal opcode, line 34:
>    asig     lorisplay   3, 1, 1, 1
> error:  input arg 'asig' used before defined, line 35:
>             out         asig
> 7 syntax errors in orchestra.  compilation invalid
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4691533.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-13 22:55
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
No, you don't need to do this if you are using the --opcde-lib=  
option, as he shows.

Victor
On 13 Aug 2011, at 22:50, John Lato wrote:

> Did you copy the loris library (libloris.dylib) to the OPCODE (or
> OPCODE64) directory?  Csound won't see it otherwise.
>
> John Lato
>
> On Fri, Aug 12, 2011 at 1:02 AM, Archaeopteryx
>  wrote:
>> Hello,
>>
>> I just built loris 1.8 on OSX 10.6.8.  The CSound opcodes appeared  
>> to have
>> been enabled in the configure stage and I see the lorisgens object  
>> files
>> generated in the csound subdirectory of my loris-1.8 folder.  
>> However, when I
>> try running the "csound_test.csd" file with the loris libraries it  
>> looks as
>> though the opcodes are missing.  I was wondering if anyone had any  
>> ideas
>> that may help me get this running.
>>
>> Here is a small screen dump (I apologize if this is bad form to not  
>> attach
>> it as an image instead):
>>
>> Darwin-Station:test countbinoculars$ csound
>> --opcode-lib=/usr/local/lib/libloris.dylib csound_test.csd
>> PortMIDI real time MIDI plugin for Csound
>> PortAudio real-time audio module for Csound
>> virtual_keyboard real time MIDI plugin for Csound
>> 0dBFS level = 32768.0
>> Csound version 5.13 (float samples) Jan 17 2011
>> libsndfile-1.0.21
>> UnifiedCSD:  csound_test.csd
>> STARTING FILE
>> Creating options
>> Creating orchestra
>> Creating score
>> orchname:
>> /var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-AAq5YF.orc
>> scorename:
>> /var/folders/fR/fRDa5GSpHB804H4kuBFGJU+++TI/-Tmp-//csound-YJ57Ko.sco
>> Loading command-line libraries:
>> rtaudio: PortAudio module enabled ... using callback interface
>> rtmidi: PortMIDI module enabled
>> orch compiler:
>>        instr   1
>> error:  illegal character ., line 31:
>>             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2,  
>> 1, .001
>>                                                                        ^
>> error:  no legal opcode, line 31:
>>             lorisread   ktcl, "clarinet.ctest.sdif", 1, ipshift, 2,  
>> 1, .001
>> error:  illegal character ., line 32:
>>             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
>>                                                               ^
>> error:  no legal opcode, line 32:
>>             lorisread   ktfl, "flute.ctest.sdif", 2, 1, 1, 1, .001
>> error:  no legal opcode, line 33:
>>             lorismorph  1, 2, 3, kmurph, kmurph, kmurph
>> error:  no legal opcode, line 34:
>>    asig     lorisplay   3, 1, 1, 1
>> error:  input arg 'asig' used before defined, line 35:
>>             out         asig
>> 7 syntax errors in orchestra.  compilation invalid
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4691533.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
>> Subversion made easy with a complete admin console. Easy
>> to use, easy to manage, easy to install, easy to extend.
>> Get a Free download of the new open ALM Subversion platform now.
>> http://p.sf.net/sfu/wandisco-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 04:38
FromArchaeopteryx
SubjectRe: [Cs-dev] Loris 1.8 Problem
In the attached dump I was using i386 Csound and the loris libraries were in
fact i686, however switching to 64 bit Csound doesn't help (just tried it). 
Disappointed but pvoc sounds brilliant so I'll stick with that.

cheers.  

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697465.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 09:22
FromEnrico Francioni
SubjectRe: [Cs-dev] Loris 1.8 Problem
even to me with OSX 10.6.8 (intel) does not work Loris 1.8
I have the same error message…

e

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697763.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https

Date2011-08-14 09:59
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
you can try adding -v to the command-line and see if these lines are  
in the messages

Loading command-line libraries:
   /usr/local/lib/libloris.dylib


if they are and there is no error or warning printed after them, the  
loris opcodes should
be loaded OK.

Victor

On 14 Aug 2011, at 04:38, Archaeopteryx wrote:

> In the attached dump I was using i386 Csound and the loris libraries  
> were in
> fact i686, however switching to 64 bit Csound doesn't help (just  
> tried it).
> Disappointed but pvoc sounds brilliant so I'll stick with that.
>
> cheers.
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697465.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 10:07
FromEnrico Francioni
SubjectRe: [Cs-dev] Loris 1.8 Problem
pardon the intrusion!
here is the result after typing -v

e




-->CSoundLib found.
PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
-->Starting CsoundLib.
0dBFS level = 32768.0
Csound version 5.13 (float samples) Jan 17 2011
libsndfile-1.0.21
decode_long opcode-lib=/Applications/MacCsound
1.5/MacCsound_1.5.app/Contents/Resources/libMacCsoundOpcodes.dylib
UnifiedCSD:  /Users/enrico/Downloads/loris-1.8/test/csound_test.csd
Environment variable 'SADIR' has been set to
'/Users/enrico/Downloads/loris-1.8/test;/Users/enrico/Downloads/loris-1.8/test'
Environment variable 'SSDIR' has been set to
'/Users/enrico/Downloads/loris-1.8/test;/Users/enrico/Downloads/loris-1.8/test'
Environment variable 'INCDIR' has been set to
'/Users/enrico/Downloads/loris-1.8/test;/Users/enrico/Downloads/loris-1.8/test'
Environment variable 'MFDIR' has been set to
'/Users/enrico/Downloads/loris-1.8/test'
STARTING FILE
Creating orchestra
Creating score
decode_long omacro:MacCsound
decode_long opcode-lib=/usr/local/lib/libloris.dylib
decode_long opcode-lib=/Applications/MacCsound
1.5/MacCsound_1.5.app/Contents/Resources/libMacCsoundOpcodes.dylib
orchname: 
/var/folders/BM/BMc-8i0YGeekzWbqUNS1b++++TI/-Tmp-//csound-HhIBPV.orc
scorename:
/var/folders/BM/BMc-8i0YGeekzWbqUNS1b++++TI/-Tmp-//csound-OkbmF8.sco
Loading command-line libraries:
  /Applications/MacCsound
1.5/MacCsound_1.5.app/Contents/Resources/libMacCsoundOpcodes.dylib
Macro definition for omacro:MacCsound
Macro definition for omacro:MacCsound
orch compiler:
LINE 3:
groups:	sr = 44100 
modified opcod: =.r
treqd i, tfound c
xincod = 0
treqd r, tfound r
sr	=.r	44100	
LINE 4:
groups:	kr = 441 
modified opcod: =.r
treqd i, tfound c
xincod = 0
treqd r, tfound r
kr	=.r	441	
LINE 5:
groups:	ksmps = 100 
modified opcod: =.r
treqd i, tfound c
xincod = 0
treqd r, tfound r
ksmps	=.r	100	
LINE 6:
groups:	nchnls = 1 
modified opcod: =.r
treqd i, tfound c
xincod = 0
treqd r, tfound r
nchnls	=.r	1	
LINE 7:
LINE 8:
LINE 9:
LINE 10:
LINE 11:
LINE 12:
groups:	instr 1 
	endin	
pmax 3, kcnt 0, wcnt 0, acnt 0, pcnt 0, scnt 0
	instr	1	
LINE 13:
groups:	ionset = .25 
modified opcod: =.i
treqd m, tfound c
xincod = 0
treqd I, tfound i
ionset	=.i	.25	
LINE 14:
groups:	idecay = .5 
modified opcod: =.i
treqd m, tfound c
xincod = 0
treqd I, tfound i
idecay	=.i	.5	
LINE 15:
groups:	itmorph = p3-(ionset+idecay) 
p3	-	(	ionset	+	idecay	)	
p3	ionset	idecay	+	-	
treqd i, tfound i
treqd i, tfound i
xincod = 0
treqd i, tfound i
#i0	add.ii	ionset	idecay	
treqd i, tfound i
treqd i, tfound p
xincod = 0
treqd i, tfound i
#i1	sub.ii	p3	#i0	
modified opcod: =.i
treqd m, tfound i
xincod = 0
treqd I, tfound i
itmorph	=.i	#i1	
LINE 16:
groups:	ipshift = cpspch(8.02)/cpspch(8.08) 
cpspch	(	8.02	)	/	cpspch	(	8.08	)	
8.02	cpspch	8.08	cpspch	/	
treqd i, tfound c
xincod = 0
treqd i, tfound i
#i2	cpspch.i	8.02	
treqd i, tfound c
xincod = 0
treqd i, tfound i
#i3	cpspch.i	8.08	
treqd i, tfound i
treqd i, tfound i
xincod = 0
treqd i, tfound i
#i4	div.ii	#i2	#i3	
modified opcod: =.i
treqd m, tfound i
xincod = 0
treqd I, tfound i
ipshift	=.i	#i4	
LINE 17:
LINE 18:
groups:	ktcl linseg 0 ionset .2 itmorph 2.0 idecay 2.1 
treqd i, tfound c
treqd i, tfound i
treqd i, tfound c
treqd i, tfound i
treqd n, tfound c
treqd i, tfound i
treqd i, tfound c
xincod = 0
treqd s, tfound k
ktcl	linseg	0	ionset	.2	itmorph	2.0	idecay	2.1	
LINE 19:
groups:	ktfl linseg 0 ionset .5 itmorph 2.1 idecay 2.3 
treqd i, tfound c
treqd i, tfound i
treqd i, tfound c
treqd i, tfound i
treqd n, tfound c
treqd i, tfound i
treqd i, tfound c
xincod = 0
treqd s, tfound k
ktfl	linseg	0	ionset	.5	itmorph	2.1	idecay	2.3	
LINE 20:
LINE 21:
groups:	kmurph linseg 0 ionset 0 itmorph 1 idecay 1 
treqd i, tfound c
treqd i, tfound i
treqd i, tfound c
treqd i, tfound i
treqd n, tfound c
treqd i, tfound i
treqd i, tfound c
xincod = 0
treqd s, tfound k
kmurph	linseg	0	ionset	0	itmorph	1	idecay	1	
LINE 22:
LINE 23:
error:  illegal character ., line 23:
             lorisread   ktcl,
"/Users/enrico/Downloads/loris-1.8/test/clarinet.ctest.sdif", 1, ipshift, 2,
1, .001
                                                                                                              
^
error:  no legal opcode, line 23:
             lorisread   ktcl,
"/Users/enrico/Downloads/loris-1.8/test/clarinet.ctest.sdif", 1, ipshift, 2,
1, .001
LINE 24:
error:  illegal character ., line 24:
             lorisread   ktfl,
"/Users/enrico/Downloads/loris-1.8/test/flute.ctest.sdif", 2, 1, 1, 1, .001
                                                                                                     
^
error:  no legal opcode, line 24:
             lorisread   ktfl,
"/Users/enrico/Downloads/loris-1.8/test/flute.ctest.sdif", 2, 1, 1, 1, .001
LINE 25:
error:  no legal opcode, line 25:
             lorismorph  1, 2, 3, kmurph, kmurph, kmurph
LINE 26:
error:  no legal opcode, line 26:
    asig     lorisplay   3, 1, 1, 1
LINE 27:
groups:	out asig 
error:  input arg 'asig' used before defined, line 27:
             out         asig
treqd a, tfound a
xincod = 1
	out	asig	
LINE 28:
groups:	endin 
	endin	
pmax 3, kcnt 12, wcnt 0, acnt 1, pcnt 0, scnt 0
LINE 29:
LINE 30:
LINE 31:
7 syntax errors in orchestra.  compilation invalid
-->CsoundLib Terminated...

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697808.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 10:18
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
It's not loading Loris, only MacCsound opcodes

Loading command-line libraries:
  /Applications/MacCsound
1.5/MacCsound_1.5.app/Contents/Resources/libMacCsoundOpcodes.dylib

Maybe your Loris library does not include opcodes?

Victor
On 14 Aug 2011, at 10:07, Enrico Francioni wrote:

> pardon the intrusion!
> here is the result after typing -v
>
> e
>
>
>
>
> -->CSoundLib found.
> PortMIDI real time MIDI plugin for Csound
> PortAudio real-time audio module for Csound
> virtual_keyboard real time MIDI plugin for Csound
> -->Starting CsoundLib.
> 0dBFS level = 32768.0
> Csound version 5.13 (float samples) Jan 17 2011
> libsndfile-1.0.21
> decode_long opcode-lib=/Applications/MacCsound
> 1.5/MacCsound_1.5.app/Contents/Resources/libMacCsoundOpcodes.dylib
> UnifiedCSD:  /Users/enrico/Downloads/loris-1.8/test/csound_test.csd
> Environment variable 'SADIR' has been set to
> '/Users/enrico/Downloads/loris-1.8/test;/Users/enrico/Downloads/ 
> loris-1.8/test'
> Environment variable 'SSDIR' has been set to
> '/Users/enrico/Downloads/loris-1.8/test;/Users/enrico/Downloads/ 
> loris-1.8/test'
> Environment variable 'INCDIR' has been set to
> '/Users/enrico/Downloads/loris-1.8/test;/Users/enrico/Downloads/ 
> loris-1.8/test'
> Environment variable 'MFDIR' has been set to
> '/Users/enrico/Downloads/loris-1.8/test'
> STARTING FILE
> Creating orchestra
> Creating score
> decode_long omacro:MacCsound
> decode_long opcode-lib=/usr/local/lib/libloris.dylib
> decode_long opcode-lib=/Applications/MacCsound
> 1.5/MacCsound_1.5.app/Contents/Resources/libMacCsoundOpcodes.dylib
> orchname:
> /var/folders/BM/BMc-8i0YGeekzWbqUNS1b++++TI/-Tmp-//csound-HhIBPV.orc
> scorename:
> /var/folders/BM/BMc-8i0YGeekzWbqUNS1b++++TI/-Tmp-//csound-OkbmF8.sco
> Loading command-line libraries:
>  /Applications/MacCsound
> 1.5/MacCsound_1.5.app/Contents/Resources/libMacCsoundOpcodes.dylib
> Macro definition for omacro:MacCsound
> Macro definition for omacro:MacCsound
> orch compiler:
> LINE 3:
> groups:	sr = 44100
> modified opcod: =.r
> treqd i, tfound c
> xincod = 0
> treqd r, tfound r
> sr	=.r	44100	
> LINE 4:
> groups:	kr = 441
> modified opcod: =.r
> treqd i, tfound c
> xincod = 0
> treqd r, tfound r
> kr	=.r	441	
> LINE 5:
> groups:	ksmps = 100
> modified opcod: =.r
> treqd i, tfound c
> xincod = 0
> treqd r, tfound r
> ksmps	=.r	100	
> LINE 6:
> groups:	nchnls = 1
> modified opcod: =.r
> treqd i, tfound c
> xincod = 0
> treqd r, tfound r
> nchnls	=.r	1	
> LINE 7:
> LINE 8:
> LINE 9:
> LINE 10:
> LINE 11:
> LINE 12:
> groups:	instr 1
> 	endin	
> pmax 3, kcnt 0, wcnt 0, acnt 0, pcnt 0, scnt 0
> 	instr	1	
> LINE 13:
> groups:	ionset = .25
> modified opcod: =.i
> treqd m, tfound c
> xincod = 0
> treqd I, tfound i
> ionset	=.i	.25	
> LINE 14:
> groups:	idecay = .5
> modified opcod: =.i
> treqd m, tfound c
> xincod = 0
> treqd I, tfound i
> idecay	=.i	.5	
> LINE 15:
> groups:	itmorph = p3-(ionset+idecay)
> p3	-	(	ionset	+	idecay	)	
> p3	ionset	idecay	+	-	
> treqd i, tfound i
> treqd i, tfound i
> xincod = 0
> treqd i, tfound i
> #i0	add.ii	ionset	idecay	
> treqd i, tfound i
> treqd i, tfound p
> xincod = 0
> treqd i, tfound i
> #i1	sub.ii	p3	#i0	
> modified opcod: =.i
> treqd m, tfound i
> xincod = 0
> treqd I, tfound i
> itmorph	=.i	#i1	
> LINE 16:
> groups:	ipshift = cpspch(8.02)/cpspch(8.08)
> cpspch	(	8.02	)	/	cpspch	(	8.08	)	
> 8.02	cpspch	8.08	cpspch	/	
> treqd i, tfound c
> xincod = 0
> treqd i, tfound i
> #i2	cpspch.i	8.02	
> treqd i, tfound c
> xincod = 0
> treqd i, tfound i
> #i3	cpspch.i	8.08	
> treqd i, tfound i
> treqd i, tfound i
> xincod = 0
> treqd i, tfound i
> #i4	div.ii	#i2	#i3	
> modified opcod: =.i
> treqd m, tfound i
> xincod = 0
> treqd I, tfound i
> ipshift	=.i	#i4	
> LINE 17:
> LINE 18:
> groups:	ktcl linseg 0 ionset .2 itmorph 2.0 idecay 2.1
> treqd i, tfound c
> treqd i, tfound i
> treqd i, tfound c
> treqd i, tfound i
> treqd n, tfound c
> treqd i, tfound i
> treqd i, tfound c
> xincod = 0
> treqd s, tfound k
> ktcl	linseg	0	ionset	.2	itmorph	2.0	idecay	2.1	
> LINE 19:
> groups:	ktfl linseg 0 ionset .5 itmorph 2.1 idecay 2.3
> treqd i, tfound c
> treqd i, tfound i
> treqd i, tfound c
> treqd i, tfound i
> treqd n, tfound c
> treqd i, tfound i
> treqd i, tfound c
> xincod = 0
> treqd s, tfound k
> ktfl	linseg	0	ionset	.5	itmorph	2.1	idecay	2.3	
> LINE 20:
> LINE 21:
> groups:	kmurph linseg 0 ionset 0 itmorph 1 idecay 1
> treqd i, tfound c
> treqd i, tfound i
> treqd i, tfound c
> treqd i, tfound i
> treqd n, tfound c
> treqd i, tfound i
> treqd i, tfound c
> xincod = 0
> treqd s, tfound k
> kmurph	linseg	0	ionset	0	itmorph	1	idecay	1	
> LINE 22:
> LINE 23:
> error:  illegal character ., line 23:
>             lorisread   ktcl,
> "/Users/enrico/Downloads/loris-1.8/test/clarinet.ctest.sdif", 1,  
> ipshift, 2,
> 1, .001
>
> ^
> error:  no legal opcode, line 23:
>             lorisread   ktcl,
> "/Users/enrico/Downloads/loris-1.8/test/clarinet.ctest.sdif", 1,  
> ipshift, 2,
> 1, .001
> LINE 24:
> error:  illegal character ., line 24:
>             lorisread   ktfl,
> "/Users/enrico/Downloads/loris-1.8/test/flute.ctest.sdif", 2, 1, 1,  
> 1, .001
>
> ^
> error:  no legal opcode, line 24:
>             lorisread   ktfl,
> "/Users/enrico/Downloads/loris-1.8/test/flute.ctest.sdif", 2, 1, 1,  
> 1, .001
> LINE 25:
> error:  no legal opcode, line 25:
>             lorismorph  1, 2, 3, kmurph, kmurph, kmurph
> LINE 26:
> error:  no legal opcode, line 26:
>    asig     lorisplay   3, 1, 1, 1
> LINE 27:
> groups:	out asig
> error:  input arg 'asig' used before defined, line 27:
>             out         asig
> treqd a, tfound a
> xincod = 1
> 	out	asig	
> LINE 28:
> groups:	endin
> 	endin	
> pmax 3, kcnt 12, wcnt 0, acnt 1, pcnt 0, scnt 0
> LINE 29:
> LINE 30:
> LINE 31:
> 7 syntax errors in orchestra.  compilation invalid
> -->CsoundLib Terminated...
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697808.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 10:24
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
Ok, I've dowloaded and built Loris 1.8 to test. For this to succeed  
you will need to add the path to csound headers in configure, for
instance, if you use the floats version:

$ ./configure  CPPFLAGS="-I/Library/Frameworks/CsoundLib.framework/ 
Headers"

Then configure will tell you if this has been successful:

----- Configuration Summary -----
FFTW support: Disabled.
Add something to CPPFLAGS and LDFLAGS to enable.
See ./configure --help.
Python support: Enabled.
Installing Python extension modules in ${exec_prefix}/lib/python2.6/ 
site-packages
You may need to add ${exec_prefix}/lib/python2.6/site-packages to your  
PYTHONPATH
before Python will be able to load them.
Csound support: Enabled.
To use Loris opcodes in your instruments, invoke csound with the  
argument:
--opcode-lib=/usr/local/lib/libloris.so
or libloris.dylib on Mac OS X
----- End Of Configuration -----

Then build and install Loris and run csound with --opcode-lib=/usr/ 
local/lib/libloris.dylib
It works here on 10.5. That's all I can say.

Victor
On 14 Aug 2011, at 04:38, Archaeopteryx wrote:

> In the attached dump I was using i386 Csound and the loris libraries  
> were in
> fact i686, however switching to 64 bit Csound doesn't help (just  
> tried it).
> Disappointed but pvoc sounds brilliant so I'll stick with that.
>
> cheers.
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697465.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 10:29
FromEnrico Francioni
SubjectRe: [Cs-dev] Loris 1.8 Problem
the commandline's

--opcode-lib=/usr/local/lib/libloris.dylib -v


e

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697836.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 10:48
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
yes, but that does not mean your libloris.dylib has any opcodes in it.

Victor
On 14 Aug 2011, at 10:29, Enrico Francioni wrote:

>
> the commandline's
>
> --opcode-lib=/usr/local/lib/libloris.dylib -v
>
>
> e
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697836.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 10:51
FromEnrico Francioni
SubjectRe: [Cs-dev] Loris 1.8 Problem
Link to this
/ Library / Frameworks / CsoundLib.framework / Headers

I refer to:

/ Library/Frameworks/CsoundLib.framework/Versions/5.2/Headers

is ok?



thanks you victor

e

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697860.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-14 18:15
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
yes, that is what should be.
On 14 Aug 2011, at 10:51, Enrico Francioni wrote:

> Link to this
> / Library / Frameworks / CsoundLib.framework / Headers
>
> I refer to:
>
> / Library/Frameworks/CsoundLib.framework/Versions/5.2/Headers
>
> is ok?
>
>
>
> thanks you victor
>
> e
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4697860.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
> Subversion made easy with a complete admin console. Easy
> to use, easy to manage, easy to install, easy to extend.
> Get a Free download of the new open ALM Subversion platform now.
> http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-16 06:24
FromArchaeopteryx
SubjectRe: [Cs-dev] Loris 1.8 Problem
My configure looks good and when I build I can see make adding the correct
csound directories - here is my configuration summary which was ran with the
following command: 

./configure CFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
CXXFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
CPPFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"

----- Configuration Summary -----
FFTW support: Disabled.
Add something to CPPFLAGS and LDFLAGS to enable.
See ./configure --help.
Python support: Enabled.
Installing Python extension modules in
${exec_prefix}/lib/python2.7/site-packages
You may need to add ${exec_prefix}/lib/python2.7/site-packages to your
PYTHONPATH
before Python will be able to load them.
*Csound support: Enabled.*
To use Loris opcodes in your instruments, invoke csound with the argument:
--opcode-lib=/usr/local/lib/libloris.so
or libloris.dylib on Mac OS X
----- End Of Configuration -----

When run with:

csound64 --opcode-lib=/usr/local/lib/libloris.dylib -v tryit.csd

It still doesn't work.  I can try looking in the library to see what's there
when I have time.  Not sure how to dump the contents of a library on the mac
but I'll see what I can do.

Thanks for the help.


Victor Lazzarini wrote:
> 
> Ok, I've dowloaded and built Loris 1.8 to test. For this to succeed  
> you will need to add the path to csound headers in configure, for
> instance, if you use the floats version:
> 
> $ ./configure  CPPFLAGS="-I/Library/Frameworks/CsoundLib.framework/ 
> Headers"
> 
> Then configure will tell you if this has been successful:
> 
> ----- Configuration Summary -----
> FFTW support: Disabled.
> Add something to CPPFLAGS and LDFLAGS to enable.
> See ./configure --help.
> Python support: Enabled.
> Installing Python extension modules in ${exec_prefix}/lib/python2.6/ 
> site-packages
> You may need to add ${exec_prefix}/lib/python2.6/site-packages to your  
> PYTHONPATH
> before Python will be able to load them.
> Csound support: Enabled.
> To use Loris opcodes in your instruments, invoke csound with the  
> argument:
> --opcode-lib=/usr/local/lib/libloris.so
> or libloris.dylib on Mac OS X
> ----- End Of Configuration -----
> 
> Then build and install Loris and run csound with --opcode-lib=/usr/ 
> local/lib/libloris.dylib
> It works here on 10.5. That's all I can say.
> 


--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4703358.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-16 09:01
FromEnrico Francioni
SubjectRe: [Cs-dev] Loris 1.8 Problem
Archaeopteryx,

I have a question and an observation:



*QUESTION*:

[in terminal]
because you need to write CFLAGS - CXXFLAGS - CPPFLAGS?
./configure
CFLAGS = "-I/Library/Frameworks/CsoundLib64.framework/Headers"
CXXFLAGS = "-I/Library/Frameworks/CsoundLib64.framework/Headers"
CPPFLAGS = "-I/Library/Frameworks/CsoundLib64.framework/Headers"



*OBSERVATION*:

[in terminal] after ./configure You gave the commands:

make

and

make install

?


enrico

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4703676.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-16 09:36
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
What about trying with the floats version instead? I have not tried  
with doubles, but floats work here.
On 16 Aug 2011, at 06:24, Archaeopteryx wrote:

> My configure looks good and when I build I can see make adding the  
> correct
> csound directories - here is my configuration summary which was ran  
> with the
> following command:
>
> ./configure CFLAGS="-I/Library/Frameworks/CsoundLib64.framework/ 
> Headers"
> CXXFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
> CPPFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>
> ----- Configuration Summary -----
> FFTW support: Disabled.
> Add something to CPPFLAGS and LDFLAGS to enable.
> See ./configure --help.
> Python support: Enabled.
> Installing Python extension modules in
> ${exec_prefix}/lib/python2.7/site-packages
> You may need to add ${exec_prefix}/lib/python2.7/site-packages to your
> PYTHONPATH
> before Python will be able to load them.
> *Csound support: Enabled.*
> To use Loris opcodes in your instruments, invoke csound with the  
> argument:
> --opcode-lib=/usr/local/lib/libloris.so
> or libloris.dylib on Mac OS X
> ----- End Of Configuration -----
>
> When run with:
>
> csound64 --opcode-lib=/usr/local/lib/libloris.dylib -v tryit.csd
>
> It still doesn't work.  I can try looking in the library to see  
> what's there
> when I have time.  Not sure how to dump the contents of a library on  
> the mac
> but I'll see what I can do.
>
> Thanks for the help.
>
>
> Victor Lazzarini wrote:
>>
>> Ok, I've dowloaded and built Loris 1.8 to test. For this to succeed
>> you will need to add the path to csound headers in configure, for
>> instance, if you use the floats version:
>>
>> $ ./configure  CPPFLAGS="-I/Library/Frameworks/CsoundLib.framework/
>> Headers"
>>
>> Then configure will tell you if this has been successful:
>>
>> ----- Configuration Summary -----
>> FFTW support: Disabled.
>> Add something to CPPFLAGS and LDFLAGS to enable.
>> See ./configure --help.
>> Python support: Enabled.
>> Installing Python extension modules in ${exec_prefix}/lib/python2.6/
>> site-packages
>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to  
>> your
>> PYTHONPATH
>> before Python will be able to load them.
>> Csound support: Enabled.
>> To use Loris opcodes in your instruments, invoke csound with the
>> argument:
>> --opcode-lib=/usr/local/lib/libloris.so
>> or libloris.dylib on Mac OS X
>> ----- End Of Configuration -----
>>
>> Then build and install Loris and run csound with --opcode-lib=/usr/
>> local/lib/libloris.dylib
>> It works here on 10.5. That's all I can say.
>>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4703358.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing  
> Subversion and
> the tools developers use with it. Learn more about uberSVN and get a  
> free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-16 09:38
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
Do this:

$ ./configure CPPFLAGS="-I/Library/Frameworks/CsoundLib.framework/ 
Headers"
$ make
$ sudo make install




On 16 Aug 2011, at 09:01, Enrico Francioni wrote:

> Archaeopteryx,
>
> I have a question and an observation:
>
>
>
> *QUESTION*:
>
> [in terminal]
> because you need to write CFLAGS - CXXFLAGS - CPPFLAGS?
> ./configure
> CFLAGS = "-I/Library/Frameworks/CsoundLib64.framework/Headers"
> CXXFLAGS = "-I/Library/Frameworks/CsoundLib64.framework/Headers"
> CPPFLAGS = "-I/Library/Frameworks/CsoundLib64.framework/Headers"
>
>
>
> *OBSERVATION*:
>
> [in terminal] after ./configure You gave the commands:
>
> make
>
> and
>
> make install
>
> ?
>
>
> enrico
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4703676.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing  
> Subversion and
> the tools developers use with it. Learn more about uberSVN and get a  
> free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-16 10:03
FromJohn Lato
SubjectRe: [Cs-dev] Loris 1.8 Problem
On Tue, Aug 16, 2011 at 6:24 AM, Archaeopteryx
 wrote:
> My configure looks good and when I build I can see make adding the correct
> csound directories - here is my configuration summary which was ran with the
> following command:
>
> ./configure CFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
> CXXFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
> CPPFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>
> ----- Configuration Summary -----
> FFTW support: Disabled.
> Add something to CPPFLAGS and LDFLAGS to enable.
> See ./configure --help.
> Python support: Enabled.
> Installing Python extension modules in
> ${exec_prefix}/lib/python2.7/site-packages
> You may need to add ${exec_prefix}/lib/python2.7/site-packages to your
> PYTHONPATH
> before Python will be able to load them.
> *Csound support: Enabled.*
> To use Loris opcodes in your instruments, invoke csound with the argument:
> --opcode-lib=/usr/local/lib/libloris.so
> or libloris.dylib on Mac OS X
> ----- End Of Configuration -----
>
> When run with:
>
> csound64 --opcode-lib=/usr/local/lib/libloris.dylib -v tryit.csd
>
> It still doesn't work.  I can try looking in the library to see what's there
> when I have time.  Not sure how to dump the contents of a library on the mac
> but I'll see what I can do.
>

nm will display a library's symbols on OS X.

Are you sure that both loris and your csound executable are the same
architecture?  In the past, I've had csound build as 32bit even when I
specify 64bit, unless I also call scons with gcc4opt=x86_64.

John L.

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-16 11:45
FromAndres Cabrera
SubjectRe: [Cs-dev] Loris 1.8 Problem
Hi,

The strange thing is that there is usually an error printed when this happens...

Cheers,
Andres

On Tue, Aug 16, 2011 at 10:03 AM, John Lato  wrote:
> On Tue, Aug 16, 2011 at 6:24 AM, Archaeopteryx
>  wrote:
>> My configure looks good and when I build I can see make adding the correct
>> csound directories - here is my configuration summary which was ran with the
>> following command:
>>
>> ./configure CFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>> CXXFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>> CPPFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>>
>> ----- Configuration Summary -----
>> FFTW support: Disabled.
>> Add something to CPPFLAGS and LDFLAGS to enable.
>> See ./configure --help.
>> Python support: Enabled.
>> Installing Python extension modules in
>> ${exec_prefix}/lib/python2.7/site-packages
>> You may need to add ${exec_prefix}/lib/python2.7/site-packages to your
>> PYTHONPATH
>> before Python will be able to load them.
>> *Csound support: Enabled.*
>> To use Loris opcodes in your instruments, invoke csound with the argument:
>> --opcode-lib=/usr/local/lib/libloris.so
>> or libloris.dylib on Mac OS X
>> ----- End Of Configuration -----
>>
>> When run with:
>>
>> csound64 --opcode-lib=/usr/local/lib/libloris.dylib -v tryit.csd
>>
>> It still doesn't work.  I can try looking in the library to see what's there
>> when I have time.  Not sure how to dump the contents of a library on the mac
>> but I'll see what I can do.
>>
>
> nm will display a library's symbols on OS X.
>
> Are you sure that both loris and your csound executable are the same
> architecture?  In the past, I've had csound build as 32bit even when I
> specify 64bit, unless I also call scons with gcc4opt=x86_64.
>
> John L.
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing Subversion and
> the tools developers use with it. Learn more about uberSVN and get a free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforg

Date2011-08-16 23:59
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
I tried building it for doubles csound and it did not work at first  
(csound64 complained the opcodes was not built for doubles). Then I  
realized my sources were not cleaned after the previous build (for  
floats). Then it worked.

Victor
On 16 Aug 2011, at 06:24, Archaeopteryx wrote:

> My configure looks good and when I build I can see make adding the  
> correct
> csound directories - here is my configuration summary which was ran  
> with the
> following command:
>
> ./configure CFLAGS="-I/Library/Frameworks/CsoundLib64.framework/ 
> Headers"
> CXXFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
> CPPFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>
> ----- Configuration Summary -----
> FFTW support: Disabled.
> Add something to CPPFLAGS and LDFLAGS to enable.
> See ./configure --help.
> Python support: Enabled.
> Installing Python extension modules in
> ${exec_prefix}/lib/python2.7/site-packages
> You may need to add ${exec_prefix}/lib/python2.7/site-packages to your
> PYTHONPATH
> before Python will be able to load them.
> *Csound support: Enabled.*
> To use Loris opcodes in your instruments, invoke csound with the  
> argument:
> --opcode-lib=/usr/local/lib/libloris.so
> or libloris.dylib on Mac OS X
> ----- End Of Configuration -----
>
> When run with:
>
> csound64 --opcode-lib=/usr/local/lib/libloris.dylib -v tryit.csd
>
> It still doesn't work.  I can try looking in the library to see  
> what's there
> when I have time.  Not sure how to dump the contents of a library on  
> the mac
> but I'll see what I can do.
>
> Thanks for the help.
>
>
> Victor Lazzarini wrote:
>>
>> Ok, I've dowloaded and built Loris 1.8 to test. For this to succeed
>> you will need to add the path to csound headers in configure, for
>> instance, if you use the floats version:
>>
>> $ ./configure  CPPFLAGS="-I/Library/Frameworks/CsoundLib.framework/
>> Headers"
>>
>> Then configure will tell you if this has been successful:
>>
>> ----- Configuration Summary -----
>> FFTW support: Disabled.
>> Add something to CPPFLAGS and LDFLAGS to enable.
>> See ./configure --help.
>> Python support: Enabled.
>> Installing Python extension modules in ${exec_prefix}/lib/python2.6/
>> site-packages
>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to  
>> your
>> PYTHONPATH
>> before Python will be able to load them.
>> Csound support: Enabled.
>> To use Loris opcodes in your instruments, invoke csound with the
>> argument:
>> --opcode-lib=/usr/local/lib/libloris.so
>> or libloris.dylib on Mac OS X
>> ----- End Of Configuration -----
>>
>> Then build and install Loris and run csound with --opcode-lib=/usr/
>> local/lib/libloris.dylib
>> It works here on 10.5. That's all I can say.
>>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4703358.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing  
> Subversion and
> the tools developers use with it. Learn more about uberSVN and get a  
> free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-17 16:18
FromEnrico Francioni
SubjectRe: [Cs-dev] Loris 1.8 Problem
Ciao Victor,

Loris installing the libraries (from terminal)
When I type /make install/, the terminal asks me the password because the
permits are denied;
However, the password is not recognized and not allowed to install
libraries;
I got permission denied even with /sudo make install/!


I then to work around this limitation:
before doing the procedure

/$ ./configure CPPFLAGS =
"-I/Library/Frameworks/CsoundLib.framework/Headers"
$ make
$ make install/

to /usr/ and inside the /usr/ folder (the installation of Loris interested -
as shown in the terminal) allow the privilege of reading and writing;

... Do you think can run this ruse to get the privileges?


thanks you,

enrico


;===========================================



Victor Lazzarini wrote:
> 
> I tried building it for doubles csound and it did not work at first  
> (csound64 complained the opcodes was not built for doubles). Then I  
> realized my sources were not cleaned after the previous build (for  
> floats). Then it worked.
> 
> Victor
> On 16 Aug 2011, at 06:24, Archaeopteryx wrote:
> 
>> My configure looks good and when I build I can see make adding the  
>> correct
>> csound directories - here is my configuration summary which was ran  
>> with the
>> following command:
>>
>> ./configure CFLAGS="-I/Library/Frameworks/CsoundLib64.framework/ 
>> Headers"
>> CXXFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>> CPPFLAGS="-I/Library/Frameworks/CsoundLib64.framework/Headers"
>>
>> ----- Configuration Summary -----
>> FFTW support: Disabled.
>> Add something to CPPFLAGS and LDFLAGS to enable.
>> See ./configure --help.
>> Python support: Enabled.
>> Installing Python extension modules in
>> ${exec_prefix}/lib/python2.7/site-packages
>> You may need to add ${exec_prefix}/lib/python2.7/site-packages to your
>> PYTHONPATH
>> before Python will be able to load them.
>> *Csound support: Enabled.*
>> To use Loris opcodes in your instruments, invoke csound with the  
>> argument:
>> --opcode-lib=/usr/local/lib/libloris.so
>> or libloris.dylib on Mac OS X
>> ----- End Of Configuration -----
>>
>> When run with:
>>
>> csound64 --opcode-lib=/usr/local/lib/libloris.dylib -v tryit.csd
>>
>> It still doesn't work.  I can try looking in the library to see  
>> what's there
>> when I have time.  Not sure how to dump the contents of a library on  
>> the mac
>> but I'll see what I can do.
>>
>> Thanks for the help.
>>
>>
>> Victor Lazzarini wrote:
>>>
>>> Ok, I've dowloaded and built Loris 1.8 to test. For this to succeed
>>> you will need to add the path to csound headers in configure, for
>>> instance, if you use the floats version:
>>>
>>> $ ./configure  CPPFLAGS="-I/Library/Frameworks/CsoundLib.framework/
>>> Headers"
>>>
>>> Then configure will tell you if this has been successful:
>>>
>>> ----- Configuration Summary -----
>>> FFTW support: Disabled.
>>> Add something to CPPFLAGS and LDFLAGS to enable.
>>> See ./configure --help.
>>> Python support: Enabled.
>>> Installing Python extension modules in ${exec_prefix}/lib/python2.6/
>>> site-packages
>>> You may need to add ${exec_prefix}/lib/python2.6/site-packages to  
>>> your
>>> PYTHONPATH
>>> before Python will be able to load them.
>>> Csound support: Enabled.
>>> To use Loris opcodes in your instruments, invoke csound with the
>>> argument:
>>> --opcode-lib=/usr/local/lib/libloris.so
>>> or libloris.dylib on Mac OS X
>>> ----- End Of Configuration -----
>>>
>>> Then build and install Loris and run csound with --opcode-lib=/usr/
>>> local/lib/libloris.dylib
>>> It works here on 10.5. That's all I can say.
>>>
>>
>>
>> --
>> View this message in context:
>> http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4703358.html
>> Sent from the Csound - Dev mailing list archive at Nabble.com.
>>
>> ------------------------------------------------------------------------------
>> uberSVN's rich system and user administration capabilities and model
>> configuration take the hassle out of deploying and managing  
>> Subversion and
>> the tools developers use with it. Learn more about uberSVN and get a  
>> free
>> download at:  http://p.sf.net/sfu/wandisco-dev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
> user administration capabilities and model configuration. Take 
> the hassle out of deploying and managing Subversion and the 
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 


--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4708639.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-21 17:16
FromArchaeopteryx
SubjectRe: [Cs-dev] Loris 1.8 Problem
I'll try messing around with this.  I ran nm and verified that the Csound
interface appears to be there (LorisRead, LorisPlay etc...) so at this point
I'm thinking that I have some issues along the lines of what you suggested
although the errors I get seem to indicate missing opcodes.  Also, I
apologize for the slow updates.  Any suggestions on how I can be certain
that I'm building a 32 bit library vs 64 bit?


I tried building it for doubles csound and it did not work at first  
(csound64 complained the opcodes was not built for doubles). Then I  
realized my sources were not cleaned after the previous build (for  
floats). Then it worked.

Victor

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4720773.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-21 17:39
FromArchaeopteryx
SubjectRe: [Cs-dev] Loris 1.8 Problem
Ok, I have the 32 bit version working.  forgot to add options for 32 bit
linking a la LDFLAGS="-m32" in addition to adding it to the CPPFLAGS as
well.  Still confounded as to why the 64 bit version isn't working but I'm
happy for now.  Thanks for all of the help and suggestions, I really
appreciate the support.

Thanks,
Erik

--
View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4720821.html
Sent from the Csound - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-08-21 17:57
FromVictor Lazzarini
SubjectRe: [Cs-dev] Loris 1.8 Problem
If you link to the headers in CsoundLib64.framework, your opcodes will  
be for doubles.

Victor
On 21 Aug 2011, at 17:16, Archaeopteryx wrote:

> I'll try messing around with this.  I ran nm and verified that the  
> Csound
> interface appears to be there (LorisRead, LorisPlay etc...) so at  
> this point
> I'm thinking that I have some issues along the lines of what you  
> suggested
> although the errors I get seem to indicate missing opcodes.  Also, I
> apologize for the slow updates.  Any suggestions on how I can be  
> certain
> that I'm building a 32 bit library vs 64 bit?
>
>
> I tried building it for doubles csound and it did not work at first
> (csound64 complained the opcodes was not built for doubles). Then I
> realized my sources were not cleaned after the previous build (for
> floats). Then it worked.
>
> Victor
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Loris-1-8-Problem-tp4691533p4720773.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

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




------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net