From 98fc0962f8ffd44b8d73bd37de158590e0b898f8 Mon Sep 17 00:00:00 2001 From: Niels Elburg Date: Wed, 19 Nov 2008 20:20:52 +0000 Subject: [PATCH] create sample in sample git-svn-id: svn://code.dyne.org/veejay/trunk@1204 eb8d1916-c9e9-0310-b8de-cf0c9472ead5 --- veejay-current/veejay-client/src/vj-api.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/veejay-current/veejay-client/src/vj-api.c b/veejay-current/veejay-client/src/vj-api.c index 826f5aca..99494f1a 100644 --- a/veejay-current/veejay-client/src/vj-api.c +++ b/veejay-current/veejay-client/src/vj-api.c @@ -711,6 +711,8 @@ static struct {"button_084"}, {"button_083"}, {"video_navigation_buttons"}, + {"button_samplestart"}, + {"button_sampleend"}, {"speed_slider"}, {"slow_slider"}, {"button_200"}, // mask button @@ -1939,7 +1941,7 @@ int gveejay_new_slot(int mode) if(result_len <= 0 ) { - gveejay_error_slot( mode ); + veejay_msg(0, "No reply from veejay-server, but expected new sample/slot identifier"); return 0; }