Skip to content

Handle int32 conversion on TraceView slider for long recordings#253

Open
JoeZiminski wants to merge 1 commit intoSpikeInterface:mainfrom
JoeZiminski:fix_qt_int32_slider
Open

Handle int32 conversion on TraceView slider for long recordings#253
JoeZiminski wants to merge 1 commit intoSpikeInterface:mainfrom
JoeZiminski:fix_qt_int32_slider

Conversation

@JoeZiminski
Copy link

@JoeZiminski JoeZiminski commented Mar 9, 2026

This PR closes #251 by scaling the value of the slider so that it will always fit in int32, which Qt uses on the C++ side. This implementation is working, just to get things working for our use case, but not clean. Happy to improve it of course, would be good to hear the best way to structure this. For example, this could be integrated directly into TimeSeeker or else just abstracted to a few convenience functions.

@JoeZiminski JoeZiminski force-pushed the fix_qt_int32_slider branch from af28e28 to 9c6c868 Compare March 9, 2026 18:13
@JoeZiminski JoeZiminski changed the title Quick patch. Handle int32 conversion on TraceView slider for long recordings Mar 9, 2026
@JoeZiminski JoeZiminski changed the title Handle int32 conversion on TraceView slider for long recordings Handle int32 conversion on TraceView slider for long recordings Mar 9, 2026
@JoeZiminski JoeZiminski changed the title Handle int32 conversion on TraceView slider for long recordings Handle int32 conversion on TraceView slider for long recordings Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handling long recordings

1 participant