Skip to content

Commit

Permalink
+ drumkit format extended
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Jan 14, 2025
1 parent 63e82a7 commit 0787f07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/kits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,9 @@ void CDrumKit::load_txt (const std::string &data)
bool check_for_random_noice = false;
bool check_for_txt = false;

if (fname.find ("samples.txt") != string::npos || fname.find (".part") != string::npos)
//if (fname.find ("samples.txt") != string::npos || fname.find (".part") != string::npos)
// check_for_txt = true;
if (fname.find (".txt") != string::npos)
check_for_txt = true;

if (sample_name.rfind ("*", 0) == 0)
Expand Down

0 comments on commit 0787f07

Please # to comment.