edcarstens / JugglePro

Juggling Pattern Animator
MIT License
4 stars 0 forks source link

Dwell Ratios #16

Open edcarstens opened 9 years ago

edcarstens commented 9 years ago

How should dwell ratios be determined? The simplest thing to do is have one global dwell ratio that applies for all catches. The next simplest is to allow each hand to have its own dwell ratio. Beyond that, perhaps it makes sense to tie dwell ratios with the rowHandMapper.

I have decided the dwell time (hold time) must only apply to before each throw beat in the rhythm. The timing of the throw coincides with the hand movement function, so mucking with timing of the throw will require changing the hand movement function too. That is too much trouble.