fract step velocity
https://youtu.be/JJM0Cgi5tBM
fractとstepを使っていい感じのハイハットベロシティを作ろう
float vel = fract( a * step + b );
"fract step velocity"という名前は適当
Demo
Graph
Recipe
0.63 * step
https://gyazo.com/d2613307585f043f16f877984327c0a1
0.66 * step + 0.08
https://gyazo.com/ffe4d320075bddd4485c14106f1b1206
0.42 * step + 0.1
https://gyazo.com/8814f5a80358227a92cd49736c15bfd2
0.6 * step + 0.68
https://gyazo.com/edefa2817eb56ec4ea58974278b2cb7e
0.62 * step + 0.67
https://gyazo.com/31832d29cc4490771f3e478971aef2a0
モジュラーシンセ
https://gyazo.com/565352ac9cb9de48e389d55c7451d445
以下の例では、S/Hの出力をModulator Outにつなぎ、AD EnvelopeのDを制御している
https://gyazo.com/88554a4e5c8ea563369e9cbcd2f84556