raynebc wrote:Feedback does not store anything in milliseconds, so as I said, it's a limitation due to timing conversion. We'll wait to hear from thekiwimaddog to see if he is able to confirm how PS detects HOPOs. There's nothing I can do in the mean time.
PS does go by Note On to Note On for HOPO detection but I'm pretty sure this is how it's supposed to be. Many songs have tails which finish just before the next note that are not supposed to be HOPO. This also has to be true otherwise Extended Sustain HOPOs wouldn't work.
Does this have something to do with why any non sustained note in EOF has it's duration set to 1??
I may be wrong about this and if so I'll make the change.
Give me a min and I'll track down the problem notes in that MIDI.
Thanks
David
-- Edit: Tue Nov 09, 2010 10:13 am --
OK here is an example in that MIDI:
Code: Select all
ID:241 Delta Time:158 NOTE ON Channel:1 Data 1:97
ID:242 Delta Time:1 NOTE OFF Channel:1 Data 1:97
ID:243 Delta Time:162 NOTE ON Channel:1 Data 1:98
ID:244 Delta Time:479 NOTE OFF Channel:1 Data 1:98
As you can see the distance between the 2 notes is 163 Ticks, even if I was calculating from NOTE Off to Note On it would still be 162 Ticks.
Thanks
David