mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
New SourcePlayer
Work in progress; Sources now have play/pause and associated play functions. Media player can play all playable sources, and adapts to control a media player when possible. Selection of play groups (to finalize)
This commit is contained in:
@@ -21,6 +21,7 @@ struct WidgetsConfig
|
||||
bool history;
|
||||
bool media_player;
|
||||
bool media_player_view;
|
||||
bool timeline_editmode;
|
||||
bool shader_editor;
|
||||
bool toolbox;
|
||||
|
||||
@@ -33,6 +34,7 @@ struct WidgetsConfig
|
||||
history = false;
|
||||
media_player = false;
|
||||
media_player_view = true;
|
||||
timeline_editmode = false;
|
||||
shader_editor = false;
|
||||
toolbox = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user