Update tunings to e8aab5b
This commit is contained in:
parent
97597123c6
commit
1bd32a533f
2 changed files with 2 additions and 2 deletions
2
src/external/tunings/README.txt
vendored
2
src/external/tunings/README.txt
vendored
|
|
@ -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
|
https://github.com/surge-synthesizer/tuning-library
|
||||||
|
|
|
||||||
2
src/external/tunings/src/Tunings.cpp
vendored
2
src/external/tunings/src/Tunings.cpp
vendored
|
|
@ -281,7 +281,7 @@ namespace Tunings
|
||||||
|
|
||||||
if( ! ( state == keys || state == trailing ) )
|
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 )
|
if( key_index != res.count )
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue