mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Set thread-names (GUI)
This commit is contained in:
parent
c365c6cdb2
commit
9d737964d6
3 changed files with 8 additions and 1 deletions
|
|
@ -31,6 +31,8 @@
|
|||
#include <glib.h>
|
||||
#include <glibmm/timer.h>
|
||||
|
||||
#include "pbd/pthread_utils.h"
|
||||
|
||||
#include "ardour/linux_vst_support.h"
|
||||
#include "ardour/vst_plugin.h"
|
||||
|
||||
|
|
@ -319,6 +321,7 @@ windows, that is if they don't manage their own UIs **/
|
|||
static void*
|
||||
gui_event_loop (void* ptr)
|
||||
{
|
||||
pthread_set_name ("LXVSTEventLoop");
|
||||
VSTState* vstfx;
|
||||
int LXVST_sched_timer_interval = 40; //ms, 25fps
|
||||
XEvent event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue