Bruno
|
e37b21760e
|
BugFix: interrupting recursive session loading
Prevent crash on recursive (infinite) loading of session file (containing itself).
|
2021-02-14 18:56:48 +01:00 |
|
brunoherbelin
|
dca3033c06
|
Bugfix; correcting introduced bug with RenderSource and new Session
resolution.
|
2021-02-11 20:28:57 +01:00 |
|
Bruno
|
84416f566b
|
Early implementation of groups: SessionGroupSource.
Rename SessionSource to SessionFileSource.
|
2021-02-07 22:01:07 +01:00 |
|
brunoherbelin
|
93b6bc9ca4
|
Bugfix in Recursive loopback of RenderView inside a SessionSource: fixed
loading and import into main session.
|
2021-02-04 23:25:49 +01:00 |
|
brunoherbelin
|
4bc9bf581e
|
Cleanup pattern and session sources
|
2021-01-30 16:03:26 +01:00 |
|
brunoherbelin
|
8c9b753544
|
First operational version of AppearanceView. Cleanup of symbols for
sources and other bugfix.
|
2020-11-15 23:49:56 +01:00 |
|
brunoherbelin
|
196ce3df1b
|
Cleanup of surface management in Sources (centralize texturesurface_ in
Source class, avoid mistakes in subclasses). Integration of sources in
AppearanceView (not functionnal yet).
|
2020-11-15 13:01:06 +01:00 |
|
brunoherbelin
|
7c5374552d
|
set unique surface_ pointer for all source types
|
2020-11-12 18:38:51 +01:00 |
|
brunoherbelin
|
83a2da6b2b
|
Setup icon (i,j coordinates in ImGui Toolkit) for each Source class, and
use this icon in GUI to indicate the type of class.
|
2020-10-01 22:57:49 +02:00 |
|
brunoherbelin
|
23800b17b4
|
Fixed creation of empty session source.
|
2020-08-16 20:31:09 +02:00 |
|
brunoherbelin
|
f6588de023
|
Unified use of std::future for loading sessions in Mixer and
SessionSource.
|
2020-08-16 19:10:23 +02:00 |
|
brunoherbelin
|
fd0979887a
|
First implementation of image processing shader de-activation for
sources.
|
2020-07-30 02:03:01 +02:00 |
|
brunoherbelin
|
d916bb5706
|
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.
|
2020-07-19 19:03:49 +02:00 |
|
brunoherbelin
|
40037b3fa6
|
Work in progress: setting status of source on creation (automatic
activation or not?).
|
2020-06-22 23:52:31 +02:00 |
|
brunoherbelin
|
8684d6f2c2
|
Implementation of the limbo area in Mixing view, to change update mode
of source (active or not) and suspend mediaplayer (enabled or not).
|
2020-06-21 00:52:59 +02:00 |
|
brunoherbelin
|
69b249e7e0
|
Fixed Session Render Source (self-referenced session, not global).
|
2020-06-10 19:41:13 +02:00 |
|
brunoherbelin
|
781023a93d
|
Cleanup and fixed implementation of clone and render sources.
|
2020-05-23 11:29:27 +02:00 |
|
brunoherbelin
|
16fa3300b8
|
New Render Source. Cleanup Source API.
|
2020-05-21 23:32:21 +02:00 |
|
brunoherbelin
|
f16c1843c3
|
Cleanup of Session loading, saving, embedding in source and added option
to make sessionSource the current Session.
|
2020-05-21 10:20:40 +02:00 |
|
brunoherbelin
|
a2ea06b2c6
|
Source creation by origin: File, software and hardware. Separate source
classes for Media and Session sources. Update of file dialog
accordingly.
|
2020-05-20 22:16:31 +02:00 |
|