--- gigedit/trunk/src/gigedit/mainwindow.cpp 2013/09/05 00:49:13 2464 +++ gigedit/trunk/src/gigedit/mainwindow.cpp 2013/09/05 03:02:48 2466 @@ -1624,6 +1624,7 @@ &instrument, sizeof(instrument)) != SF_FALSE) { sample->MIDIUnityNote = instrument.basenote; + sample->FineTune = instrument.detune; if (instrument.loop_count && instrument.loops[0].mode != SF_LOOP_NONE) { sample->Loops = 1;