csound-expression-0.3.2: Csound combinator library

CsoundExpr.Opcodes.Control.Timeread

Description

Time Reading

Synopsis

Documentation

readclock :: Irate -> IrateSource

  • opcode : readclock
  • syntax :
   ir readclock inum
  • description :

Reads the value of an internal clock.

rtclockI :: IrateSource

  • opcode : rtclock
  • syntax :
   ires rtclock
   kres rtclock
  • description :

Read the real-time clock from the operating system.

rtclockK :: KrateSource

  • opcode : rtclock
  • syntax :
   ires rtclock
   kres rtclock
  • description :

Read the real-time clock from the operating system.

timeinstk :: KrateSource

  • opcode : timeinstk
  • syntax :
   kres timeinstk
  • description :

Read absolute time, in k-rate cycles, since the start of an instance of an instrument. Called at both i-time as well as k-time.

timeinsts :: KrateSource

  • opcode : timeinsts
  • syntax :
   kres timeinsts
  • description :

Read absolute time, in seconds, since the start of an instance of an instrument.

timesI :: IrateSource

  • opcode : times
  • syntax :
   ires times
   kres times
  • description :

Read absolute time, in seconds, since the start of the performance.

timesK :: KrateSource

  • opcode : times
  • syntax :
   ires times
   kres times
  • description :

Read absolute time, in seconds, since the start of the performance.

timekI :: IrateSource

  • opcode : timek
  • syntax :
   ires timek
   kres timek
  • description :

Read absolute time, in k-rate cycles, since the start of the performance.

timekK :: KrateSource

  • opcode : timek
  • syntax :
   ires timek
   kres timek
  • description :

Read absolute time, in k-rate cycles, since the start of the performance.

date :: IrateSource

  • opcode : date
  • syntax :
   ir date
  • description :

Returns the number seconds since 1 January 1970, using the operating system's clock.

dates :: [Irate] -> StringSource

  • opcode : dates
  • syntax :
   Sir dates [ itime]
  • description :

Returns as a string the date and time specified.