timeview icon indicating copy to clipboard operation
timeview copied to clipboard

Should have a way to select x and y axis coordinates

Open lxkain opened this issue 6 years ago • 3 comments

It would be useful if the x-axis coordinates could be switched between showing time in seconds to hour:minute:seconds or other systems. Analogously, it may be useful to switch the y-axis between sample value and % and others. Audacity may serve as an inspiration in this regard.

lxkain avatar Dec 11 '19 02:12 lxkain

Would this be a timeview feature or a signalworks feature?

...or the better question I suppose would be, what would the implementation look like?

wave_obj.value_at_time(seconds=2.5) would return the value at that time period?

j9ac9k avatar Dec 16 '19 20:12 j9ac9k

Definitely a TimeView feature. It's entirely about the graphical representation. Although, access by varying times (minutes, hours, etc) is interesting, but I think it would be better to leave this to user land (not signal works).

lxkain avatar Dec 17 '19 03:12 lxkain

I'll transfer the issue to the TimeView repo.

j9ac9k avatar Dec 18 '19 17:12 j9ac9k