Class: Descriptor

Descriptor

new Descriptor(word, effect)

Class containing information about an effect descriptor
Parameters:
Name Type Description
word string The semantic descriptor
effect string The audio effect described by the word (eq or reverb)
Source:

Members

(inner) agreement :number

The level of agreement between different submissions for the descriptor
Type:
  • number
Source:

(inner) effect :string

The audio effect described by the word (eq or reverb)
Type:
  • string
Source:

(inner) num :number

The number of crowdsourced submissions for the descriptor
Type:
  • number
Source:

(inner) settings :array

The audio effect parameters corresponding to the descriptor
Type:
  • array
Source:

(inner) word :string

The semantic descriptor
Type:
  • string
Source:

(inner) x :number

The x coordinate of this descriptor when parameter space is projected onto a 2d space
Type:
  • number
Source:

(inner) y :number

The y coordinate of this descriptor when parameter space is projected onto a 2d space
Type:
  • number
Source: