format: Apply some work-arounds for code that would confuse clang-format

This commit is contained in:
Mads Kiilerich
2024-07-23 11:40:01 +02:00
committed by Robin Gareus
parent f063bfef03
commit 74edf63d01
2 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -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?
}
}