Transpose one octave less

[ci skip]
pull/25/head
probonopd 3 years ago committed by GitHub
parent 756881cdfe
commit d06aab6ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/kernel.cpp

@ -51,7 +51,7 @@ CStdlibApp::TShutdownMode CKernel::Run (void)
std::cout << "Loading hardcoded fmpiano_sysex...\n"; std::cout << "Loading hardcoded fmpiano_sysex...\n";
m_Dexed.loadVoiceParameters(fmpiano_sysex); m_Dexed.loadVoiceParameters(fmpiano_sysex);
m_Dexed.setTranspose(36); m_Dexed.setTranspose(24);
while(42==42) while(42==42)
{ {

Loading…
Cancel
Save