-Fixed 1 bar loop issue

main
Harry van Haaren 2013-11-12 20:14:14 +00:00
parent 5486d059a1
commit 460db6e81d
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ int ClipSelector::handle(int event)
{ {
gui->selectLoadSample( ID, clipNum ); gui->selectLoadSample( ID, clipNum );
} }
else if ( strcmp(m->label(), "1") == 0 ) { else if ( strcmp(m->label(), "1 ") == 0 ) {
EventLooperLoopLength e = EventLooperLoopLength(ID, clipNum ,1); EventLooperLoopLength e = EventLooperLoopLength(ID, clipNum ,1);
writeToDspRingbuffer( &e ); writeToDspRingbuffer( &e );
} else if ( strcmp(m->label(), "2") == 0 ) { } else if ( strcmp(m->label(), "2") == 0 ) {