newdigate / teensy-variable-playback

Firmware library: variable playback rate for teensy audio library
MIT License
54 stars 7 forks source link

Feature: play start option #53

Closed newdigate closed 1 year ago

newdigate commented 1 year ago
  typedef enum play_start {
      play_start_sample,
      play_start_loop,
  };
  wave.setPlayStart(play_start::play_start_sample); 
  wave.setPlayStart(play_start::play_start_loop); 
github-actions[bot] commented 1 year ago

Unit Test Results

  1 files  ±0    1 suites  ±0   0s :stopwatch: ±0s 49 tests ±0  49 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  57 runs  ±0  57 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 3fa59fc0. ± Comparison against base commit 04605a9e.