shithub: ft2-clone

ref: 9bbd17fed5701c6ef6264b1fa84c1098d7918ffa
dir: /src/ft2_sample_loader.h/

View raw version
#pragma once

#include <stdint.h>
#include <stdbool.h>
#include "ft2_unicode.h"

bool loadSample(UNICHAR *filenameU, uint8_t sampleSlot, bool loadAsInstrFlag);
bool fileIsInstrument(char *fullPath);
bool fileIsSample(char *fullPath);
void removeSampleIsLoadingFlag(void);