avix-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Data.Exo.Object.SoundWave

Synopsis

Documentation

type SoundWaveR = '["_\27178\24133" >: Int, "_\39640\12373" >: Int, "_\38899\37327" >: Double, "_\20877\29983\20301\32622" >: Double, "_\32232\38598\20840\20307\12398\38899\22768\12434\20803\12395\12377\12427" >: Bool, "file" >: FilePath, "_type" >: SoundWaveType, "mode" >: Bool, "res_w" >: Int, "res_h" >: Int, "pad_w" >: Int, "pad_h" >: Int, "color" >: RGB, "mirror" >: Int] Source #

type SoundWaveR =
  [ "_横幅" >: Int
  , "_高さ" >: Int
  , "_音量" >: Double
  , "_再生位置" >: Double
  , "_編集全体の音声を元にする" >: Bool
  , "file" >: FilePath
  , "_type" >: SoundWaveType
  , "mode" >: Bool  -- 波形タイプ(0/1) ← チェックボックスにはしない理由があるの?
  , "res_w" >: Int  -- 横解像度
  , "res_h" >: Int  -- 縦解像度
  , "pad_w" >: Int  -- 横スペース(%)
  , "pad_h" >: Int  -- 縦スペース(%)
  , "color" >: RGB  -- 波形の色
  , "mirror" >: Int  -- ミラー
  ]