Good day. I exported some samples with Loop Start and Loop End values to an .sfz file and surprisingly, the Loop End values don’t match the ones from Polyphone table (which are correct when comparing to the original sample values). It seems that while converting, Polyphone returns values that I was not able to spot anywhere
| SampleFile | RootNote | RootKey | RootNoteLow | RootNoteHigh | RootKeyLow | RootKeyHigh | LoVel | HiVel | SampleStart | SampleEnd | LoopStart | LoopEnd | LoopMode |
| Piano.wav | 28 | E1 | 0 | 28 | C-1 | E1 | 0 | 127 | 0 | 0 | 24979 | 3938 | loop_continuous |
| Piano.wav | 33 | A1 | 29 | 34 | F1 | A#1 | 0 | 127 | 0 | 0 | 26319 | 6365 | loop_continuous |
While the real values for Loop Start = 24979 and Loop End = 36707 / Loop Start = 26319, loop End = 39134. I could not spot the Loop End values from any column (3938/6365), so I have no idea were these values are coming from. Also notice that values lokey=28, hikey=0 are reversed. the correct way should be lokey=0, hikey=28.
Hope you can help fixing these issues.