サウンドを作る
ここではmimiumを使った基本的なサウンドの作り方を学びます。
440Hzのサイン波の音をつくろう
- 初めに「hello.mmm」というファイルを用意します。
- そのファイルに以下のスニペットを貼り付けて、ファイルを保存します。
fn dsp(){
output = sin(now*440*3.14*2/48000)
return (output,output)
}
- 最後にbashなどを使って、先程のプログラムを起動します。
$ mimium hello.mmm
[i18n] feedback_title
[i18n] feedback_question
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.