[Csnd] GEN28
| Date | 2009-08-19 11:17 |
| From | Enrico Francioni |
| Subject | [Csnd] GEN28 |
Hello to all, who knows why the GEN28 unable to import (in MacCsound1.3 with Csound 5.08) the data contained in the file "move.txt"? ;============================= This is the csd: |
| Date | 2009-08-19 11:46 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: GEN28 |
hi
Suggest this is a Mac issue. Runs in Linux; well actually does strange
things like running for over 2 hrs of audio but you seem to have asked for
24Hrs and very low amplitude.
time resolution is 1000.000 ns
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.10 beta (double samples) Aug 10 2009
libsndfile-1.0.20
WARNING: could not open library
'/home/jpff/Sourceforge/csound5/tclcsound.so'
(/home/jpff/Sourceforge/csound5/tclcsound.so: wrong ELF class: ELFCLASS32)
WARNING: could not open library
'/home/jpff/Sourceforge/csound5/lib_jcsound.so' (libcsnd.so.5.2: cannot
open shared object file: No such file or directory)
UnifiedCSD: /tmp/g28.csd
STARTING FILE
Creating orchestra
Creating score
orchname: /tmp/csound-F3OwBy.orc
scorename: /tmp/csound-tzEm7X.sco
rtaudio: PortAudio module enabled ... using blocking interface
orch compiler:
23 lines read
instr 1
Elapsed time at end of orchestra compile: real: 0.105s, CPU: 0.000s
sorting score ...
... done
Elapsed time at end of score sort: real: 0.105s, CPU: 0.000s
Csound version 5.10 beta (double samples) Aug 10 2009
0dBFS level = 32768.0
ftable 1:
ftable 2:
orch now loaded
audio buffered in 256 sample-frame blocks
writing 2048-byte blks of shorts to test.wav (WAV)
SECTION 1:
new alloc for instr 1:
B 0.000 .. 6.000 T 6.000 TT 6.000 M: 8846.0 7745.4 2609.3 1004.2
Score finished in csoundPerform().
inactive allocs returned to freespace
end of score. overall amps: 8846.0 7745.4 2609.3 1004.2
overall samples out of range: 0 0 0 0
0 errors in performance
Elapsed time at end of performance: real: 13.150s, CPU: 1.270s
1034 2048-byte soundblks of shorts written to test.wav (WAV)
Deleting C++ objects from doppler...
Removing temporary file /tmp/csound-tFsREn.srt ...
Removing temporary file /tmp/csound-tzEm7X.sco ...
Removing temporary file /tmp/csound-F3OwBy.orc ...
>
>
> Hello to all,
>
> who knows why the GEN28 unable to import (in MacCsound1.3 with Csound
> 5.08)
> the data contained in the file "move.txt"?
>
Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 12:54 |
| From | Andres Cabrera |
| Subject | [Csnd] Re: GEN28 |
Hi, This seems to be the problem: On Wed, Aug 19, 2009 at 5:17 AM, Enrico Francioni |
| Date | 2009-08-19 13:10 |
| From | Enrico Francioni |
| Subject | [Csnd] Re: GEN28 |
hi, but, then isize is power of 2, the problem there is still… (view for the fax-simile example, by Dave: http://www.nabble.com/gen28-problem-td19001299.html#a19001299) why? e p.s. this is the error: ftable 1: ftable 1: GEN28 requires zero table length f 1 0.00 4.00 -28.00 "move.txt" ... INIT ERROR in instr 0: ftgen error gidist ftgen 1 0 #i0 -28 "move.txt" ftable 2: header init errors inactive allocs returned to freespace end of score. overall amps: 0.0 0.0 0.0 0.0 2 errors in performance -->CsoundLib Terminated... -- View this message in context: http://www.nabble.com/GEN28-tp25041455p25042841.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 13:19 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: Re: GEN28 |
Now confused. The table is longer that 4 long -- i count 18 data points so either use a length of 0 or of 32 ==John ff > > > hi, > > but, > then isize is power of 2, > the problem there is still⦠> > (view for the fax-simile example, by Dave: > http://www.nabble.com/gen28-problem-td19001299.html#a19001299) > > why? > > > e > > p.s. > this is the error: > ftable 1: > ftable 1: GEN28 requires zero table length > f 1 0.00 4.00 -28.00 "move.txt" ... > INIT ERROR in instr 0: ftgen error > gidist ftgen 1 0 #i0 -28 "move.txt" > ftable 2: > header init errors > inactive allocs returned to freespace > end of score. overall amps: 0.0 0.0 0.0 0.0 > 2 errors in performance > -->CsoundLib Terminated... > -- > View this message in context: > http://www.nabble.com/GEN28-tp25041455p25042841.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 13:28 |
| From | Enrico Francioni |
| Subject | [Csnd] Re: Re: GEN28 |
… …voila: ftable 1: ftable 1: GEN28 requires zero table length f 1 0.00 32.00 -28.00 "move.txt" ... INIT ERROR in instr 0: ftgen error gidist ftgen 1 0 #i0 -28 "move.txt" ftable 2: header init errors inactive allocs returned to freespace end of score. overall amps: 0.0 0.0 0.0 0.0 2 errors in performance -->CsoundLib Terminated... e jpff-2 wrote: > > Now confused. The table is longer that 4 long -- i count 18 data points > so either use a length of 0 or of 32 > > ==John ff > >> >> >> hi, >> >> but, >> then isize is power of 2, >> the problem there is still⦠>> >> (view for the fax-simile example, by Dave: >> http://www.nabble.com/gen28-problem-td19001299.html#a19001299) >> >> why? >> >> >> e >> >> p.s. >> this is the error: >> ftable 1: >> ftable 1: GEN28 requires zero table length >> f 1 0.00 4.00 -28.00 "move.txt" ... >> INIT ERROR in instr 0: ftgen error >> gidist ftgen 1 0 #i0 -28 "move.txt" >> ftable 2: >> header init errors >> inactive allocs returned to freespace >> end of score. overall amps: 0.0 0.0 0.0 0.0 >> 2 errors in performance >> -->CsoundLib Terminated... >> -- >> View this message in context: >> http://www.nabble.com/GEN28-tp25041455p25042841.html >> Sent from the Csound - General mailing list archive at Nabble.com. >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> >> > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > -- View this message in context: http://www.nabble.com/GEN28-tp25041455p25043090.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 13:45 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: Re: Re: GEN28 |
As it says ; I just could not understand 4 at all. The orchestra runs for me, and you have not indicated which version of Csound you are running. I can see no change to GEN28 for ages. ==John ff > > ⦠> > â¦voila: > > ftable 1: > ftable 1: GEN28 requires zero table length > f 1 0.00 32.00 -28.00 "move.txt" ... > INIT ERROR in instr 0: ftgen error > gidist ftgen 1 0 #i0 -28 "move.txt" > ftable 2: > header init errors > inactive allocs returned to freespace > end of score. overall amps: 0.0 0.0 0.0 0.0 > 2 errors in performance > -->CsoundLib Terminated... > > e > > > > jpff-2 wrote: >> >> Now confused. The table is longer that 4 long -- i count 18 data points >> so either use a length of 0 or of 32 >> >> ==John ff >> >>> >>> >>> hi, >>> >>> but, >>> then isize is power of 2, >>> the problem there is still⦠>>> >>> (view for the fax-simile example, by Dave: >>> http://www.nabble.com/gen28-problem-td19001299.html#a19001299) >>> >>> why? >>> >>> >>> e >>> >>> p.s. >>> this is the error: >>> ftable 1: >>> ftable 1: GEN28 requires zero table length >>> f 1 0.00 4.00 -28.00 "move.txt" ... >>> INIT ERROR in instr 0: ftgen error >>> gidist ftgen 1 0 #i0 -28 "move.txt" >>> ftable 2: >>> header init errors >>> inactive allocs returned to freespace >>> end of score. overall amps: 0.0 0.0 0.0 0.0 >>> 2 errors in performance >>> -->CsoundLib Terminated... >>> -- >>> View this message in context: >>> http://www.nabble.com/GEN28-tp25041455p25042841.html >>> Sent from the Csound - General mailing list archive at Nabble.com. >>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>> "unsubscribe >>> csound" >>> >>> >> >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> >> > > -- > View this message in context: > http://www.nabble.com/GEN28-tp25041455p25043090.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 13:54 |
| From | Enrico Francioni |
| Subject | [Csnd] Re: Re: Re: GEN28 |
ok… …for me: Version: Csound 5.08 (float samples) Feb 4 2008 [CsoundLib.framework Version 5.1] frontend: MacCsound 1.3 e p.s. Csound version 5.08 (float samples) Feb 4 2008 midi channel 1 using instr 1 midi channel 2 using instr 1 midi channel 3 using instr 1 midi channel 4 using instr 1 midi channel 5 using instr 1 midi channel 6 using instr 1 midi channel 7 using instr 1 midi channel 8 using instr 1 midi channel 9 using instr 1 midi channel 10 using instr 1 midi channel 11 using instr 1 midi channel 12 using instr 1 midi channel 13 using instr 1 midi channel 14 using instr 1 midi channel 15 using instr 1 midi channel 16 using instr 1 0dBFS level = 32768.0 ftable 1: ftable 1: GEN28 requires zero table length f 1 0.00 32.00 28.00 "move.txt" ... INIT ERROR in instr 0: ftgen error gidist ftgen 1 0 32 28 "move.txt" ftable 2: header init errors inactive allocs returned to freespace end of score. overall amps: 0.0 0.0 0.0 0.0 2 errors in performance -->CsoundLib Terminated... jpff-2 wrote: > > As it says ; I just could not understand 4 at all. > The orchestra runs for me, and you have not indicated which version of > Csound you are running. I can see no change to GEN28 for ages. > ==John ff >> >> ⦠>> >> â¦voila: >> >> ftable 1: >> ftable 1: GEN28 requires zero table length >> f 1 0.00 32.00 -28.00 "move.txt" ... >> INIT ERROR in instr 0: ftgen error >> gidist ftgen 1 0 #i0 -28 "move.txt" >> ftable 2: >> header init errors >> inactive allocs returned to freespace >> end of score. overall amps: 0.0 0.0 0.0 0.0 >> 2 errors in performance >> -->CsoundLib Terminated... >> >> e >> >> >> >> jpff-2 wrote: >>> >>> Now confused. The table is longer that 4 long -- i count 18 data points >>> so either use a length of 0 or of 32 >>> >>> ==John ff >>> >>>> >>>> >>>> hi, >>>> >>>> but, >>>> then isize is power of 2, >>>> the problem there is still⦠>>>> >>>> (view for the fax-simile example, by Dave: >>>> http://www.nabble.com/gen28-problem-td19001299.html#a19001299) >>>> >>>> why? >>>> >>>> >>>> e >>>> >>>> p.s. >>>> this is the error: >>>> ftable 1: >>>> ftable 1: GEN28 requires zero table length >>>> f 1 0.00 4.00 -28.00 "move.txt" ... >>>> INIT ERROR in instr 0: ftgen error >>>> gidist ftgen 1 0 #i0 -28 "move.txt" >>>> ftable 2: >>>> header init errors >>>> inactive allocs returned to freespace >>>> end of score. overall amps: 0.0 0.0 0.0 0.0 >>>> 2 errors in performance >>>> -->CsoundLib Terminated... >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/GEN28-tp25041455p25042841.html >>>> Sent from the Csound - General mailing list archive at Nabble.com. >>>> >>>> >>>> >>>> Send bugs reports to this list. >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>> "unsubscribe >>>> csound" >>>> >>>> >>> >>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >>> csound" >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/GEN28-tp25041455p25043090.html >> Sent from the Csound - General mailing list archive at Nabble.com. >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> >> > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > -- View this message in context: http://www.nabble.com/GEN28-tp25041455p25043496.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 14:01 |
| From | Enrico Francioni |
| Subject | [Csnd] Re: Re: Re: GEN28 |
Hi, I do not have any difficulty with: Csound Version 4.23f12 (Mar 9 2005) and Forntend: MacCsound 1.2a5…! … e Enrico Francioni wrote: > > > ok… > > …for me: > > Version: > Csound 5.08 (float samples) Feb 4 2008 > [CsoundLib.framework Version 5.1] > > frontend: > MacCsound 1.3 > > e > > p.s. > > Csound version 5.08 (float samples) Feb 4 2008 > midi channel 1 using instr 1 > midi channel 2 using instr 1 > midi channel 3 using instr 1 > midi channel 4 using instr 1 > midi channel 5 using instr 1 > midi channel 6 using instr 1 > midi channel 7 using instr 1 > midi channel 8 using instr 1 > midi channel 9 using instr 1 > midi channel 10 using instr 1 > midi channel 11 using instr 1 > midi channel 12 using instr 1 > midi channel 13 using instr 1 > midi channel 14 using instr 1 > midi channel 15 using instr 1 > midi channel 16 using instr 1 > 0dBFS level = 32768.0 > ftable 1: > ftable 1: GEN28 requires zero table length > f 1 0.00 32.00 28.00 "move.txt" ... > INIT ERROR in instr 0: ftgen error > gidist ftgen 1 0 32 28 "move.txt" > ftable 2: > header init errors > inactive allocs returned to freespace > end of score. overall amps: 0.0 0.0 0.0 0.0 > 2 errors in performance > -->CsoundLib Terminated... > > > > > > jpff-2 wrote: >> >> As it says ; I just could not understand 4 at all. >> The orchestra runs for me, and you have not indicated which version of >> Csound you are running. I can see no change to GEN28 for ages. >> ==John ff >>> >>> ⦠>>> >>> â¦voila: >>> >>> ftable 1: >>> ftable 1: GEN28 requires zero table length >>> f 1 0.00 32.00 -28.00 "move.txt" ... >>> INIT ERROR in instr 0: ftgen error >>> gidist ftgen 1 0 #i0 -28 "move.txt" >>> ftable 2: >>> header init errors >>> inactive allocs returned to freespace >>> end of score. overall amps: 0.0 0.0 0.0 0.0 >>> 2 errors in performance >>> -->CsoundLib Terminated... >>> >>> e >>> >>> >>> >>> jpff-2 wrote: >>>> >>>> Now confused. The table is longer that 4 long -- i count 18 data >>>> points >>>> so either use a length of 0 or of 32 >>>> >>>> ==John ff >>>> >>>>> >>>>> >>>>> hi, >>>>> >>>>> but, >>>>> then isize is power of 2, >>>>> the problem there is still⦠>>>>> >>>>> (view for the fax-simile example, by Dave: >>>>> http://www.nabble.com/gen28-problem-td19001299.html#a19001299) >>>>> >>>>> why? >>>>> >>>>> >>>>> e >>>>> >>>>> p.s. >>>>> this is the error: >>>>> ftable 1: >>>>> ftable 1: GEN28 requires zero table length >>>>> f 1 0.00 4.00 -28.00 "move.txt" ... >>>>> INIT ERROR in instr 0: ftgen error >>>>> gidist ftgen 1 0 #i0 -28 "move.txt" >>>>> ftable 2: >>>>> header init errors >>>>> inactive allocs returned to freespace >>>>> end of score. overall amps: 0.0 0.0 0.0 0.0 >>>>> 2 errors in performance >>>>> -->CsoundLib Terminated... >>>>> -- >>>>> View this message in context: >>>>> http://www.nabble.com/GEN28-tp25041455p25042841.html >>>>> Sent from the Csound - General mailing list archive at Nabble.com. >>>>> >>>>> >>>>> >>>>> Send bugs reports to this list. >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>>> "unsubscribe >>>>> csound" >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> Send bugs reports to this list. >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>> "unsubscribe >>>> csound" >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://www.nabble.com/GEN28-tp25041455p25043090.html >>> Sent from the Csound - General mailing list archive at Nabble.com. >>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >>> csound" >>> >>> >> >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe >> csound" >> >> > > -- View this message in context: http://www.nabble.com/GEN28-tp25041455p25043624.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 15:26 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: Re: Re: Re: GEN28 |
Why not use the current version (5.10)? As I said your code runs for me so it is either a brokem compilation of 5.08 or something we have fixed ==John ff > > > Hi, > > I do not have any difficulty with: > > Csound Version 4.23f12 (Mar 9 2005) > and > > Forntend: > MacCsound 1.2a5â¦! > > > ⦠> > e > > > > Enrico Francioni wrote: >> >> >> ok⦠>> >> â¦for me: >> >> Version: >> Csound 5.08 (float samples) Feb 4 2008 >> [CsoundLib.framework Version 5.1] >> >> frontend: >> MacCsound 1.3 >> >> e >> >> p.s. >> >> Csound version 5.08 (float samples) Feb 4 2008 >> midi channel 1 using instr 1 >> midi channel 2 using instr 1 >> midi channel 3 using instr 1 >> midi channel 4 using instr 1 >> midi channel 5 using instr 1 >> midi channel 6 using instr 1 >> midi channel 7 using instr 1 >> midi channel 8 using instr 1 >> midi channel 9 using instr 1 >> midi channel 10 using instr 1 >> midi channel 11 using instr 1 >> midi channel 12 using instr 1 >> midi channel 13 using instr 1 >> midi channel 14 using instr 1 >> midi channel 15 using instr 1 >> midi channel 16 using instr 1 >> 0dBFS level = 32768.0 >> ftable 1: >> ftable 1: GEN28 requires zero table length >> f 1 0.00 32.00 28.00 "move.txt" ... >> INIT ERROR in instr 0: ftgen error >> gidist ftgen 1 0 32 28 "move.txt" >> ftable 2: >> header init errors >> inactive allocs returned to freespace >> end of score. overall amps: 0.0 0.0 0.0 0.0 >> 2 errors in performance >> -->CsoundLib Terminated... >> >> >> >> >> >> jpff-2 wrote: >>> >>> As it says ; I just could not understand 4 at all. >>> The orchestra runs for me, and you have not indicated which version of >>> Csound you are running. I can see no change to GEN28 for ages. >>> ==John ff >>>> >>>> ⦠>>>> >>>> â¦voila: >>>> >>>> ftable 1: >>>> ftable 1: GEN28 requires zero table length >>>> f 1 0.00 32.00 -28.00 "move.txt" ... >>>> INIT ERROR in instr 0: ftgen error >>>> gidist ftgen 1 0 #i0 -28 "move.txt" >>>> ftable 2: >>>> header init errors >>>> inactive allocs returned to freespace >>>> end of score. overall amps: 0.0 0.0 0.0 0.0 >>>> 2 errors in performance >>>> -->CsoundLib Terminated... >>>> >>>> e >>>> >>>> >>>> >>>> jpff-2 wrote: >>>>> >>>>> Now confused. The table is longer that 4 long -- i count 18 data >>>>> points >>>>> so either use a length of 0 or of 32 >>>>> >>>>> ==John ff >>>>> >>>>>> >>>>>> >>>>>> hi, >>>>>> >>>>>> but, >>>>>> then isize is power of 2, >>>>>> the problem there is stillâÃÂæ >>>>>> >>>>>> (view for the fax-simile example, by Dave: >>>>>> http://www.nabble.com/gen28-problem-td19001299.html#a19001299) >>>>>> >>>>>> why? >>>>>> >>>>>> >>>>>> e >>>>>> >>>>>> p.s. >>>>>> this is the error: >>>>>> ftable 1: >>>>>> ftable 1: GEN28 requires zero table length >>>>>> f 1 0.00 4.00 -28.00 "move.txt" ... >>>>>> INIT ERROR in instr 0: ftgen error >>>>>> gidist ftgen 1 0 #i0 -28 "move.txt" >>>>>> ftable 2: >>>>>> header init errors >>>>>> inactive allocs returned to freespace >>>>>> end of score. overall amps: 0.0 0.0 0.0 0.0 >>>>>> 2 errors in performance >>>>>> -->CsoundLib Terminated... >>>>>> -- >>>>>> View this message in context: >>>>>> http://www.nabble.com/GEN28-tp25041455p25042841.html >>>>>> Sent from the Csound - General mailing list archive at Nabble.com. >>>>>> >>>>>> >>>>>> >>>>>> Send bugs reports to this list. >>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>>>> "unsubscribe >>>>>> csound" >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> Send bugs reports to this list. >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>>> "unsubscribe >>>>> csound" >>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/GEN28-tp25041455p25043090.html >>>> Sent from the Csound - General mailing list archive at Nabble.com. >>>> >>>> >>>> >>>> Send bugs reports to this list. >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>>> "unsubscribe >>>> csound" >>>> >>>> >>> >>> >>> >>> >>> Send bugs reports to this list. >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body >>> "unsubscribe >>> csound" >>> >>> >> >> > > -- > View this message in context: > http://www.nabble.com/GEN28-tp25041455p25043624.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 16:03 |
| From | Victor.Lazzarini@nuim.ie |
| Subject | [Csnd] Re: Re: Re: Re: Re: GEN28 |
| Attachments | None None |
| Date | 2009-08-19 16:31 |
| From | Enrico Francioni |
| Subject | [Csnd] Re: Re: Re: Re: Re: GEN28 |
…Exactly !! but then why the GEN28 (and ifn of opcode space) is able to import file.txt on MacCsound1.2a5 with Csound4.23 ...? e I think he relies on MacCsound which is only linkedto CsoundLib5.1.I would suggest all users of MacCsound to make a move toQtCsound, which is mostly compatible and actively maintained.Victor----- -- View this message in context: http://www.nabble.com/GEN28-tp25041455p25046408.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-19 22:31 |
| From | Diego Saá |
| Subject | [Csnd] Visual programming |
|
Hello, Is there any graphical front end that generates Csound code based on block diagrams? I'm thinking about just dragging boxes that represent opcodes, and arrows that represent the opcodes' inputs and outputs into a work area... Such a front end would definitely make Csound much more user friendly... Just a thought… Best regards, Diego Zeig Deine Urlaubsfotos einfach und schnell! |
| Date | 2009-08-20 05:05 |
| From | jpff@cs.bath.ac.uk |
| Subject | [Csnd] Re: Visual programming |
A studet here (Chris Ware) wrote a Java frount end that is just what you say. Should be available at some time if I or someone gets time > > Hello, > Is there any graphical front end that generates Csound code based on block > diagrams? I'm thinking about just dragging boxes that represent opcodes, > and arrows that represent the opcodes' inputs and outputs into a work > area...Such a front end would definitely make Csound much more user > friendly... Just a thought > Best regards,Diego > _________________________________________________________________ > http://redirect.gimas.net/?n=M0908axFotos_IM2_WW > Zeig Deine Urlaubsfotos - einfach und schnell! > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-08-20 05:49 |
| From | gary hiebner |
| Subject | [Csnd] Re: Re: Visual programming |
I am on MacIntel and am using MacCsound. Is there any way to use the Cabel application with MacCSound. I see in the installation instructions it explains how to use with Windows and Linux. I would really like to be able to use Cabel to help write scores.
|
| Date | 2009-08-20 09:35 |
| From | Stéphane Rollandin |
| Subject | [Csnd] Re: Visual programming |
this is a part of Surmulot: http://www.zogotounga.net/surmulot/surmulot.html (screenshot here: http://www.zogotounga.net/comp/squeak/csblocks.htm) Stef Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
| Date | 2009-12-14 21:11 |
| From | Enrico Francioni |
| Subject | [Csnd] Re: Visual programming |
Hello everyone, I use MacCsound 1.4b1 with Csound 5.10. Now gen28 works with space! well! e ;-) Stéphane Rollandin wrote: > > this is a part of Surmulot: > http://www.zogotounga.net/surmulot/surmulot.html > > (screenshot here: http://www.zogotounga.net/comp/squeak/csblocks.htm) > > Stef > > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" > > -- View this message in context: http://old.nabble.com/GEN28-tp25041455p26779998.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |