csound-expression-0.3.0: Csound combinator library

CsoundExpr.Opcodes.Midi.Slidrbk

Description

Slider Banks

Synopsis

Documentation

slider16 :: Irate -> [Irate] -> MultiOutSource

  • opcode : slider16
  • syntax :
   i1,...,i16 slider16 ichan, ictlnum1, imin1, imax1, init1, ifn1,..., 
       ictlnum16, imin16, imax16, init16, ifn16
   k1,...,k16 slider16 ichan, ictlnum1, imin1, imax1, init1, ifn1,..., 
       ictlnum16, imin16, imax16, init16, ifn16
  • description :

Creates a bank of 16 different MIDI control message numbers.

slider16f :: Irate -> [Irate] -> MultiOutSource

  • opcode : slider16f
  • syntax :
   k1,...,k16 slider16f ichan, ictlnum1, imin1, imax1, init1, ifn1, 
       icutoff1,..., ictlnum16, imin16, imax16, init16, ifn16, icutoff16
  • description :

Creates a bank of 16 different MIDI control message numbers, filtered before output.

slider32 :: Irate -> [Irate] -> MultiOutSource

  • opcode : slider32
  • syntax :
   i1,...,i32 slider32 ichan, ictlnum1, imin1, imax1, init1, ifn1,..., 
       ictlnum32, imin32, imax32, init32, ifn32
   k1,...,k32 slider32 ichan, ictlnum1, imin1, imax1, init1, ifn1,..., 
       ictlnum32, imin32, imax32, init32, ifn32
  • description :

Creates a bank of 32 different MIDI control message numbers.

slider32f :: Irate -> [Irate] -> MultiOutSource

  • opcode : slider32f
  • syntax :
   k1,...,k32 slider32f ichan, ictlnum1, imin1, imax1, init1, ifn1, icutoff1, 
      ..., ictlnum32, imin32, imax32, init32, ifn32, icutoff32
  • description :

Creates a bank of 32 different MIDI control message numbers, filtered before output.

slider64 :: Irate -> [Irate] -> MultiOutSource

  • opcode : slider64
  • syntax :
   i1,...,i64 slider64 ichan, ictlnum1, imin1, imax1, init1, ifn1,..., 
       ictlnum64, imin64, imax64, init64, ifn64
   k1,...,k64 slider64 ichan, ictlnum1, imin1, imax1, init1, ifn1,..., 
       ictlnum64, imin64, imax64, init64, ifn64
  • description :

Creates a bank of 64 different MIDI control message numbers.

slider64f :: Irate -> [Irate] -> MultiOutSource

  • opcode : slider64f
  • syntax :
   k1,...,k64 slider64f ichan, ictlnum1, imin1, imax1, init1, ifn1, 
       icutoff1,..., ictlnum64, imin64, imax64, init64, ifn64, icutoff64
  • description :

Creates a bank of 64 different MIDI control message numbers, filtered before output.

s16b14 :: Irate -> [Irate] -> MultiOutSource

  • opcode : s16b14
  • syntax :
   i1,...,i16 s16b14 ichan, ictlno_msb1, ictlno_lsb1, imin1, imax1, 
       initvalue1, ifn1,..., ictlno_msb16, ictlno_lsb16, imin16, imax16, initvalue16, ifn16
   k1,...,k16 s16b14 ichan, ictlno_msb1, ictlno_lsb1, imin1, imax1, 
       initvalue1, ifn1,..., ictlno_msb16, ictlno_lsb16, imin16, imax16, initvalue16, ifn16
  • description :

Creates a bank of 16 different 14-bit MIDI control message numbers.

s32b14 :: Irate -> [Irate] -> MultiOutSource

  • opcode : s32b14
  • syntax :
   i1,...,i32 s32b14 ichan, ictlno_msb1, ictlno_lsb1, imin1, imax1, 
       initvalue1, ifn1,..., ictlno_msb32, ictlno_lsb32, imin32, imax32, initvalue32, ifn32
   k1,...,k32 s32b14 ichan, ictlno_msb1, ictlno_lsb1, imin1, imax1, 
       initvalue1, ifn1,..., ictlno_msb32, ictlno_lsb32, imin32, imax32, initvalue32, ifn32
  • description :

Creates a bank of 32 different 14-bit MIDI control message numbers.

sliderKawai :: [Irate] -> MultiOutSource

  • opcode : sliderKawai
  • syntax :
   k1, k2,...., k16 sliderKawai imin1, imax1, init1, ifn1, 
       imin2, imax2, init2, ifn2,..., imin16, imax16, init16, ifn16
  • description :

Creates a bank of 16 different MIDI control message numbers from a KAWAI MM-16 midi mixer.

slider8table :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider8table
  • syntax :
   kflag slider8table ichan, ioutTable, ioffset, ictlnum1, imin1, imax1, 
       init1, ifn1,..., ictlnum8, imin8, imax8, init8, ifn8
  • description :

Stores a bank of 8 different MIDI control messages to a table.

slider8tablef :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider8tablef
  • syntax :
   kflag slider8tablef ichan, ioutTable, ioffset, ictlnum1, imin1, imax1, 
       init1, ifn1, icutoff1,...., ictlnum8, imin8, imax8, init8, ifn8, icutoff8
  • description :

Stores a bank of 8 different MIDI control messages to a table, filtered before output.

slider16table :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider16table
  • syntax :
   kflag slider16table ichan, ioutTable, ioffset, ictlnum1, imin1, imax1, 
       init1, ifn1,...., ictlnum16, imin16, imax16, init16, ifn16
  • description :

Stores a bank of 16 different MIDI control messages to a table.

slider16tablef :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider16tablef
  • syntax :
   kflag slider16tablef ichan, ioutTable, ioffset, ictlnum1, imin1, imax1, 
       init1, ifn1, icutoff1,...., ictlnum16, imin16, imax16, init16, ifn16, icutoff16
  • description :

Stores a bank of 16 different MIDI control messages to a table, filtered before output.

slider32table :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider32table
  • syntax :
   kflag slider32table ichan, ioutTable, ioffset, ictlnum1, imin1, 
       imax1, init1, ifn1,...., ictlnum32, imin32, imax32, init32, ifn32
  • description :

Creates a bank of 32 different MIDI control messages to a table.

slider32tablef :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider32tablef
  • syntax :
   kflag slider32tablef ichan, ioutTable, ioffset, ictlnum1, imin1, imax1, 
       init1, ifn1, icutoff1,...., ictlnum32, imin32, imax32, init32, ifn32, icutoff32
  • description :

Creates a bank of 32 different MIDI control message numbers, filtered before output.

slider64table :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider64table
  • syntax :
   kflag slider64table ichan, ioutTable, ioffset, ictlnum1, imin1, 
       imax1, init1, ifn1,...., ictlnum64, imin64, imax64, init64, ifn64
  • description :

Creates a bank of 64 different MIDI control messages to a table.

slider64tablef :: Irate -> Irate -> Irate -> [Irate] -> KrateSource

  • opcode : slider64tablef
  • syntax :
   kflag slider64tablef ichan, ioutTable, ioffset, ictlnum1, imin1, imax1, 
       init1, ifn1, icutoff1,...., ictlnum64, imin64, imax64, init64, ifn64, icutoff64
  • description :

Stores a bank of 64 different MIDI MIDI control messages to a table, filtered before output.