| justin = { main feed , music , code , askjf , pubkey }; | |||
| Ask Justin Frankel No reasonable question unanswered since 2009! Suggested topics: programming, music, sleep, coffee, etc. Note: please do not ask questions about REAPER features, bugs or scheduling, use the forums instead. 
 | |||
| Question: Can you help with calculating pixels to move per bpm? When moving a playhead? Asked by sam_lich (64.234.61.x) on June 26 2018, 10:01pm Reply on June 27 2018, 1:41pm: 
 x_position = pixels_per_second * beat_position * 60 / bpmIf you are displaying pixels/beat: x_position = pixels_per_beat * beat_positionYeah? Comment: 
 |