mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 07:10:14 +01:00
issue #131, shift + double click to add FX in disabled state
This commit is contained in:
@@ -3612,11 +3612,12 @@ static clipboard_t *last_clipboard = NULL;
|
||||
static void do_clipboard(clipboard_t *c, int id, int entry_id)
|
||||
{
|
||||
char msg[1024];
|
||||
snprintf( msg, sizeof(msg), "%03d:%d %d %d %s;",
|
||||
snprintf( msg, sizeof(msg), "%03d:%d %d %d %d %s;",
|
||||
VIMS_CHAIN_ENTRY_SET_PRESET,
|
||||
id,
|
||||
entry_id,
|
||||
c->fx_id,
|
||||
c->enabled,
|
||||
c->parameters
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user