napari / midi-app-controller

Control napari with a MIDI controller.
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Use of private APIs for incrementing slice #112

Closed jni closed 1 week ago

jni commented 2 weeks 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.