annotate sonic-visualiser.desktop @ 1257:f2105c5b0b12
piper
Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
author |
Chris Cannam |
date |
Mon, 17 Oct 2016 14:18:23 +0100 |
parents |
53b50b905e95 |
children |
171a85da29c9 |
rev |
line source |
Chris@328
|
1 [Desktop Entry]
|
Chris@328
|
2 Name=Sonic Visualiser
|
Chris@860
|
3 Exec=sonic-visualiser %U
|
Chris@860
|
4 Keywords=audio; sound; visualiser; sonic;
|
Chris@328
|
5 Terminal=false
|
Chris@328
|
6 Type=Application
|
Chris@328
|
7 Icon=sv-icon
|
Chris@860
|
8 Categories=Audio;AudioVideo;
|
Chris@860
|
9 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;
|