itsmattkc
|
430561e2ac
|
sequence: made divider a sequence parameter rather than a viewer parameter
Doing this makes the preview resolution an explicit project setting rather
than a temporary UI setting. This will allow more consistency when caching.
|
2020-06-08 14:41:35 +10:00 |
|
itsmattkc
|
33e3225c89
|
audioplaybackcache: use std::rand instead of QRandomGenerator
Improves support for versions of Qt < 5.10.
|
2020-06-05 15:47:00 +10:00 |
|
itsmattkc
|
7609754103
|
playbackcache: more intelligent job matching
Ensures audio ranges can be anticipated and accurately ignored if they're
old or acknowledged if they're current.
|
2020-06-05 15:23:16 +10:00 |
|
itsmattkc
|
9ff9817b95
|
cache: use render job times to synchronize cache
Ensure old inaccurate jobs are never prioritized over current jobs.
|
2020-06-04 16:48:23 +10:00 |
|
itsmattkc
|
e30d278327
|
playbackcache: made thread-safe
Since this class is regularly accessed by multiple threads, it makes the
most sense to make all of its functions thread-safe.
|
2020-06-03 03:38:28 +10:00 |
|
itsmattkc
|
11bfe61208
|
cache: began base implementation of "shifting" the cache
Should be a fairly important optimization to make.
|
2020-06-02 01:38:12 +10:00 |
|
itsmattkc
|
b74ea1a8ba
|
renderer: reimported audio rendering functions
|
2020-05-18 12:52:25 +10:00 |
|
itsmattkc
|
863ae1b913
|
a first attempt at a new render system
|
2020-05-14 14:43:03 +10:00 |
|