annotate sonic-visualiser.desktop @ 340:3211f8cef51a
sv-v1.7.1
* Layer data editor window: fix sorting for columns in region model,
add Find feature
* RDF import: assign names to layers based on event types, if no suitable
labels are found in the RDF
* Add label to status bar showing the last text that was passed in current
layer (so e.g. counting 1, 2, 3, 4 if that's what beats are labelled)
* Better layout of text labels for region layers in segmentation mode when
they are close together
* Give text layer the same method for finding "nearest point" as region and
note layers, should improve its editability
author |
Chris Cannam |
date |
Thu, 22 Oct 2009 15:54:21 +0000 |
parents |
cfdc07e4e0d5 |
children |
53b50b905e95 |
rev |
line source |
Chris@328
|
1 [Desktop Entry]
|
Chris@328
|
2 Name=Sonic Visualiser
|
Chris@328
|
3 Exec=sonic-visualiser
|
Chris@328
|
4 Terminal=false
|
Chris@328
|
5 Type=Application
|
Chris@328
|
6 Icon=sv-icon
|
Chris@330
|
7 Categories=Application;Multimedia;Audio;AudioVideo
|
Chris@328
|
8 MimeType=application/x-sonicvisualiser;application/x-sonicvisualiser-layer;application/x-ogg;audio/mp3;audio/mpeg;audio/mpegurl;audio/x-flac;audio/x-mp3;audio/x-mpeg;audio/x-mpegurl;audio/x-wav;audio/wav;application/ogg;audio/x-vorbis+ogg
|