« Return to Thread: [SC-list] Ambisonics info
Hi all,_______________________________________________I'd some help as I have absolutely no experience with ambisonics, and I am also unable to check the outcome on my system...I need to make an 8 channel alternative of a piece. What I basically want to do is create a space where I have 3 sources, each routed to a random position (or maybe to a random position that makes some kind of rotation before it starts again to randomly change positions) in space and then decode all the information for reproduction from a 8 speakers system..I've added this at the end of my synthdefs:#w,x,y=PanB.ar(signal,azm,ele);#ch1,ch2,ch3,ch4,ch5,ch6,ch7,ch8=DecodeB2.ar(8,w,x,y);Out.ar(2,[ch1,ch2,ch3,ch4,ch5,ch6,ch7,ch8]);or#w,x,y=PanB.ar(signal,Rand(-pi,pi),Rand((-pi*0.5),(pi*0.5))#ch1,ch2,ch3,ch4,ch5,ch6,ch7,ch8=DecodeB2.ar(8,w,x,y);Out.ar(2,[ch1,ch2,ch3,ch4,ch5,ch6,ch7,ch8]);Or maybe this :#w,x,y=PanB2.ar(signal,1.0.rand2);#ch1,ch2,ch3,ch4,ch5,ch6,ch7,ch8=DecodeB2.ar(8,w,x,y); Out.ar(2,[ch1,ch2,ch3,ch4,ch5,ch6,ch7,ch8]);Should both work??And what exactly is the difference between PanB and PanB2 the second is supposed to be 2D, the first?I also downloaded AMBIEM Quark, I haven't read the help files yet though, maybe I should use this one??I am reading various technical stuff at the moment, but I'd like the opinion of someone that has already done those things..Thx in advance
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users
******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/
“Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono
*/« Return to Thread: [SC-list] Ambisonics info
| Free Forum Powered by Nabble | Forum Help |