adds UI support and fixes a reading issue

This commit is contained in:
2023-02-27 15:16:55 +01:00
parent e44e4d0a05
commit 0105621be3
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ class FstFileParser {
}
public void getValueChanges(final int id, final int width, int timeScale, final EventList values) {
FstLibrary.fstReaderClrFacProcessMaskAll(fst);
FstLibrary.fstReaderSetFacProcessMask(fst, id);
FstLibrary.iterateValueChanges(fst, new ValueChangeCallback() {
@Override