From c1f09e33f750125c095784930b4a4dc1c4d614bc Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Wed, 27 Jul 2022 05:55:07 +0200 Subject: [PATCH] Noted the Scope feature in CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085e13b..52b1bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,3 +12,5 @@ the cubic interpolation and tested it seperately now. to the adjacent cells. * Feature: Added the MatrixCellChain abstraction for easy creation of DSP chains on the hexagonal Matrix. +* Feature: Added Scope DSP node and NodeConfigurator/Matrix API for retrieving +the scope handles for access to it's capture buffers.