PaulStoffregen 3 년 전
부모
커밋
565608d2ef
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -2
      filter_ladder.cpp
  2. +2
    -2
      gui/index.html

+ 2
- 2
filter_ladder.cpp 파일 보기

@@ -37,8 +37,8 @@
#include <stdint.h>
#define MOOG_PI ((float)3.14159265358979323846264338327950288)

#define MAX_RESONANCE ((float)1.1)
#define MAX_FREQUENCY ((float)(AUDIO_SAMPLE_RATE_EXACT * 0.49f))
#define MAX_RESONANCE ((float)1.07)
#define MAX_FREQUENCY ((float)(AUDIO_SAMPLE_RATE_EXACT * 0.249f))

float AudioFilterLadder::LPF(float s, int i)
{

+ 2
- 2
gui/index.html 파일 보기

@@ -4567,11 +4567,11 @@ double s_freq = .0625;</p>
</p>
<p class=func><span class=keyword>resonance</span>(level);</p>
<p class=desc>Set the filter's feedback level for resonance. The
usable range is 0 to 1.1, where values over 1.0 can cause
usable range is 0 to 1.07, where values over 1.0 can cause
the filter to self oscillate. When an audio signal is present
at the resonance control input, it overrides this setting.
Only positive signal values are used. A full scale 1.0 signal
creates resonance setting 1.1 (self oscillation).
creates resonance setting 1.07 (self oscillation).
Any negative signal input is treated as zero.
</p>
<h3>Examples</h3>

Loading…
취소
저장