From bd65e1233586b77464d7e46d41040f0ddbaa50f8 Mon Sep 17 00:00:00 2001 From: Jan Kiethe Date: Fri, 2 Aug 2019 16:36:21 +0200 Subject: [PATCH] ptbin: moved Grabber to port 3. removed Sampler. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Kiethe Signed-off-by: Robert Jördens --- ptbin.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ptbin.json b/ptbin.json index 459e135..75b62f5 100644 --- a/ptbin.json +++ b/ptbin.json @@ -24,7 +24,7 @@ "bank_direction_high": "output" }, { - "type": "sampler", + "type": "grabber", "ports": [3] }, { @@ -41,10 +41,6 @@ { "type": "zotino", "ports": [7] - }, - { - "type": "grabber", - "ports": [8] } ] }