CC-5108 Waveform Editor UI
This commit is contained in:
parent
2ba743a436
commit
872f68505b
7 changed files with 113 additions and 61 deletions
|
@ -556,7 +556,7 @@ AudioControls.prototype.onCursorSelection = function(args) {
|
|||
*/
|
||||
AudioControls.prototype.onAudioUpdate = function(args) {
|
||||
if (this.ctrls["audio_pos"]) {
|
||||
this.ctrls["audio_pos"].value = this.cueFormatters(this.timeFormat)(args.seconds);
|
||||
this.ctrls["audio_pos"].innerHTML = this.cueFormatters(this.timeFormat)(args.seconds);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue