diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-08 07:40:29 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-08 07:40:29 +0100 |
| commit | c9195f997f3e797f03ab90464e4158717198a167 (patch) | |
| tree | 331304f42870246efdc64cc97ad42de59444ef3a /tools/tracker_compiler.cc | |
| parent | b8e6929cafa41681f0b27ac104c9cf1d4e510837 (diff) | |
style: Apply clang-format to all source files
Diffstat (limited to 'tools/tracker_compiler.cc')
| -rw-r--r-- | tools/tracker_compiler.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/tracker_compiler.cc b/tools/tracker_compiler.cc index 314099d..6784209 100644 --- a/tools/tracker_compiler.cc +++ b/tools/tracker_compiler.cc @@ -99,7 +99,7 @@ struct Sample { }; struct Event { - float unit_time; // Unit-less time within pattern + float unit_time; // Unit-less time within pattern std::string sample_name; float volume, pan; }; @@ -107,7 +107,8 @@ struct Event { struct Pattern { std::string name; std::vector<Event> events; - float unit_length; // Pattern duration in units (default 1.0 for 4-beat patterns) + float unit_length; // Pattern duration in units (default 1.0 for 4-beat + // patterns) }; struct Trigger { |
