Tonejs / Tone.js

A Web Audio framework for making interactive music in the browser.
https://tonejs.github.io
MIT License
13.39k stars 976 forks source link

Utilize Tone User Interface #1090

Closed cryptozachary closed 2 years ago

cryptozachary commented 2 years ago

Hello guys,

I would like to utilize the tone user interface, specifically the meter ui https://tonejs.github.io/examples/meter , but I don't see it mentioned in the documentation. I tried viewing the source code and got to a point where I couldnt solve the references for the "meter" and "ui" portion of code as seen below

`meter({ tone: toneMeter, parent: document.querySelector("#content") });

ui({ tone: player, name: "Player", parent: document.querySelector("#content") }); ` If someone could help and or point in the right direction would be wonderful!

dirkk0 commented 2 years ago

I guess it's here: https://github.com/Tonejs/ui