0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Pd メモ

Last updated at Posted at 2019-12-31

linesとvline~

line は指定した間隔でアップデートされる。標準は20ms (50Hz)

src/d_ctl.c

この line のチュートリアルがとても参考になる。
https://forum.pdpatchrepo.info/topic/5315/line-line-vline-and-adsr-envelopes

t a b で、2.5 として来た値を a(anything) やb(bang)

line~ はサンプリングレート / block サイズでしか更新されないので、

vline~ の引数
値 変化する時間 wait, ...
0, 1 5, 0.2 50 50, 0 1000 55
wait は開始からの時間
同じ時間waitする場合は左優先

loadbang -> unpack で生成時のパラメータを取れる

midi 再生

以下のサイトを
http://d-info.jp/archives/258

slider

sliderにはsend symbolとreceive symbolが設定できるらしい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?