From 36a52a008764b8b55b133025bd96cc955189479f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 7 Jun 2018 09:10:45 -0400 Subject: [PATCH] Fix millisamples typo --- Toolbar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Toolbar.md b/Toolbar.md index 1dee9d9..e3c7b52 100644 --- a/Toolbar.md +++ b/Toolbar.md @@ -2,8 +2,8 @@ ### Power meter -When power meters are enabled, Rack measures the amount of time spent processing each module in *mS* (microsamples). -In many ways, this is analogous to the limit imposed by hardware modular synthesizers in *mA* (milliamperes). +When power meters are enabled, Rack measures the amount of time spent processing each module in *mS* (millisamples). +In many ways, this is analogous to the module power limit imposed by hardware modular synthesizers in *mA* (milliamperes). The total amount of time spent processing all modules must equal **1000 mS**. To achieve this, the [Audio](Core.md#audio) module from [Core](Core.md) uses your audio device's high-precision clock to regulate Rack's processing loop, so it idles for some amount of mS until this total is met.