Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
psemiletov committed Oct 7, 2024
1 parent fcd7eeb commit 8f7d657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions Source/kits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,18 +546,8 @@ void CDrumKit::load_txt (const std::string &data)

if (check_for_txt)
{
//std::cout << "check_for_txt\n";

// std::cout << "fname:" << fname << std::endl;;


std::string file_data = string_file_load (kit_dir + "/" + fname);


v_fnames = split_string_to_vector (file_data, "\n", false);

//std::cout << "v_fnames.size()" << v_fnames.size() << std::endl;

}
else
v_fnames = split_string_to_vector (fname, ",", false);
Expand Down
1 change: 1 addition & 0 deletions version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.0.0

0 comments on commit 8f7d657

Please sign in to comment.