mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Fixed initialization of source and of SessionSource; sources are ready
after full initialization and in standly. A new button allows playing the source (media or session) in the new source pannel.
This commit is contained in:
@@ -277,6 +277,9 @@ void ImGuiVisitor::visit (Source& s)
|
||||
// geometry direct control
|
||||
s.groupNode(View::GEOMETRY)->accept(*this);
|
||||
|
||||
if ( s.numClones() > 0 ) {
|
||||
ImGui::Text("Cloned %d time%s", s.numClones(), s.numClones() > 1 ? "s." : ".");
|
||||
}
|
||||
}
|
||||
|
||||
void ImGuiVisitor::visit (MediaSource& s)
|
||||
|
||||
Reference in New Issue
Block a user