1 2 3 4 5 ··· 23 下一页
  2025年11月17日
摘要: blender4.2 - MMD tools 4.2.2 blender4.1 - MMD tools 4.1.0 blender3.6 - MMD tools 2.10.3 阅读全文
posted @ 2025-11-17 11:32 小沙盒工作室 阅读(8) 评论(0) 推荐(0)
摘要: https://bgithub.xyz 如 https://bgithub.xyz/MMD-Blender/blender_mmd_tools/releases 阅读全文
posted @ 2025-11-17 11:19 小沙盒工作室 阅读(114) 评论(0) 推荐(0)
  2025年11月13日
摘要: 安装vxkex扩展内核:版本:KexSetup_Release_1_1_3_1545.exe,使用win8兼容模式打开 阅读全文
posted @ 2025-11-13 18:52 小沙盒工作室 阅读(13) 评论(0) 推荐(0)
摘要: 471.12版本https://www.nvidia.cn/drivers/details/180601/ 阅读全文
posted @ 2025-11-13 18:10 小沙盒工作室 阅读(20) 评论(0) 推荐(0)
  2025年11月11日
摘要: 链接:https://www.bilibili.com/list/+uid如:https://www.bilibili.com/list/1606577968 阅读全文
posted @ 2025-11-11 07:17 小沙盒工作室 阅读(43) 评论(0) 推荐(0)
  2025年11月4日
摘要: 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)
1 2 3 4 5 ··· 23 下一页