From 299305d114d77df7df524ad8f5709bb1f1227af1 Mon Sep 17 00:00:00 2001 From: Brian Heim Date: Sat, 17 Apr 2021 13:08:49 +0200 Subject: [PATCH] change master->main in comment note, files in DEINDUGens use master/slave but those are copy-pasted files from faust, so i haven't updated those. should change upstream --- source/SCMIRUGens/OnsetStatistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SCMIRUGens/OnsetStatistics.cpp b/source/SCMIRUGens/OnsetStatistics.cpp index 3f2a714fa7..bcbd8970ad 100644 --- a/source/SCMIRUGens/OnsetStatistics.cpp +++ b/source/SCMIRUGens/OnsetStatistics.cpp @@ -57,7 +57,7 @@ struct OnsetStatistics : public Unit { float krsampletotime_; //conversion factor to get from kr samples to actual time in seconds - //int * onsettimes_; //relative to last updated master position + //int * onsettimes_; //relative to last updated main position //int onsettimesindex_; deque * onsettimes_;