From 44acef812fb5ba23d02eb7cda645bd1a1500deef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0erif=20Rami?= Date: Mon, 25 Aug 2025 19:35:30 +0200 Subject: [PATCH] removed hwdep experiments --- ...x Driver Development Specification for TASCAM US-144 MKII.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Linux Driver Development Specification for TASCAM US-144 MKII.txt b/Linux Driver Development Specification for TASCAM US-144 MKII.txt index e22f0fe..d824b08 100644 --- a/Linux Driver Development Specification for TASCAM US-144 MKII.txt +++ b/Linux Driver Development Specification for TASCAM US-144 MKII.txt @@ -358,7 +358,6 @@ Generated code * **Note:** The pattern tables provided are specifically for 48kHz. To support other sample rates (44.1kHz, 88.2kHz, 96kHz), the corresponding `fpoInitPattern` calls from the macOS driver's `PGFramePatternObserver::init` would need to be analyzed to derive their specific pattern tables. The `mExpectedFramesPerMicroframe` (`a1 + 24`) and `mExpectedFeedbackValue` (`a1 + 36`) would change based on the sample rate. - IGNORE_WHEN_COPYING_START Use code with caution.