eethann
eethann
Updated to use a `setTimeout` loop in the worker process and refactored BPM and groove to update the state of that clock without needing to restart when BPM or groove...
I think this should be good to merge at this point.
One possible enhancement would be jitter correction on the clock: check actual time against scheduled time each tick and compensate. Not essential though.
Updated portal operator proposal. `\`: dive(_length_,_name_,inputs): passes top input and eastward string of length `length` to another plane, identified by name. This would allow for easy re-use of some planes,...
Complementary operator: `/`: surface(_offset_,_length_,inputs) update the state of the dive operator in the surface plane. Northward input to surface is emitted south of the parent dive, westward input of length...
That'd work! It's definitely an edge case.
I'm also on CentOS 6.4, provisioning with chef-solo. Spinx's pull request #27 looks like exactly what I'd need. Will test.
Thanks for the amazingly quick response and the pointers...and the bit of mindbending coffeescript lesson at the end. I added that line to the top of the app file, and...
Doh. Just learned where npm modules are installed in Express projects. Thanks. Ethan On Sep 20, 2011 3:16 PM, "Maurice Machado" < [email protected]> wrote: > Is the express app in...
Please follow the same history API / path convention as used for other drawers, or modals. E.g. make sure there's a #hash path component that corresponds to the data view's...