|
Hi,
Today i downloaded and compiled csound5 from cvs. After overcoming a few buildproblems i have it running now. However, there is one weird problem. Loading the Shrutibox from Dave Seidel (nice!) csound5 complains about an illegal opcode: 'trigger'. Indeed it is not listed with csound -z. However if i run ./csound from within the source directory, the Shrutibox loads fine and the opcode 'trigger' is listed with ./csound -z. Apparently something is not copied during the install. Any idea's? Regards, gerrit -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
Do you have your OPCODEDIR set? And did you use the Sconstruct
install target when installing? steven On 5/27/05, Gerrit Niestijl <[hidden email]> wrote: > Hi, > > Today i downloaded and compiled csound5 from cvs. After overcoming > a few buildproblems i have it running now. > > However, there is one weird problem. Loading the Shrutibox from Dave > Seidel (nice!) csound5 complains about an illegal opcode: > 'trigger'. Indeed it is not listed with csound -z. However if i run > ./csound from within the source directory, the Shrutibox loads fine > and the opcode 'trigger' is listed with ./csound -z. > > Apparently something is not copied during the install. Any idea's? > > Regards, > gerrit > -- > Send bugs reports to [hidden email] > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to [hidden email] > Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
Hi,
Thanks for your response. > Do you have your OPCODEDIR set? No. But i just tried, but csound still not shows the 'trigger' opcode with the -z option. > And did you use the Sconstruct install target when installing? Yes. I didn't mention that i also tried the latest release on sourceforge, which gives exactly the same behaviour. From within the source directory i managed to run csound via the jack output plugin, which is very nice indeed. I find the improvements over csound4 impressive! I didn't yet manage to connect to alsa directly with any the following options: -+rtaudio=jack -o dac -+rtaudio=jack -o dac0 -+rtaudio=jack -o dac:hw:0 -+rtaudio=jack -o dac:hw:0,0 Csound does run the csd but with the error message 'Error writing to sound device' and no sound. Tomorow i have some time to experiment a little further. -- Regards, Gerrit -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
Gerrit Niestijl wrote:
> No. But i just tried, but csound still not shows the 'trigger' opcode > with the -z option. Is it possible that you did not set the environment variable correctly ? I just tried 'export OPCODEDIR=`pwd`' in the source directory, then cd'd to a different path, and 'csound -z' still printed trigger and all plugins were loaded without problems. By the way, if you compiled with useDouble=1, it is recommended to set OPCODEDIR64 instead. > I didn't yet manage to connect to alsa directly with any the following > options: > > -+rtaudio=jack -o dac > -+rtaudio=jack -o dac0 > -+rtaudio=jack -o dac:hw:0 > -+rtaudio=jack -o dac:hw:0,0 These should work: -+rtaudio=alsa -o dac:hw:0 -+rtaudio=jack -o dac:alsa_pcm:playback_ The latter assumes that 'jack_lsp' prints something like: alsa_pcm:capture_1 alsa_pcm:capture_2 alsa_pcm:playback_1 alsa_pcm:playback_2 -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
Hi,
>> No. But i just tried, but csound still not shows the 'trigger' opcode >> with the -z option. > > Is it possible that you did not set the environment variable correctly ? Oops, yes, i did not set it correctly. With the correct setting the csd loads fine. Thanks! > These should work: > > -+rtaudio=alsa -o dac:hw:0 This one is problematic, as my card expects 10 channels and long ints, so i have to adjust the orc to provide 10 channels. Perhaps there is another way with my .asoundrc, but i have yet to find out how. > -+rtaudio=jack -o dac:alsa_pcm:playback_ This works fine indeed! -- Regards, gerrit -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
Hi Gerrit,
I hope the Sruti Box is running for you now. Once you have had a chance to play with it a bit, please let me know if you have any suggestions for improvements. I've been thinking of making a new version with some additional features (such as additional drones, and the ability to save/restore presets), and I am open to input from anyone. - Dave --- Dave Seidel [blog] http://superluminal.com/dave/weblog [music] http://mysterybear.net Gerrit Niestijl wrote: > Hi, > > >>>No. But i just tried, but csound still not shows the 'trigger' opcode >>>with the -z option. >> >>Is it possible that you did not set the environment variable correctly ? > > > Oops, yes, i did not set it correctly. With the correct setting the csd > loads fine. Thanks! > > >>These should work: >> >>-+rtaudio=alsa -o dac:hw:0 > > > This one is problematic, as my card expects 10 channels and long ints, > so i have to adjust the orc to provide 10 channels. Perhaps there is > another way with my .asoundrc, but i have yet to find out how. > > >>-+rtaudio=jack -o dac:alsa_pcm:playback_ > > > This works fine indeed! > > -- > Regards, > gerrit -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
where can this be Downloaded Dave?
On May 29, 2005, at 5:03 PM, Dave Seidel wrote: > Hi Gerrit, > > I hope the Sruti Box is running for you now. Once you have had a > chance to play with it a bit, please let me know if you have any > suggestions for improvements. I've been thinking of making a new > version with some additional features (such as additional drones, and > the ability to save/restore presets), and I am open to input from > anyone. > > - Dave > > --- > Dave Seidel > [blog] http://superluminal.com/dave/weblog > [music] http://mysterybear.net > > > Gerrit Niestijl wrote: >> Hi, >>>> No. But i just tried, but csound still not shows the 'trigger' >>>> opcode >>>> with the -z option. >>> >>> Is it possible that you did not set the environment variable >>> correctly ? >> Oops, yes, i did not set it correctly. With the correct setting the >> csd >> loads fine. Thanks! >>> These should work: >>> >>> -+rtaudio=alsa -o dac:hw:0 >> This one is problematic, as my card expects 10 channels and long ints, >> so i have to adjust the orc to provide 10 channels. Perhaps there is >> another way with my .asoundrc, but i have yet to find out how. >>> -+rtaudio=jack -o dac:alsa_pcm:playback_ >> This works fine indeed! >> -- >> Regards, >> gerrit > > -- > Send bugs reports to [hidden email] > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to [hidden email] > > Patrick Pagano, B.S.,M.F.A Digital Media Specialist Digital Worlds Institute University Of Florida (352) 294-2082 -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
oops found it!
i get error: insufficient required arguments, line 119: gktbl,itbl FLbutBank 1, 9, 1, 300, 25, (50+(90)), 295, -1 instr 3 instr 5 instr 6 instr 4 instr 3099 On May 29, 2005, at 5:08 PM, Patrick Pagano wrote: > where can this be Downloaded Dave? > > > On May 29, 2005, at 5:03 PM, Dave Seidel wrote: > >> Hi Gerrit, >> >> I hope the Sruti Box is running for you now. Once you have had a >> chance to play with it a bit, please let me know if you have any >> suggestions for improvements. I've been thinking of making a new >> version with some additional features (such as additional drones, and >> the ability to save/restore presets), and I am open to input from >> anyone. >> >> - Dave >> >> --- >> Dave Seidel >> [blog] http://superluminal.com/dave/weblog >> [music] http://mysterybear.net >> >> >> Gerrit Niestijl wrote: >>> Hi, >>>>> No. But i just tried, but csound still not shows the 'trigger' >>>>> opcode >>>>> with the -z option. >>>> >>>> Is it possible that you did not set the environment variable >>>> correctly ? >>> Oops, yes, i did not set it correctly. With the correct setting the >>> csd >>> loads fine. Thanks! >>>> These should work: >>>> >>>> -+rtaudio=alsa -o dac:hw:0 >>> This one is problematic, as my card expects 10 channels and long >>> ints, >>> so i have to adjust the orc to provide 10 channels. Perhaps there is >>> another way with my .asoundrc, but i have yet to find out how. >>>> -+rtaudio=jack -o dac:alsa_pcm:playback_ >>> This works fine indeed! >>> -- >>> Regards, >>> gerrit >> >> -- >> Send bugs reports to [hidden email] >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To unsubscribe, send email to [hidden email] >> >> > > Patrick Pagano, B.S.,M.F.A > Digital Media Specialist > Digital Worlds Institute > University Of Florida > (352) 294-2082 > > -- > Send bugs reports to [hidden email] > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to [hidden email] > > Patrick Pagano, B.S.,M.F.A Digital Media Specialist Digital Worlds Institute University Of Florida (352) 294-2082 -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
What version of Csound are you using? I'm running it under CsoundAV,for
which it was was designed. Did the FLButBank opcode change in Csound5? - Dave Patrick Pagano wrote: > oops found it! > > i get > > > error: insufficient required arguments, line 119: > gktbl,itbl FLbutBank 1, 9, 1, 300, 25, > (50+(90)), 295, -1 > instr 3 > instr 5 > instr 6 > instr 4 > instr 3099 > > On May 29, 2005, at 5:08 PM, Patrick Pagano wrote: > >> where can this be Downloaded Dave? >> >> >> On May 29, 2005, at 5:03 PM, Dave Seidel wrote: >> >>> Hi Gerrit, >>> >>> I hope the Sruti Box is running for you now. Once you have had a >>> chance to play with it a bit, please let me know if you have any >>> suggestions for improvements. I've been thinking of making a new >>> version with some additional features (such as additional drones, and >>> the ability to save/restore presets), and I am open to input from >>> anyone. >>> >>> - Dave >>> >>> --- >>> Dave Seidel >>> [blog] http://superluminal.com/dave/weblog >>> [music] http://mysterybear.net >>> >>> >>> Gerrit Niestijl wrote: >>> >>>> Hi, >>>> >>>>>> No. But i just tried, but csound still not shows the 'trigger' opcode >>>>>> with the -z option. >>>>> >>>>> >>>>> Is it possible that you did not set the environment variable >>>>> correctly ? >>>> >>>> Oops, yes, i did not set it correctly. With the correct setting the csd >>>> loads fine. Thanks! >>>> >>>>> These should work: >>>>> >>>>> -+rtaudio=alsa -o dac:hw:0 >>>> >>>> This one is problematic, as my card expects 10 channels and long ints, >>>> so i have to adjust the orc to provide 10 channels. Perhaps there is >>>> another way with my .asoundrc, but i have yet to find out how. >>>> >>>>> -+rtaudio=jack -o dac:alsa_pcm:playback_ >>>> >>>> This works fine indeed! >>>> -- >>>> Regards, >>>> gerrit >>> >>> >>> -- >>> Send bugs reports to [hidden email] >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>> To unsubscribe, send email to [hidden email] >>> >>> >> >> Patrick Pagano, B.S.,M.F.A >> Digital Media Specialist >> Digital Worlds Institute >> University Of Florida >> (352) 294-2082 >> >> -- >> Send bugs reports to [hidden email] >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To unsubscribe, send email to [hidden email] >> >> > > Patrick Pagano, B.S.,M.F.A > Digital Media Specialist > Digital Worlds Institute > University Of Florida > (352) 294-2082 > -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
Csound5 OSX 10.3.8
i don't know if it changed added a ",0" on the end and it loads fine gets that JI High-tension stepdown sound :-) On May 29, 2005, at 5:33 PM, Dave Seidel wrote: > What version of Csound are you using? I'm running it under > CsoundAV,for which it was was designed. Did the FLButBank opcode > change in Csound5? > > - Dave > > > Patrick Pagano wrote: >> oops found it! >> i get >> error: insufficient required arguments, line 119: >> gktbl,itbl FLbutBank 1, 9, 1, 300, 25, >> (50+(90)), 295, -1 >> instr 3 >> instr 5 >> instr 6 >> instr 4 >> instr 3099 >> On May 29, 2005, at 5:08 PM, Patrick Pagano wrote: >>> where can this be Downloaded Dave? >>> >>> >>> On May 29, 2005, at 5:03 PM, Dave Seidel wrote: >>> >>>> Hi Gerrit, >>>> >>>> I hope the Sruti Box is running for you now. Once you have had a >>>> chance to play with it a bit, please let me know if you have any >>>> suggestions for improvements. I've been thinking of making a new >>>> version with some additional features (such as additional drones, >>>> and the ability to save/restore presets), and I am open to input >>>> from anyone. >>>> >>>> - Dave >>>> >>>> --- >>>> Dave Seidel >>>> [blog] http://superluminal.com/dave/weblog >>>> [music] http://mysterybear.net >>>> >>>> >>>> Gerrit Niestijl wrote: >>>> >>>>> Hi, >>>>> >>>>>>> No. But i just tried, but csound still not shows the 'trigger' >>>>>>> opcode >>>>>>> with the -z option. >>>>>> >>>>>> >>>>>> Is it possible that you did not set the environment variable >>>>>> correctly ? >>>>> >>>>> Oops, yes, i did not set it correctly. With the correct setting >>>>> the csd >>>>> loads fine. Thanks! >>>>> >>>>>> These should work: >>>>>> >>>>>> -+rtaudio=alsa -o dac:hw:0 >>>>> >>>>> This one is problematic, as my card expects 10 channels and long >>>>> ints, >>>>> so i have to adjust the orc to provide 10 channels. Perhaps there >>>>> is >>>>> another way with my .asoundrc, but i have yet to find out how. >>>>> >>>>>> -+rtaudio=jack -o dac:alsa_pcm:playback_ >>>>> >>>>> This works fine indeed! >>>>> -- >>>>> Regards, >>>>> gerrit >>>> >>>> >>>> -- >>>> Send bugs reports to [hidden email] >>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>>> To unsubscribe, send email to [hidden email] >>>> >>>> >>> >>> Patrick Pagano, B.S.,M.F.A >>> Digital Media Specialist >>> Digital Worlds Institute >>> University Of Florida >>> (352) 294-2082 >>> >>> -- >>> Send bugs reports to [hidden email] >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>> To unsubscribe, send email to [hidden email] >>> >>> >> Patrick Pagano, B.S.,M.F.A >> Digital Media Specialist >> Digital Worlds Institute >> University Of Florida >> (352) 294-2082 > > -- > Send bugs reports to [hidden email] > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to [hidden email] > > Patrick Pagano, B.S.,M.F.A Digital Media Specialist Digital Worlds Institute University Of Florida (352) 294-2082 -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
I remember running into this problem and pointing it out - I think in
CsoundAV. The problem is that the flag for arguments is one off; it was fixed in AV, but the fix probably wasn't ported to Csound5. No sure about other Csound4's either, come to think about it - though I *believe* they were changed. Art Hunkins ----- Original Message ----- From: "Patrick Pagano" <[hidden email]> To: <[hidden email]> Sent: Sunday, May 29, 2005 5:43 PM Subject: Re: [Csnd] Sruti Box > Csound5 OSX 10.3.8 > i don't know if it changed > added a ",0" on the end > and it loads fine > > gets that JI High-tension stepdown sound :-) > > > > > > > On May 29, 2005, at 5:33 PM, Dave Seidel wrote: > > > What version of Csound are you using? I'm running it under > > CsoundAV,for which it was was designed. Did the FLButBank opcode > > change in Csound5? > > > > - Dave > > > > > > Patrick Pagano wrote: > >> oops found it! > >> i get > >> error: insufficient required arguments, line 119: > >> gktbl,itbl FLbutBank 1, 9, 1, 300, 25, > >> (50+(90)), 295, -1 > >> instr 3 > >> instr 5 > >> instr 6 > >> instr 4 > >> instr 3099 > >> On May 29, 2005, at 5:08 PM, Patrick Pagano wrote: > >>> where can this be Downloaded Dave? > >>> > >>> > >>> On May 29, 2005, at 5:03 PM, Dave Seidel wrote: > >>> > >>>> Hi Gerrit, > >>>> > >>>> I hope the Sruti Box is running for you now. Once you have had a > >>>> chance to play with it a bit, please let me know if you have any > >>>> suggestions for improvements. I've been thinking of making a new > >>>> version with some additional features (such as additional drones, > >>>> and the ability to save/restore presets), and I am open to input > >>>> from anyone. > >>>> > >>>> - Dave > >>>> > >>>> --- > >>>> Dave Seidel > >>>> [blog] http://superluminal.com/dave/weblog > >>>> [music] http://mysterybear.net > >>>> > >>>> > >>>> Gerrit Niestijl wrote: > >>>> > >>>>> Hi, > >>>>> > >>>>>>> No. But i just tried, but csound still not shows the 'trigger' > >>>>>>> opcode > >>>>>>> with the -z option. > >>>>>> > >>>>>> > >>>>>> Is it possible that you did not set the environment variable > >>>>>> correctly ? > >>>>> > >>>>> Oops, yes, i did not set it correctly. With the correct setting > >>>>> the csd > >>>>> loads fine. Thanks! > >>>>> > >>>>>> These should work: > >>>>>> > >>>>>> -+rtaudio=alsa -o dac:hw:0 > >>>>> > >>>>> This one is problematic, as my card expects 10 channels and long > >>>>> ints, > >>>>> so i have to adjust the orc to provide 10 channels. Perhaps there > >>>>> is > >>>>> another way with my .asoundrc, but i have yet to find out how. > >>>>> > >>>>>> -+rtaudio=jack -o dac:alsa_pcm:playback_ > >>>>> > >>>>> This works fine indeed! > >>>>> -- > >>>>> Regards, > >>>>> gerrit > >>>> > >>>> > >>>> -- > >>>> Send bugs reports to [hidden email] > >>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > >>>> To unsubscribe, send email to [hidden email] > >>>> > >>>> > >>> > >>> Patrick Pagano, B.S.,M.F.A > >>> Digital Media Specialist > >>> Digital Worlds Institute > >>> University Of Florida > >>> (352) 294-2082 > >>> > >>> -- > >>> Send bugs reports to [hidden email] > >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > >>> To unsubscribe, send email to [hidden email] > >>> > >>> > >> Patrick Pagano, B.S.,M.F.A > >> Digital Media Specialist > >> Digital Worlds Institute > >> University Of Florida > >> (352) 294-2082 > > > > -- > > Send bugs reports to [hidden email] > > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > > To unsubscribe, send email to [hidden email] > > > > > > Patrick Pagano, B.S.,M.F.A > Digital Media Specialist > Digital Worlds Institute > University Of Florida > (352) 294-2082 > > -- > Send bugs reports to [hidden email] > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to [hidden email] -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
In reply to this post by Pat Pagano
Cool, thank.
> gets that JI High-tension stepdown sound :-) Just what I was after. :-) - Dave Patrick Pagano wrote: > Csound5 OSX 10.3.8 > i don't know if it changed > added a ",0" on the end > and it loads fine > > gets that JI High-tension stepdown sound :-) > > > > > > > On May 29, 2005, at 5:33 PM, Dave Seidel wrote: > >> What version of Csound are you using? I'm running it under >> CsoundAV,for which it was was designed. Did the FLButBank opcode >> change in Csound5? >> >> - Dave >> >> >> Patrick Pagano wrote: >> >>> oops found it! >>> i get >>> error: insufficient required arguments, line 119: >>> gktbl,itbl FLbutBank 1, 9, 1, 300, 25, >>> (50+(90)), 295, -1 >>> instr 3 >>> instr 5 >>> instr 6 >>> instr 4 >>> instr 3099 >>> On May 29, 2005, at 5:08 PM, Patrick Pagano wrote: >>> >>>> where can this be Downloaded Dave? >>>> >>>> >>>> On May 29, 2005, at 5:03 PM, Dave Seidel wrote: >>>> >>>>> Hi Gerrit, >>>>> >>>>> I hope the Sruti Box is running for you now. Once you have had a >>>>> chance to play with it a bit, please let me know if you have any >>>>> suggestions for improvements. I've been thinking of making a new >>>>> version with some additional features (such as additional drones, >>>>> and the ability to save/restore presets), and I am open to input >>>>> from anyone. >>>>> >>>>> - Dave >>>>> >>>>> --- >>>>> Dave Seidel >>>>> [blog] http://superluminal.com/dave/weblog >>>>> [music] http://mysterybear.net >>>>> >>>>> >>>>> Gerrit Niestijl wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>>>> No. But i just tried, but csound still not shows the 'trigger' >>>>>>>> opcode >>>>>>>> with the -z option. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Is it possible that you did not set the environment variable >>>>>>> correctly ? >>>>>> >>>>>> >>>>>> Oops, yes, i did not set it correctly. With the correct setting >>>>>> the csd >>>>>> loads fine. Thanks! >>>>>> >>>>>>> These should work: >>>>>>> >>>>>>> -+rtaudio=alsa -o dac:hw:0 >>>>>> >>>>>> >>>>>> This one is problematic, as my card expects 10 channels and long >>>>>> ints, >>>>>> so i have to adjust the orc to provide 10 channels. Perhaps there is >>>>>> another way with my .asoundrc, but i have yet to find out how. >>>>>> >>>>>>> -+rtaudio=jack -o dac:alsa_pcm:playback_ >>>>>> >>>>>> >>>>>> This works fine indeed! >>>>>> -- >>>>>> Regards, >>>>>> gerrit >>>>> >>>>> >>>>> >>>>> -- >>>>> Send bugs reports to [hidden email] >>>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>>>> To unsubscribe, send email to [hidden email] >>>>> >>>>> >>>> >>>> Patrick Pagano, B.S.,M.F.A >>>> Digital Media Specialist >>>> Digital Worlds Institute >>>> University Of Florida >>>> (352) 294-2082 >>>> >>>> -- >>>> Send bugs reports to [hidden email] >>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>>> To unsubscribe, send email to [hidden email] >>>> >>>> >>> Patrick Pagano, B.S.,M.F.A >>> Digital Media Specialist >>> Digital Worlds Institute >>> University Of Florida >>> (352) 294-2082 >> >> >> -- >> Send bugs reports to [hidden email] >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >> To unsubscribe, send email to [hidden email] >> >> > > Patrick Pagano, B.S.,M.F.A > Digital Media Specialist > Digital Worlds Institute > University Of Florida > (352) 294-2082 > -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
In reply to this post by abhunkin
Thanks, Art, I will test it out and make a note for the revised version.
- Dave Art Hunkins wrote: > I remember running into this problem and pointing it out - I think in > CsoundAV. The problem is that the flag for arguments is one off; it was > fixed in AV, but the fix probably wasn't ported to Csound5. No sure about > other Csound4's either, come to think about it - though I *believe* they > were changed. > > Art Hunkins > > ----- Original Message ----- > From: "Patrick Pagano" <[hidden email]> > To: <[hidden email]> > Sent: Sunday, May 29, 2005 5:43 PM > Subject: Re: [Csnd] Sruti Box > > > >>Csound5 OSX 10.3.8 >>i don't know if it changed >>added a ",0" on the end >>and it loads fine >> >>gets that JI High-tension stepdown sound :-) >> >> >> >> >> >> >>On May 29, 2005, at 5:33 PM, Dave Seidel wrote: >> >> >>>What version of Csound are you using? I'm running it under >>>CsoundAV,for which it was was designed. Did the FLButBank opcode >>>change in Csound5? >>> >>>- Dave >>> >>> >>>Patrick Pagano wrote: >>> >>>>oops found it! >>>>i get >>>>error: insufficient required arguments, line 119: >>>>gktbl,itbl FLbutBank 1, 9, 1, 300, 25, >>>>(50+(90)), 295, -1 >>>> instr 3 >>>> instr 5 >>>> instr 6 >>>> instr 4 >>>> instr 3099 >>>>On May 29, 2005, at 5:08 PM, Patrick Pagano wrote: >>>> >>>>>where can this be Downloaded Dave? >>>>> >>>>> >>>>>On May 29, 2005, at 5:03 PM, Dave Seidel wrote: >>>>> >>>>> >>>>>>Hi Gerrit, >>>>>> >>>>>>I hope the Sruti Box is running for you now. Once you have had a >>>>>>chance to play with it a bit, please let me know if you have any >>>>>>suggestions for improvements. I've been thinking of making a new >>>>>>version with some additional features (such as additional drones, >>>>>>and the ability to save/restore presets), and I am open to input >>>>>>from anyone. >>>>>> >>>>>>- Dave >>>>>> >>>>>>--- >>>>>>Dave Seidel >>>>>> [blog] http://superluminal.com/dave/weblog >>>>>>[music] http://mysterybear.net >>>>>> >>>>>> >>>>>>Gerrit Niestijl wrote: >>>>>> >>>>>> >>>>>>>Hi, >>>>>>> >>>>>>> >>>>>>>>>No. But i just tried, but csound still not shows the 'trigger' >>>>>>>>>opcode >>>>>>>>>with the -z option. >>>>>>>> >>>>>>>> >>>>>>>>Is it possible that you did not set the environment variable >>>>>>>>correctly ? >>>>>>> >>>>>>>Oops, yes, i did not set it correctly. With the correct setting >>>>>>>the csd >>>>>>>loads fine. Thanks! >>>>>>> >>>>>>> >>>>>>>>These should work: >>>>>>>> >>>>>>>>-+rtaudio=alsa -o dac:hw:0 >>>>>>> >>>>>>>This one is problematic, as my card expects 10 channels and long >>>>>>>ints, >>>>>>>so i have to adjust the orc to provide 10 channels. Perhaps there >>>>>>>is >>>>>>>another way with my .asoundrc, but i have yet to find out how. >>>>>>> >>>>>>> >>>>>>>>-+rtaudio=jack -o dac:alsa_pcm:playback_ >>>>>>> >>>>>>>This works fine indeed! >>>>>>>-- >>>>>>>Regards, >>>>>>>gerrit >>>>>> >>>>>> >>>>>>-- >>>>>>Send bugs reports to [hidden email] >>>>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>>>>>To unsubscribe, send email to [hidden email] >>>>>> >>>>>> >>>>> >>>>>Patrick Pagano, B.S.,M.F.A >>>>>Digital Media Specialist >>>>>Digital Worlds Institute >>>>>University Of Florida >>>>>(352) 294-2082 >>>>> >>>>>-- >>>>>Send bugs reports to [hidden email] >>>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>>>>To unsubscribe, send email to [hidden email] >>>>> >>>>> >>>> >>>>Patrick Pagano, B.S.,M.F.A >>>>Digital Media Specialist >>>>Digital Worlds Institute >>>>University Of Florida >>>>(352) 294-2082 >>> >>>-- >>>Send bugs reports to [hidden email] >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>>To unsubscribe, send email to [hidden email] >>> >>> >> >>Patrick Pagano, B.S.,M.F.A >>Digital Media Specialist >>Digital Worlds Institute >>University Of Florida >>(352) 294-2082 >> >>-- >>Send bugs reports to [hidden email] >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) >>To unsubscribe, send email to [hidden email] > > -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
|
Dave, and others interested in running Sruti Box,
I checked Sruti Box against CsoundAV, Csound5beta, Mycsound4 and flcsound. As I suspected, there were small problems with all except CsoundAV. These are itemized below: 1) All except CsoundAV require the extra variable (0) at the end of FlbutBank (apparently the AV fix was not ported to the other versions). CsoundAV is happy enough with the extra 0 appended. 2) In addition, MyCsound4 and flcsound hang on the slashes at the ends of "gkroot FLcount" and "gkOfs FLbutton." Removing the slashes and putting everything on a single line fixes this. (There are no problems with the slashes in the score.) 3) Csound5beta requires -b64 and -B256 to work correctly (in CsOptions). [4) the -b1000 CsOption for Mycsound4 and flcsound help.] These alterations are included in the attached .csd. (There are no other changes.) One other item: CsoundAV, in contrast to the other versions, has a problem initializing notes in the Sruti Box (as well as terminating them) without a click. In the GUI CsoundAV, these clicks can be eliminated by setting the Portaudio Output Latency to 100ms, by clicking on the Set Environment Paths in the AV runtime window. Art Hunkins And Dave, I'm using another version of this instrument in a current piece entitled Angel Dervish (how's that for a mix of spiritualities). ----- Original Message ----- From: "Dave Seidel" <[hidden email]> To: <[hidden email]> Sent: Sunday, May 29, 2005 7:30 PM Subject: Re: [Csnd] Sruti Box > Thanks, Art, I will test it out and make a note for the revised version. > > - Dave > > > Art Hunkins wrote: > > I remember running into this problem and pointing it out - I think in > > CsoundAV. The problem is that the flag for arguments is one off; it was > > fixed in AV, but the fix probably wasn't ported to Csound5. No sure about > > other Csound4's either, come to think about it - though I *believe* they > > were changed. > > > > Art Hunkins > > > > ----- Original Message ----- > > From: "Patrick Pagano" <[hidden email]> > > To: <[hidden email]> > > Sent: Sunday, May 29, 2005 5:43 PM > > Subject: Re: [Csnd] Sruti Box > > > > > > > >>Csound5 OSX 10.3.8 > >>i don't know if it changed > >>added a ",0" on the end > >>and it loads fine > >> > >>gets that JI High-tension stepdown sound :-) > >> > >> > >> > >> > >> > >> > >>On May 29, 2005, at 5:33 PM, Dave Seidel wrote: > >> > >> > >>>What version of Csound are you using? I'm running it under > >>>CsoundAV,for which it was was designed. Did the FLButBank opcode > >>>change in Csound5? > >>> > >>>- Dave > >>> > >>> > >>>Patrick Pagano wrote: > >>> > >>>>oops found it! > >>>>i get > >>>>error: insufficient required arguments, line 119: > >>>>gktbl,itbl FLbutBank 1, 9, 1, 300, 25, > >>>>(50+(90)), 295, -1 > >>>> instr 3 > >>>> instr 5 > >>>> instr 6 > >>>> instr 4 > >>>> instr 3099 > >>>>On May 29, 2005, at 5:08 PM, Patrick Pagano wrote: > >>>> > >>>>>where can this be Downloaded Dave? > >>>>> > >>>>> > >>>>>On May 29, 2005, at 5:03 PM, Dave Seidel wrote: > >>>>> > >>>>> > >>>>>>Hi Gerrit, > >>>>>> > >>>>>>I hope the Sruti Box is running for you now. Once you have had a > >>>>>>chance to play with it a bit, please let me know if you have any > >>>>>>suggestions for improvements. I've been thinking of making a new > >>>>>>version with some additional features (such as additional drones, > >>>>>>and the ability to save/restore presets), and I am open to input > >>>>>>from anyone. > >>>>>> > >>>>>>- Dave > >>>>>> > >>>>>>--- > >>>>>>Dave Seidel > >>>>>> [blog] http://superluminal.com/dave/weblog > >>>>>>[music] http://mysterybear.net > >>>>>> > >>>>>> > >>>>>>Gerrit Niestijl wrote: > >>>>>> > >>>>>> > >>>>>>>Hi, > >>>>>>> > >>>>>>> > >>>>>>>>>No. But i just tried, but csound still not shows the 'trigger' > >>>>>>>>>opcode > >>>>>>>>>with the -z option. > >>>>>>>> > >>>>>>>> > >>>>>>>>Is it possible that you did not set the environment variable > >>>>>>>>correctly ? > >>>>>>> > >>>>>>>Oops, yes, i did not set it correctly. With the correct setting > >>>>>>>the csd > >>>>>>>loads fine. Thanks! > >>>>>>> > >>>>>>> > >>>>>>>>These should work: > >>>>>>>> > >>>>>>>>-+rtaudio=alsa -o dac:hw:0 > >>>>>>> > >>>>>>>This one is problematic, as my card expects 10 channels and long > >>>>>>>ints, > >>>>>>>so i have to adjust the orc to provide 10 channels. Perhaps there > >>>>>>>is > >>>>>>>another way with my .asoundrc, but i have yet to find out how. > >>>>>>> > >>>>>>> > >>>>>>>>-+rtaudio=jack -o dac:alsa_pcm:playback_ > >>>>>>> > >>>>>>>This works fine indeed! > >>>>>>>-- > >>>>>>>Regards, > >>>>>>>gerrit > >>>>>> > >>>>>> > >>>>>>-- > >>>>>>Send bugs reports to [hidden email] > >>>>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > >>>>>>To unsubscribe, send email to [hidden email] > >>>>>> > >>>>>> > >>>>> > >>>>>Patrick Pagano, B.S.,M.F.A > >>>>>Digital Media Specialist > >>>>>Digital Worlds Institute > >>>>>University Of Florida > >>>>>(352) 294-2082 > >>>>> > >>>>>-- > >>>>>Send bugs reports to [hidden email] > >>>>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > >>>>>To unsubscribe, send email to [hidden email] > >>>>> > >>>>> > >>>> > >>>>Patrick Pagano, B.S.,M.F.A > >>>>Digital Media Specialist > >>>>Digital Worlds Institute > >>>>University Of Florida > >>>>(352) 294-2082 > >>> > >>>-- > >>>Send bugs reports to [hidden email] > >>> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > >>>To unsubscribe, send email to [hidden email] > >>> > >>> > >> > >>Patrick Pagano, B.S.,M.F.A > >>Digital Media Specialist > >>Digital Worlds Institute > >>University Of Florida > >>(352) 294-2082 > >> > >>-- > >>Send bugs reports to [hidden email] > >> (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > >>To unsubscribe, send email to [hidden email] > > > > > > -- > Send bugs reports to [hidden email] > (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) > To unsubscribe, send email to [hidden email] |
|
Art,
Thanks so much for figuring all this stuff out! I will certainly incorporate your changes into the distribution. Looking forward to your new piece with great anticipation. I love the title (as you knew I would). :-) - Dave Art Hunkins wrote: > Dave, and others interested in running Sruti Box, > > I checked Sruti Box against CsoundAV, Csound5beta, Mycsound4 and flcsound. > As I suspected, there were small problems with all except CsoundAV. These > are itemized below: > > 1) All except CsoundAV require the extra variable (0) at the end of > FlbutBank (apparently the AV fix was not ported to the other versions). > CsoundAV is happy enough with the extra 0 appended. > > 2) In addition, MyCsound4 and flcsound hang on the slashes at the ends of > "gkroot FLcount" and "gkOfs FLbutton." Removing the slashes and putting > everything on a single line fixes this. (There are no problems with the > slashes in the score.) > > 3) Csound5beta requires -b64 and -B256 to work correctly (in CsOptions). > > [4) the -b1000 CsOption for Mycsound4 and flcsound help.] > > These alterations are included in the attached .csd. (There are no other > changes.) > > One other item: CsoundAV, in contrast to the other versions, has a problem > initializing notes in the Sruti Box (as well as terminating them) without a > click. In the GUI CsoundAV, these clicks can be eliminated by setting the > Portaudio Output Latency to 100ms, by clicking on the Set Environment Paths > in the AV runtime window. > > Art Hunkins > > And Dave, I'm using another version of this instrument in a current piece > entitled Angel Dervish (how's that for a mix of spiritualities). -- Send bugs reports to [hidden email] (or to http://www.cs.bath.ac.uk/cgi-bin/csound ) To unsubscribe, send email to [hidden email] |
| Powered by Nabble | See how NAML generates this page |
