摘要:
import("stdfaust.lib"); declare options "[midi:on]"; freq = hslider("freq[midi:key 108]", 440, 50, 1000, 0.1); process = os.osc(freq); https://faustdo 阅读全文
posted @ 2025-11-04 16:13
小沙盒工作室
阅读(4)
评论(0)
推荐(0)
摘要:
import("stdfaust.lib"); // 0 1 2 3: sin,tri,saw,square wave_shape = hslider("合成器波形选择[style:knob]",0,0,3,1); // 0 1 2 3: sin,tri,saw,square lfo_type = 阅读全文
posted @ 2025-11-04 11:36
小沙盒工作室
阅读(5)
评论(0)
推荐(0)
摘要:
import("stdfaust.lib"); // 0 1 2 3: sin,tri,saw,square wave_shape = hslider("合成器波形选择[style:knob]",0,0,3,1); // 0 1 2 3: sin,tri,saw,square lfo_type = 阅读全文
posted @ 2025-11-04 11:14
小沙盒工作室
阅读(5)
评论(0)
推荐(0)
摘要:
import("stdfaust.lib"); volume_lfo = os.osc(hslider("lfo_rate",0,0,16,1)); process = os.osc(440) *volume_lfo; lfo极性修正版本 import("stdfaust.lib"); volume 阅读全文
posted @ 2025-11-04 11:06
小沙盒工作室
阅读(4)
评论(0)
推荐(0)
摘要:
import("stdfaust.lib"); en = library("envelopes.lib"); pitch_a = hslider("a[style:knob]",0,0,0.1,0.1); pitch_d = hslider("d[style:knob]",0,0,0.3,0.1); 阅读全文
posted @ 2025-11-04 10:52
小沙盒工作室
阅读(4)
评论(0)
推荐(0)
摘要:
import("stdfaust.lib"); en = library("envelopes.lib"); a = hslider("a[style:knob]",0,0,2,1); d = hslider("d[style:knob]",0,0,2,1); s = hslider("s[styl 阅读全文
posted @ 2025-11-04 10:29
小沙盒工作室
阅读(3)
评论(0)
推荐(0)
浙公网安备 33010602011771号