Class Index | File Index

Classes


Class AP_Channel


Defined in: Channel.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
AP_Channel(instrument, notes, tempo)
Parse channel informations
Field Summary
Field Attributes Field Name and Description
<static>  
AP_Channel.freqs
Frequency buffer
<static>  
AP_Channel.keys
Music note index
Method Summary
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

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Oct 27 2023 17:46:21 GMT-0700 (PDT)