whitespace

This commit is contained in:
Valentin Boettcher 2018-04-10 08:58:24 +02:00
parent dbf38ceea8
commit b3dc3693d7
6 changed files with 17 additions and 17 deletions

View file

@ -97,7 +97,7 @@ class ClipSelector : public Fl_Button
{
public:
ClipSelector( int _x, int _y, int _w, int _h,
const char *_label, bool master = false);
char *_label, bool master = false);
int ID;

View file

@ -72,9 +72,9 @@ LooperClip* Looper::getClip(int scene)
void Looper::beat()
{
//TODO needed?
//FIXME: Need to keep looperClips in sync when there exists no int N
// such that playSpeed*N==1
//TODO needed?
//FIXME: Need to keep looperClips in sync when there exists no int N
// such that playSpeed*N==1
// for(int i=0;i<NSCENES;i++)
// {
// int iph=clips[i]->getPlayhead()+1.0;