mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-17 21:30:02 +01:00
add negate per channel, close clients on quit
git-svn-id: svn://code.dyne.org/veejay/trunk@1254 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "effects/fibdownscale.h"
|
||||
#include "effects/magicoverlays.h"
|
||||
#include "effects/negation.h"
|
||||
#include "effects/negatechannel.h"
|
||||
#include "effects/radcor.h"
|
||||
#include "effects/opacity.h"
|
||||
#include "effects/posterize.h"
|
||||
@@ -597,6 +598,8 @@ void vj_effect_initialize(int width, int height, int full_range)
|
||||
vj_effects[i + 49] = waterrippletv_init(width,height);
|
||||
vj_effects[i + 89 ]= radcor_init(width,height);
|
||||
vj_effects[i + 90 ]= bgsubtract_init(width,height);
|
||||
vj_effects[i + 91 ]= negatechannel_init(width,height);
|
||||
|
||||
max_width = width;
|
||||
max_height = height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user