From f41a0f70a05fbed9ccbf4b8c6d9df87147fde374 Mon Sep 17 00:00:00 2001
From: chenlh <2008get@163.com>
Date: 星期五, 14 十一月 2025 18:02:07 +0800
Subject: [PATCH] GEQ参数ID变更
---
src/tg/tg_scene.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tg/tg_scene.cpp b/src/tg/tg_scene.cpp
index 5789384..5c3753e 100644
--- a/src/tg/tg_scene.cpp
+++ b/src/tg/tg_scene.cpp
@@ -217,7 +217,7 @@
int j;
ptag_geq pGEQ = (ptag_geq)param_ptr;
pGEQ->bypass = allbypass;
- pGEQ->q = 2;
+ pGEQ->q_index = 2;
pGEQ->nsections = 31;
for(j=0;j<31;j++){
pGEQ->eq_attr[j].gain = 0;
--
Gitblit v1.9.3