mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-04 16:51:37 -05:00
whitespace
This commit is contained in:
parent
dbf38ceea8
commit
b3dc3693d7
6 changed files with 17 additions and 17 deletions
|
@ -97,7 +97,7 @@ class ClipSelector : public Fl_Button
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ClipSelector( int _x, int _y, int _w, int _h,
|
ClipSelector( int _x, int _y, int _w, int _h,
|
||||||
const char *_label, bool master = false);
|
char *_label, bool master = false);
|
||||||
|
|
||||||
int ID;
|
int ID;
|
||||||
|
|
||||||
|
|
|
@ -72,9 +72,9 @@ LooperClip* Looper::getClip(int scene)
|
||||||
|
|
||||||
void Looper::beat()
|
void Looper::beat()
|
||||||
{
|
{
|
||||||
//TODO needed?
|
//TODO needed?
|
||||||
//FIXME: Need to keep looperClips in sync when there exists no int N
|
//FIXME: Need to keep looperClips in sync when there exists no int N
|
||||||
// such that playSpeed*N==1
|
// such that playSpeed*N==1
|
||||||
// for(int i=0;i<NSCENES;i++)
|
// for(int i=0;i<NSCENES;i++)
|
||||||
// {
|
// {
|
||||||
// int iph=clips[i]->getPlayhead()+1.0;
|
// int iph=clips[i]->getPlayhead()+1.0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue