each page with 12

git-svn-id: svn://code.dyne.org/veejay/trunk@1180 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-11-13 00:47:28 +00:00
parent c9f574f683
commit f09bb124d5

View File

@@ -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
{