aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/oscillatornode.rs
Commit message (Collapse)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
|
* Format script componentchansuke2018-09-191-4/+9
|
* Pass down ChannelInfo to create_nodeManish Goregaokar2018-09-111-9/+7
|
* Throw on out-of-bounds channelCount in AudioNodesManish Goregaokar2018-09-031-8/+8
|
* test-tidy fixesFernando Jiménez Moreno2018-07-301-3/+5
|
* rustfmtFernando Jiménez Moreno2018-07-301-16/+24
|
* Use new params impl (#4)Manish Goregaokar2018-07-301-15/+10
| | | | | | * AudioNodeType -> AudioNodeInit * Use new param type system, clean up
* Remove unsafe code to create empty AudioNodeOptionsFernando Jiménez Moreno2018-07-301-2/+1
|
* Add disconnect methods; cleanup DOM stuff (#2)Manish Goregaokar2018-07-301-5/+5
| | | | | | | | | * Add disconnect methods * Use Dom, not DomRoot DomRoot will keep it permanently rooted, it should only be used in values not on the JS heap
* createBufferSource and buffer setter on buffer source nodeFernando Jiménez Moreno2018-07-301-5/+6
|
* OscillatorNode detune paramFernando Jiménez Moreno2018-07-301-5/+9
|
* Initial AudioParam bindingsFernando Jiménez Moreno2018-07-301-27/+41
|
* Update to use latest servo-media APIFernando Jiménez Moreno2018-07-301-28/+56
|
* Initial WebAudio API stubsFernando Jiménez Moreno2018-07-301-0/+81