From f09bb124d56e7c01898006b78b026b891e2c0511 Mon Sep 17 00:00:00 2001 From: Niels Elburg Date: Thu, 13 Nov 2008 00:47:28 +0000 Subject: [PATCH] each page with 12 git-svn-id: svn://code.dyne.org/veejay/trunk@1180 eb8d1916-c9e9-0310-b8de-cf0c9472ead5 --- veejay-current/veejay-client/src/vj-api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/veejay-current/veejay-client/src/vj-api.c b/veejay-current/veejay-client/src/vj-api.c index c6f6ab4e..89f6c67c 100644 --- a/veejay-current/veejay-client/src/vj-api.c +++ b/veejay-current/veejay-client/src/vj-api.c @@ -6072,8 +6072,8 @@ void default_bank_values(int *col, int *row ) { if( *col == 0 && *row == 0 ) { - NUM_SAMPLES_PER_COL = 6; - NUM_SAMPLES_PER_ROW = 2; + NUM_SAMPLES_PER_COL = 2; + NUM_SAMPLES_PER_ROW = 6; } else {