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:
Bruno
2021-05-19 00:31:37 +02:00
parent 579f7d5609
commit 86aec7d2ba
26 changed files with 1107 additions and 77 deletions

View File

@@ -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;
}