bulletml icon indicating copy to clipboard operation
bulletml copied to clipboard

Speed/Accel parameters

Open mathiasbourgoin opened this issue 10 years ago • 1 comments

Missing feature? It would be nice to add parameters to modify speed/accel of a whole pattern.

mathiasbourgoin avatar Mar 03 '14 13:03 mathiasbourgoin

Bulletml's spec is quite light on details. Speed has no unit, etc. So there are two choices:

  • do the computation in terms of abstract units and let the calling code do the math (mostly a matrix multiplication)
  • put those constants in env and to the math in real units (screen pixels)

To simplify the library code I'd go for the first one. It is also possible to provide a module that does the math.

emillon avatar Mar 06 '14 14:03 emillon