summaryrefslogtreecommitdiff
path: root/tools/tracker_compiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tracker_compiler.cc')
-rw-r--r--tools/tracker_compiler.cc5
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 {