mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Provide a lowest permissible interval time to effects and limit the update rate of selected effects
This commit is contained in:
@@ -103,4 +103,6 @@ private:
|
||||
QImage _image;
|
||||
QPainter *_painter;
|
||||
QVector<QImage> _imageStack;
|
||||
|
||||
double _lowestUpdateIntervalInSeconds;
|
||||
};
|
||||
|
@@ -51,4 +51,5 @@ public:
|
||||
static PyObject* wrapImageCOffset (PyObject *self, PyObject *args);
|
||||
static PyObject* wrapImageCShear (PyObject *self, PyObject *args);
|
||||
static PyObject* wrapImageResetT (PyObject *self, PyObject *args);
|
||||
static PyObject* wrapLowestUpdateInterval (PyObject* self, PyObject* args);
|
||||
};
|
||||
|
Reference in New Issue
Block a user