Re: loops and contexts
- From: Paul Davis <paul linuxaudiosystems com>
- To: Krzysztof <kj limes com pl>
- Cc: ML-gtk <gtk-list gnome org>
- Subject: Re: loops and contexts
- Date: Fri, 6 May 2016 16:27:17 -0400
Ardour runs N different MainContexts. It runs one for every user interface that can control the program (GUI, Generic MIDI, OSC, Mackie Control, ....). There are handlers for things taking place in every context, but GdkEvents only happen in the MainContext started and run by GTK+. The others have their own sources and do not generate GdkEvents (just file-descriptor-ready conditions).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]