TimeViewers / timeview

TimeView
Other
33 stars 7 forks source link

Should have a way to select x and y axis coordinates #33

Open lxkain opened 4 years ago

lxkain commented 4 years ago

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.

j9ac9k commented 4 years ago

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?

lxkain commented 4 years ago

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).

j9ac9k commented 4 years ago

I'll transfer the issue to the TimeView repo.