Walmik Deshpande

Results 49 comments of Walmik Deshpande

That s a very good question! However currently the plugin just shows up in English. Some fundamental changes will have to be made for this feature. It will require some...

Please feel free to add this feature.. PRs are welcome :)

I had forgotten about the format syntax! Damn neat @shantanuthatte

Thank you for you kind words! Currently the timer subtracts the current timestamp from the timestamp from when the timer was started. It does this every 500ms to get the...

Hi @Zurd do you have some code snippet where it didnt work? As for code point of view, here s the LOC where hidden is implemented: https://github.com/walmik/timer.jquery/blob/master/src/Timer.js#L62

Thank you for reporting all of this, I ll take a look at it once I get some time (kinda busy this month). @Psychosynthesis do you think you can take...

Thank you for trying this script out @clillefield ! What you have suggested sounds like a new feature to me. Ideally it should be implemented with a flag to enable...

Thanks for submitting this issue. By default maybe we can have the timer stop on encountering such a situation and we can bypass it by a property that says something...

Thank you for pointing this out @JestDotty ! I will update the docs once I get some time but to unblock you for now, I m sharing some details here....

You re right @dandy ! We do an [early return](https://github.com/scribbletune/scribbletune/blob/master/src/clip.ts#L116) in case of browser clip. We hand over the sequence generation to Tone for browser clips. Having said that, this...