Skip to content

Commit

Permalink
Allow loading static samples into the sampler for a direct playback f…
Browse files Browse the repository at this point in the history
…rom flash
  • Loading branch information
marcel-licence committed Oct 16, 2024
1 parent 0c22241 commit 5354b51
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 0 deletions.
Binary file modified src/cortex-m0plus/libML_SynthTools_SAMD21.a
Binary file not shown.
Binary file modified src/esp32/libML_SynthTools.a
Binary file not shown.
Binary file modified src/esp32c3/libML_SynthTools.a
Binary file not shown.
Binary file modified src/esp32s2/libML_SynthTools.a
Binary file not shown.
Binary file modified src/esp32s3/libML_SynthTools.a
Binary file not shown.
Binary file modified src/esp8266/libML_SynthTools.a
Binary file not shown.
Binary file modified src/imxrt1062/fpv5-d16-hard/libML_SynthTools.a
Binary file not shown.
Binary file modified src/libML_SynthTools_RP2040.a
Binary file not shown.
Binary file modified src/libML_SynthTools_RP2350.a
Binary file not shown.
3 changes: 3 additions & 0 deletions src/ml_sampler.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ void Sampler_IncSample(void);

void Sampler_Process(Q1_14 *left, Q1_14 *right, uint32_t count);

bool Sampler_NewSampleStatic(const unsigned char *data, uint32_t size);
bool Sampler_NewSampleStatic(const unsigned char *data, uint32_t size, uint8_t note);


#endif /* SRC_ML_SAMPLER_H_ */

0 comments on commit 5354b51

Please sign in to comment.