Csound Csound-dev Csound-tekno Search About

[Csnd] GEN28

Date2009-08-19 11:17
FromEnrico 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:





nchnls	=	4

gidist	ftgen	1, 0, 0, -28, "move.txt"
gifun	ftgen	2, 0, 512, 10, 1

instr 1

ifn	=	1
ktime	line   0, p3, p3

kdist          spdist  ifn, ktime, 0, 0
kfreq 	= (440 * 340) / (340 + kdist)

kamp		linen	20000, .15, p3, .2
asig1		oscili kamp, kfreq, 2

a1, a2, a3, a4     space  asig1, ifn, ktime, 0, 0, 0

outq	a1, a2, a3, a4

endin


f0	86400
i1 0 5
e




Version: 3
Render: Real
Ask: Yes
Functions: ioObject
Listing: ioObject
WindowBounds: 2 46 1438 954
CurrentView: io
IOViewEdit: Off
Options: -b512 -A -s -m7 -R 


ioView background {60108, 65535, 63132}
ioListing {75, 280} {550, 480}
ioGraph {163, 38} {472, 230}
ioSlider {76, 39} {34, 229} 20.000000 2000.000000 298.388000 pitch


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

…This is the file "move.txt": 

0	-10	1
1	-8	1
2	0	3
3	1	3
4	5	4
5	10	5


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

…and this is the error message: 

SECTION 1:
new alloc for instr 1:
INIT ERROR in instr 1: deferred-size ftable 1.000000 illegal here
kdist	spdist	ifn	ktime	0	0	
INIT ERROR in instr 1: deferred-size ftable 1.000000 illegal here
a1	a2	a3	a4	space	asig1	ifn	ktime	.01	0	0	
	  B  0.000 - note deleted.  i1 had 2 init errors
inactive allocs returned to freespace
end of score.		   overall amps:      0.0      0.0      0.0      0.0
3 errors in performance
251 8192-byte soundblks of floats written to dac
-->CsoundLib Terminated...

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

Thanks to all who help me to resolve this problem ... 

hello

e
-- 
View this message in context: http://www.nabble.com/GEN28-tp25041455p25041455.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"

Date2009-08-19 11:46
Fromjpff@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"

Date2009-08-19 12:54
FromAndres Cabrera
Subject[Csnd] Re: GEN28
Hi,

This seems to be the problem:

On Wed, Aug 19, 2009 at 5:17 AM, Enrico
Francioni wrote:
>
> SECTION 1:
> new alloc for instr 1:
> INIT ERROR in instr 1: deferred-size ftable 1.000000 illegal here
> kdist   spdist  ifn     ktime   0       0
> INIT ERROR in instr 1: deferred-size ftable 1.000000 illegal here
> a1      a2      a3      a4      space   asig1   ifn     ktime   .01     0       0
>          B  0.000 - note deleted.  i1 had 2 init errors

Apparently in your version, spdist and space can't take deferred size
tables, so you must specify a power f two size for the table when you
create it. This seems to have been fixed, as John reports.


Cheers,
Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-08-19 13:10
FromEnrico 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"

Date2009-08-19 13:19
Fromjpff@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"

Date2009-08-19 13:28
FromEnrico 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"

Date2009-08-19 13:45
Fromjpff@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"

Date2009-08-19 13:54
FromEnrico 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"

Date2009-08-19 14:01
FromEnrico 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"

Date2009-08-19 15:26
Fromjpff@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"

Date2009-08-19 16:03
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: Re: Re: Re: GEN28
AttachmentsNone  None  

Date2009-08-19 16:31
FromEnrico 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"

Date2009-08-19 22:31
FromDiego 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!

Date2009-08-20 05:05
Fromjpff@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"

Date2009-08-20 05:49
Fromgary 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.

Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-08-20 09:35
FromSté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"

Date2009-12-14 21:11
FromEnrico 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"