diff --git a/ruby/lib/jam_ruby/jam_track_importer.rb b/ruby/lib/jam_ruby/jam_track_importer.rb index aaf12de70..8b34c99a6 100644 --- a/ruby/lib/jam_ruby/jam_track_importer.rb +++ b/ruby/lib/jam_ruby/jam_track_importer.rb @@ -501,7 +501,7 @@ module JamRuby part = 'Clock' elsif potential_instrument == 'horns' || potential_instrument == 'horn' instrument = 'other' - part = 'Horns' + part = 'Horns' if potential_part.nil? elsif potential_instrument == 'english horn' instrument = 'other' part = 'English Horn' @@ -1650,7 +1650,7 @@ module JamRuby count+=1 end - if count > 100 + if count > 500 break end end