Skip to content

oaml v1.1

Compare
Choose a tag to compare
@marcelofg55 marcelofg55 released this 20 Jan 21:30
· 43 commits to master since this release

Changelog:

  • Added SetTension function.
  • Added InitAudioDevice function, which uses RtAudio to initialize the audio system: oamlRC InitAudioDevice(int sampleRate = 44100, int channels = 2);
  • Projects may have a few settings now, only default bpm and beatsPerBar so far.
  • Layers now in oaml are global, and every oamlAudio contains a list of files which can be linked to one of those global layers.
  • Added studioApi for oamlStudio.
  • OGG support can be enabled or disabled now through -DENABLE_OGG cmake flag (it is enabled by default).