Skip to content

Instantly share code, notes, and snippets.

@kn1kn1
Last active September 26, 2018 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kn1kn1/738fc1c5f09e90fd954302fa35151f13 to your computer and use it in GitHub Desktop.
Save kn1kn1/738fc1c5f09e90fd954302fa35151f13 to your computer and use it in GitHub Desktop.
sp-print-numbers.rb
puts "num of chords: #{chord_names.size}"
puts "num of scales: #{scale_names.size}"
puts "num of samples: #{sample_groups.reduce(0){|acc, g| acc + sample_names(g).size}}"
puts "num of effects: #{fx_names.size}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment