Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 329 Bytes

sequencer-design.md

File metadata and controls

15 lines (10 loc) · 329 Bytes

Everything is an "function":

function: maps time to a series of values

Operations:

  • record: numeric data
  • generate: produce programmatically
  • combine: other functions together

Types:

  • continuous: can return a value for any time
  • discrete: only has values for specific times
  • real-time: results appear as they happen