mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
add default values for right and bottom parameters
This commit is contained in:
@@ -233,7 +233,7 @@ livido_port_t *livido_setup(livido_setup_t list[], int version)
|
|||||||
livido_set_string_value(port, "kind", "WIDTH" );
|
livido_set_string_value(port, "kind", "WIDTH" );
|
||||||
livido_set_int_value( port, "min", 0 );
|
livido_set_int_value( port, "min", 0 );
|
||||||
livido_set_int_value( port, "max", 0 );
|
livido_set_int_value( port, "max", 0 );
|
||||||
livido_set_int_value( port, "default", 0 );
|
livido_set_int_value( port, "default", 100 );
|
||||||
livido_set_string_value( port, "description" ,"Right");
|
livido_set_string_value( port, "description" ,"Right");
|
||||||
|
|
||||||
in_params[2] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
in_params[2] = livido_port_new( LIVIDO_PORT_TYPE_PARAMETER_TEMPLATE );
|
||||||
@@ -254,7 +254,7 @@ livido_port_t *livido_setup(livido_setup_t list[], int version)
|
|||||||
livido_set_string_value(port, "kind", "HEIGHT" );
|
livido_set_string_value(port, "kind", "HEIGHT" );
|
||||||
livido_set_int_value( port, "min", 0 );
|
livido_set_int_value( port, "min", 0 );
|
||||||
livido_set_int_value( port, "max", 0 );
|
livido_set_int_value( port, "max", 0 );
|
||||||
livido_set_int_value( port, "default", 0 );
|
livido_set_int_value( port, "default", 100 );
|
||||||
livido_set_string_value( port, "description" ,"Bottom");
|
livido_set_string_value( port, "description" ,"Bottom");
|
||||||
|
|
||||||
//@ setup the nodes
|
//@ setup the nodes
|
||||||
|
|||||||
Reference in New Issue
Block a user