Csound Csound-dev Csound-tekno Search About

[Csnd] question about vbapz opcode

Date2010-06-21 11:10
FromMarlon Schumacher
Subject[Csnd] question about vbapz opcode
Dear list,

I am having difficulties getting the opcode vbapz to work properly.
Below is a .csd in which I am controlling vbap8 or vbapz with the same
data, however with vbapz I don't get any output.
Is it maybe related to the way I am using the zak-array or  am I doing
sth. wrong somewhere else?

Many thanks,
best,
Marlon

-----------------------







sr		= 96000
kr		= 96000
ksmps	= 1
nchnls	= 8

zakinit 8, 1
vbaplsinit          2, 8,  -45, 0, 45, 90, 135, 180, 225, 270, 315

instr 1

asound rand 0dbfs, 0.5, 1

;/*
vbapz 8, 0, asound, 67.5, 0, 0

a1 zar 1
a2 zar 2
a3 zar 3
a4 zar 4
a5 zar 5
a6 zar 6
a7 zar 7
a8 zar 8
;*/

;a1, a2, a3, a4, a5, a6, a7, a8 vbap8 asound, 67.5, 0, 0

	outc a1, a2, a3, a4, a5, a6, a7, a8
endin



i1 0 5
e




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-07-30 03:21
FromCasey Mongoven
Subject[Csnd] Re: question about vbapz opcode
Did this ever get resolved? I can't seem to get it to work either.

--
View this message in context: http://csound.1045644.n5.nabble.com/question-about-vbapz-opcode-tp1110179p4648869.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-07-30 08:24
FromVictor Lazzarini
SubjectRe: [Csnd] Re: question about vbapz opcode
what was the problem?

Victor
On 30 Jul 2011, at 03:21, Casey Mongoven wrote:

> Did this ever get resolved? I can't seem to get it to work either.
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/question-about-vbapz-opcode-tp1110179p4648869.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>

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





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-07-30 09:06
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] Re: question about vbapz opcode
> what was the problem?
>

This is the original message -- not sure I remember it.  Seems rather
lacking in detail
  Anyway it is my code.  Some idea of what to look for would help
==John


I am having difficulties getting the opcode vbapz to work properly.
Below is a .csd in which I am controlling vbap8 or vbapz with the same
data, however with vbapz I don't get any output.
Is it maybe related to the way I am using the zak-array or  am I doing
sth. wrong somewhere else?

Many thanks,
best,
Marlon

-----------------------







sr = 96000
kr = 96000
ksmps = 1
nchnls = 8

zakinit 8, 1
vbaplsinit          2, 8,  -45, 0, 45, 90, 135, 180, 225, 270, 315

instr 1

asound rand 0dbfs, 0.5, 1

;/*
vbapz 8, 0, asound, 67.5, 0, 0

a1 zar 1
a2 zar 2
a3 zar 3
a4 zar 4
a5 zar 5
a6 zar 6
a7 zar 7
a8 zar 8
;*/

;a1, a2, a3, a4, a5, a6, a7, a8 vbap8 asound, 67.5, 0, 0

        outc a1, a2, a3, a4, a5, a6, a7, a8
endin



i1 0 5
e


>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-07-30 10:12
FromVictor Lazzarini
SubjectRe: [Csnd] Re: question about vbapz opcode
Well, if it's your code, then I will leave it (I thought it was  
Ville's and thus orphaned).

Victor
On 30 Jul 2011, at 09:06, jpff@cs.bath.ac.uk wrote:

>> what was the problem?
>>
>
> This is the original message -- not sure I remember it.  Seems rather
> lacking in detail
>  Anyway it is my code.  Some idea of what to look for would help
> ==John
>
>
> I am having difficulties getting the opcode vbapz to work properly.
> Below is a .csd in which I am controlling vbap8 or vbapz with the same
> data, however with vbapz I don't get any output.
> Is it maybe related to the way I am using the zak-array or  am I doing
> sth. wrong somewhere else?
>
> Many thanks,
> best,
> Marlon
>
> -----------------------
>
> 
> 
> 
>
> 
>
> sr = 96000
> kr = 96000
> ksmps = 1
> nchnls = 8
>
> zakinit 8, 1
> vbaplsinit          2, 8,  -45, 0, 45, 90, 135, 180, 225, 270, 315
>
> instr 1
>
> asound rand 0dbfs, 0.5, 1
>
> ;/*
> vbapz 8, 0, asound, 67.5, 0, 0
>
> a1 zar 1
> a2 zar 2
> a3 zar 3
> a4 zar 4
> a5 zar 5
> a6 zar 6
> a7 zar 7
> a8 zar 8
> ;*/
>
> ;a1, a2, a3, a4, a5, a6, a7, a8 vbap8 asound, 67.5, 0, 0
>
>        outc a1, a2, a3, a4, a5, a6, a7, a8
> endin
>
> 
> 
> i1 0 5
> e
> 
> 
>>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>

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





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-07-30 12:31
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] Re: question about vbapz opcode
> Well, if it's your code, then I will leave it (I thought it was
> Ville's and thus orphaned).
>

I adapted Ville's code for zak.  So probably my problem

==John ff



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-07-30 13:43
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] Re: question about vbapz opcode
vbap now works with zak; code in GIT.  My stupid error.

Note also that the program was wrong as it indexed zak from zero which for
reaonas beyond me is not correct.  Perhaps I will add a check in the
opcode

==John ff



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"