aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AudioWaveform.tsx
AgeCommit message (Collapse)Author
2021-09-24added doubleclick on clip button to switch to editing entire timeline vs. ↵bobzel
single click to edit just the clip. fixed some audio timeline bugs with printing out current time and time span when trimming. cleaned up audioWaveform bucket fields.
2021-09-23added code for editing the original waveform, not a clip when trimming is ↵bobzel
activated.
2021-09-23a bunch of fixes to audio timelines to support undoing clips, simplifying ↵bobzel
audioWaveform and having it recompute when a clip is made.
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-25basic audio trim completemehekj
2021-07-17basic trim ui complete - switching laptopsMehek Jethani
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.