summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2018-02-03Renamed wasm interface file to reflect that it isn't just emscripten anymoreJustin Worthe
2017-12-28Updated WASM build to use the new wasm32-unknown-unknown targetJustin Worthe
It's only in the nightly compiler at the moment.
2017-12-26Refactored to use more extensive typingJustin Worthe
2017-12-26Moved overall model updating logic out of the GUI layerJustin Worthe
This will be useful eventually for sharing a bit more overall application logic with the wasm build.
2017-10-15Moved emscripten APIs to their own module and added stubs for other methodsJustin Worthe
2017-09-10Added compile flags to disable anything that shouldn't end in a wasm buildJustin Worthe
- No GTK - No Portaudio
2017-01-12Started refactoring gui creation to include drawing areaJustin Worthe
The drawing area will eventually be used for a debugging graph of the frequency spectrum.
2016-10-23Changed gui to use xmlJustin Worthe
2016-09-25GUI, lists PA devices, backend can watch audio streamJustin Worthe