Update tunings to e8aab5b

This commit is contained in:
Jean Pierre Cimalando 2021-04-06 14:34:08 +02:00
parent 97597123c6
commit 1bd32a533f
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
Based on the Surge tuning library, revision 0aec52c, with small modifications
Based on the Surge tuning library, revision e8aab5b, with small modifications
https://github.com/surge-synthesizer/tuning-library

View file

@ -281,7 +281,7 @@ namespace Tunings
if( ! ( state == keys || state == trailing ) )
{
throw TuningError( "Incomplete KBM file. Ubable to get to keys section of file." );
throw TuningError( "Incomplete KBM file. Unable to get to keys section of file." );
}
if( key_index != res.count )