format: Apply some work-arounds for code that would confuse clang-format
This commit is contained in:
committed by
Robin Gareus
parent
f063bfef03
commit
74edf63d01
@@ -1,5 +1,8 @@
|
||||
#ifndef MINIMP3_H
|
||||
#define MINIMP3_H
|
||||
|
||||
/* clang-format off */
|
||||
|
||||
/*
|
||||
https://github.com/lieff/minimp3
|
||||
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide.
|
||||
|
||||
@@ -4178,6 +4178,7 @@ TriggerBox::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
|
||||
all_triggers[_active_scene]->bang ();
|
||||
} else {
|
||||
stop_all_quantized (); //empty slot, this should work as a Stop for the running clips
|
||||
|
||||
//TODO: can we set a flag so the UI reports that we are stopping?
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user