mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
A "fall through" comment is most portable way to indicate "no break, fallthru" cases. * __attribute__ ((fallthrough)) // is not portable * [[fallthrough]]; // is C++17 |
||
|---|---|---|
| .. | ||
| libsmf | ||
| Control.cpp | ||
| ControlList.cpp | ||
| ControlSet.cpp | ||
| Curve.cpp | ||
| debug.cpp | ||
| Event.cpp | ||
| Note.cpp | ||
| OldSMF.cpp | ||
| Sequence.cpp | ||
| SMF.cpp | ||
| SMFReader.cpp | ||
| TimeConverter.cpp | ||