File: VBAPSpeaker.schelp

package info (click to toggle)
supercollider-sc3-plugins 3.7.1~repack-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,332 kB
  • ctags: 11,704
  • sloc: cpp: 140,180; lisp: 14,746; ansic: 2,133; xml: 86; makefile: 82; haskell: 21; sh: 8
file content (31 lines) | stat: -rw-r--r-- 1,452 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
class:: VBAPSpeaker
summary:: Vector Base Amplitude Panning Speaker
categories:: UGens>Multichannel>Panners
related:: Classes/VBAP, Classes/CircleRamp, Classes/VBAPSpeakerArray

description::
VBAPSpeaker represents a speaker in a VBAPSpeakerArray. Its instance variables are populated by  VBAPSpeakerArray, and generally you should not need to create or access instances of this class directly. 

VBAP was created by Ville Pulkki. For more information on VBAP see http://www.acoustics.hut.fi/research/cat/vbap/

This version of VBAP for SC was ported from the ver. 0.99 PD code by Scott Wilson, as part of the BEASTMulch project. Development was partially funded by the Arts and Humanities Research Council: http://www.ahrc.ac.uk

classmethods::

method:: new
Create a new VBAPSpeaker. Normally you should not need to do this.
argument:: azi
This speaker's azimuth angle, +/- 180 degrees from the median plane (i.e. straight ahead)
argument:: ele
This speaker's elevation angle, +/- 90 degrees from the azimuth plane.		

instancemethods::
method:: azi
Returns this speaker's azimuth angle, +/- 180 degrees from the median plane (i.e. straight ahead).
method:: ele
Returns this speaker's azimuth angle, +/- 90 degrees from the azimuth plane.
method:: x
method:: y
method:: z
Return this speaker's location x, y, and z repectively in cartesian coordinates. These will be values from 0 to 1, where 1 is understood to be equal to the radius of the array.