Skip to content

Instantly share code, notes, and snippets.

@creaktive
Created November 2, 2020 10:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save creaktive/cae8e75d7597e0f27cf6f11599f8b2c6 to your computer and use it in GitHub Desktop.
Save creaktive/cae8e75d7597e0f27cf6f11599f8b2c6 to your computer and use it in GitHub Desktop.
PianoTeq stats
find ~/.local/share/Modartt/Pianoteq/Archive/ -type f -name \*.mid | sort | perl -MYAML::XS -nE 'if ( m{(\d{4}-\d{2}-\d{2}).+?(\d+)\s+notes,\s+(\d+)\s+seconds} ) { $s{$1}{notes} += $2; $s{$1}{minutes} += $3 / 60 } else { die } }{ say Dump \%s'