Marak
Marak
We need to have an easy way to attach meta-data to a track or a beat. Some examples would be: track.volume track.pan beat.velocity I'm not sure the best way to...
Create a JSON schema to express how JSONloops are constructed. With this schema we can use existing validator tools to check if a loop is constructed properly and throw friendly...
Add the ability for the browser to download all audio samples in current loop from the server. Add the ability for the browser to upload new audio assets to the...
we need to have better unit test coverage, the current unit tests are embedded in the sampleData.js file and are called from tests.html we need server-side node thats that have...
a lot of people have been hitting the page and assuming that JSLINQ can only do the samples we've shown. we need to have more examples with complex use cases....
the current implementation of iteration is "eager". we want Array.sort() to behave as "lazy". if we port IEnumerable from C# we might have a great increase in speed for larger...
There are a bunch of methods in LINQ that aren't included yet included in this library. see: http://maraksquires.com/JSLINQ/api.html for the full API implementation. you can also go digging around mdsn...
This would allow us to play "tag" with the down time notices. The first person to send back "on it", will alert everyone else that, that person is working on...