Hi there,
I've recently made a jQuery based 'app' for use as a take counter for my work in a recording studio.
It works on a keypress event in the window.
I've had a few people ask me if they can use it or have a copy so I decided the best thing to do was to change the script and make it a plugin and allow people to customise the controls without meddling with the plugin itself.
Seen as this is my first plugin I would just like some advice or feedback on my code to see if i've done things right or skipped over any major plugin developing conventions.
The code can be seen on my github under the plugin branch
And a working demo can be seen here
Any feedback will be greatly appreciated! Thanks in advance.
The default controls are as follows. (all on the numpad)
Takes
+ / Plus Take Up
- / Minus Take Minus
* / Asterix Take Select (prompts user to enter a take number)
Pass's
6 / Six Pass Up
9 / Nine Pass Minus
7 / Seven New Pass (Increments pass and resets take to 1)
Utility
. / Period Rest Counter (resets take and pass to 1)
4 / Four Switch between pass & take mode to take mode (allows you to just use takes if pass's aren't required.