Closed jni closed 1 week ago
We currently use private napari functions for incrementing and decrementing the current slider step. We could instead implement and use our own actions here:
https://github.com/napari/midi-app-controller/blob/cd96bf088c2aa75980f4e857236d439503d15653/midi_app_controller/actions/napari_actions.py#L70-L75
using public viewer APIs.
We currently use private napari functions for incrementing and decrementing the current slider step. We could instead implement and use our own actions here:
https://github.com/napari/midi-app-controller/blob/cd96bf088c2aa75980f4e857236d439503d15653/midi_app_controller/actions/napari_actions.py#L70-L75
using public viewer APIs.