PrincessMtH/SNIFF

Porta Notes not detected

Closed this issue · 8 comments

Hello,
Uhm So when I try to chart with Sniff and I check the Porta checkbox It doesn't detect the notes as an individual alt note. It detects like a simple note.

Can you provide a generated .json file to showcase the issue?

Ok. I sent you a json example of cocoa but the mom notes are with Porta, and the flp of the cocoa song for check.
I'm new with SNIFF so I want to think that I made a mistake prob lol

cocoa example.zip

A small video for seeing what's the problem lol

2021-09-05.23-22-52.mp4

Using the .flp you provided, I was able to convert it with porta notes being processed no problem, so I'm not sure what the issue would be. The code where they're processed is very simple, and only checks for a single bit. It can be seen here:

SNIFF/SNIFF/Program.cs

Lines 552 to 553 in 60a317c

if ((notes[0].Flags & 0x10) == 0x10)
n.Add(true);

I don't know if there's anything that can really throw this off. Do you know if there's anything about your setup that might?

Maybe i have an outdated or bad FL studio or Sniff lol

Maybe is Fl Studio compatibility?

As I said before, I used the exact .flp file you provided. I can't actually open it myself as I use FL 11 to begin with, but the problem isn't with the file seeing as it worked properly.

Maybe it's the Sniff app?
Idk. It could be since you made the last public release on 30 of April.

I'll switch to fl studio 11 since there is 100% sure it'll work right lol