IPS-LMU / EMU-webApp

The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data.
http://ips-lmu.github.io/EMU-webApp/
MIT License
51 stars 14 forks source link

snap to zero crossing does not work on EVENT levels #265

Closed kirbyj closed 4 years ago

kirbyj commented 4 years ago

You can x all day long, but nothing happens...

raphywink commented 4 years ago

Seems to work fine with me: snap2zero_1

then pre-selecting a bounday and hitting x moves it to the next zero crossing point:

snap2zero_2

kirbyj commented 4 years ago

Upon further investigation: something seems to be happening, but the display is not updated?

DIagnosis is that when hitting z, there is indication that something was undone, but the location of the boundary on the screen is not updated.

Step 1: initial state: 1

Step 2: move the Event to a non-zero location: 2

Step 3: hit x (nothing changes): 3

Step 4: hit z first time (nothing changes, but note type of undo event): 4

Step 5: hit z second time (Event moves back to original location) 5

raphywink commented 4 years ago

Damn... was able to reproduce the issue. Was testing with segment boundaries and there everything seems to work fine. There is def. something busted with events... will have to investigate!

kirbyj commented 4 years ago

Yeah, segment boundaries work fine; it's just events. Cheers!

raphywink commented 4 years ago

Will be in next release. Will try to get that out asap.