Automation Curve(オートメーションカーブ)

プリセットまたは JSON サンプルから `AutomationCurve` を生成

中級
Since P00

出力ポート

curve(curve)

生成された制御カーブ

AutomationCurve

パラメータ

名前デフォルト説明
durationdurationParameterカーブの時間長
samplessamplesParameter出力サンプル数
presetpresetParameterflat / rise / fall / attack_decay / wobble / json
json_samplesjson_samplesParameterpreset=json のときに使う 0..1 の配列
output_minoutput_minParameterカーブ値 0 の出力値
output_maxoutput_maxParameterカーブ値 1 の出力値

概要

プリセットまたは JSON サンプルから AutomationCurve を生成

入力と出力

入力ポートはありません。

  • curve AutomationCurve: 生成された制御カーブ

主なパラメータ

  • duration Parameter: カーブの時間長
  • samples Parameter: 出力サンプル数
  • preset Parameter: flat / rise / fall / attack_decay / wobble / json
  • json_samples Parameter: preset=json のときに使う 0..1 の配列
  • output_min Parameter: カーブ値 0 の出力値
  • output_max Parameter: カーブ値 1 の出力値

使いどころ

オートメーションカーブ は、プリセットまたは JSON サンプルから AutomationCurve を生成 ワークフロー内でこの処理を明示的なノードとして残したい場合に使います。

注意点

接続する入力の型とキャンバスサイズを確認しながら、プレビューで結果を確認してください。