mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2026-06-24 07:31:40 +00:00
added more soundfile formats to the loading dialog and new error report when it can't load
This commit is contained in:
@@ -69,6 +69,8 @@ void brain::load_sound(std::string filename, stereo_mode mode) {
|
||||
delete[] temp;
|
||||
m_samples.push_back(sound(filename,s));
|
||||
status::update("loaded %s",filename.c_str());
|
||||
} else {
|
||||
status::update("problem loading %s",filename.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user