Class AP_Channel
Defined in: Channel.js.
Constructor Attributes | Constructor Name and Description |
---|---|
AP_Channel(instrument, notes, tempo)
Parse channel informations
|
Field Attributes | Field Name and Description |
---|---|
<static> |
AP_Channel.freqs
Frequency buffer
|
<static> |
AP_Channel.keys
Music note index
|
Method Attributes | Method Name and Description |
---|---|
get()
Generate the next value of the chabbel
|
|
parse(note)
Parse one note
|
Class Detail
AP_Channel(instrument, notes, tempo)
Parse channel informations
- Parameters:
- {AP_Instrument} instrument
- {String} notes
- {Number} tempo
Field Detail
<static>
AP_Channel.freqs
Frequency buffer
<static>
AP_Channel.keys
Music note index
Method Detail
{Number}
get()
Generate the next value of the chabbel
- Returns:
- {Number}
parse(note)
Parse one note
- Parameters:
- {String} note