Struct Ingredients

Struct Documentation

struct Ingredients

A structure that sorts mixing data, computes global/local playback positions, and finalizes BPM flow control calculations.

Public Functions

void Ready(const BpmStruct &Global, const BpmStruct &Local)

Prepares finalized data. All computations are completed, and the data is made ready for use.

Parameters:
  • Global – global bpm object

  • Local – local bpm object

Public Members

std::vector<PlayPosition> pos