Commit Graph

3 Commits

Author SHA1 Message Date
Elliot Gerchak
958e5d4e23 Added comments to source code 2016-11-27 05:51:16 +00:00
Elliot Gerchak
d935c28249 Implemented Web Workers
Functionality is now taken care of by Web Workers. The advantages of this is that the page will no longer freeze/lock up when the script is working.
This also means that the page status can now update in realtime. (Before, it only updated after the script finished running.) Because it possible for buttons to be clicked during operation, it is now possible to stop script mid-execution.
Song recursion should also be possible now but, has not been implemented.
2016-11-27 05:13:23 +00:00
Elliot Gerchak
3959810fca Preperations for web using a worker 2016-11-23 13:32:33 +00:00