1. 27 Aug, 2020 1 commit
  2. 25 Aug, 2020 3 commits
  3. 24 Aug, 2020 2 commits
  4. 23 Aug, 2020 9 commits
  5. 22 Aug, 2020 2 commits
    • David Reid's avatar
      Changes to fading and delays. · 1f89b003
      David Reid authored
        * Removed ma_engine_sound_set_fade_in/out()
        * Add ma_engine_sound_set_fade_point_in_frames()
        * Add ma_engine_sound_set_fade_point_in_milliseconds()
        * Add ma_engine_sound_set_stop_delay()
        * Add ma_engine_sound_get_time_in_frames()
        * Removed ma_engine_sound_group_set_fade_in/out()
        * Add ma_engine_sound_group_set_fade_point_in_frames()
        * Add ma_engine_sound_group_set_fade_point_in_milliseconds()
        * Add ma_engine_sound_group_set_stop_delay()
        * Add ma_engine_sound_group_get_time_in_frames()
      
      The fade in/out system has been replaced with something more general
      and flexible which allows for up to two fade points to be configured
      per sound or group, with arbitrary time periods and volumes.
      
      This commit also includes the addition of a placeholder parameter for
      ma_engine_sound_init_from_file() which is used to notify the caller
      when an asynchronously loaded sound has finished loading.
      1f89b003
    • David Reid's avatar
      Update documentation. · 1ea2ee3c
      David Reid authored
      1ea2ee3c
  6. 19 Aug, 2020 1 commit
  7. 17 Aug, 2020 2 commits
  8. 16 Aug, 2020 9 commits
  9. 15 Aug, 2020 3 commits
  10. 14 Aug, 2020 4 commits
  11. 09 Aug, 2020 4 commits