mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-09 05:27:57 +00:00
Massive fmtlib refactor
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace amuse {
|
||||
|
||||
static inline uint8_t clamp7(uint8_t val) { return std::max(0, std::min(127, int(val))); }
|
||||
constexpr uint8_t clamp7(uint8_t val) { return std::max(0, std::min(127, int(val))); }
|
||||
|
||||
enum class Status {
|
||||
NoteOff = 0x80,
|
||||
|
||||
Reference in New Issue
Block a user