The big bug tier list
-
@HISEnberg this looks awesome!!!



-
@Chazrox haha thanks it was just a small project for a class, now itβs just for running tests!
-
https://github.com/christophhart/HISE/issues/761
Wavetable Export β Residual Noise ignored
Preview applies residual noise correctly, but the exported HWT file bypasses it. All other settings are passed as expected. -
@Christoph-Hart is the Notch filter display (in Scriptode) a fiddly fix?
-
@DanH said in The big bug tier list:
Scriptnode Notch Filter has the incorrect display graph (shows Bandpass) and neither it or the bandpass filter graph respond to Q value changes. Currently impossible to use either with an External Filter Slot on the user interface...
Is there any chance of having this remedied in the near future? Makes working with the notch filter a bit confusing

-
This post is deleted! -
Envelopes in the scriptnode modulator - not recive Midi CC messages.
How recive midi cc events in scriptnode envelope mod? I has been add a Flex AHDSR, but this is no recive midi cc messages. i tried a more methods for a day, but i didnt take a resault.
Without scriptnode, build-in envelopes has recive midi cc messages...
i use it in sampler gain modulator, use it with sustain pedal, if i use midi_cc node - this is working, progress slider on this node - changed while i press/release my sustain pedal, but if i press pedal - any envelope do not apply sustain on sound.
https://github.com/christophhart/HISE/issues/782 -
@Christoph-Hart Is there an order for this bug list? I'm happy to work on some and I'd like to do more useful stuff than little edge case stuff.
-
@dannytaurus I repeat my annual-ish request for a proper bug/feature tracker :)
-
@David-Healey And I echo that, but I feel like we already have all we need in GitHub.
If folks aren't going to GitHub to post, upvote and comment on issues, how could we get them to go anywhere else, like Mantis?
I'm going through the GitHub issues to see what I can fix but it would be a lot easier if those issues had snippets, comments and votes.
-
@dannytaurus I find the github issues a bit messy, and only Christoph can add tags to issues so there is not really any options in terms of organisation. With a proper tracker the person making the report could add some categorisation to it (priority, severity, etc.) obviously people may misjudge these but it will at least give some indication.
It would also be good to have a voting system. Then we could sort the feature requests by most wanted, for example.
Also there are no issue templates on Christoph's repo - something I also requested - so there is no standardisation to the requests or reports. I think this would be a significant improvement. A good report should include the commit, preferably a snippet, a link to a forum post, OS version, standalone/plugin, etc. An issue template would mostly solve this.
-
-
@David-Healey All those problems seem fairly easy to fix within GitHub issues.
Tags/Labels
Christoph could assign you, or other trusted members, the Triage role which allows adding and removing labels, apply milestones, mark duplicates, etc.
Triage: Recommended for contributors who need to proactively manage issues, discussions, and pull requests without write access
Voting
We can use
emoji reactions for votes and sort by them in the UI.
or in the search bar:
is:issue is:open sort:reactions-+1-descIssue Template
Adding an issue template is easy enough. Folks might not use it, either as intended or at all. But it's very simple to add it as a PR and have Christoph merge it.
-
@dannytaurus said in The big bug tier list:
@Christoph-Hart Is there an order for this bug list? I'm happy to work on some and I'd like to do more useful stuff than little edge case stuff.
Well if you are looking for an important one that (I think) is pretty easy to diagnose and fix.....
-
@Lindon Should be fixed here: https://github.com/christophhart/HISE/pull/810
Haven't tested with a real controller yet, but in the code the 128 and 129 CCs were flipped, which would cause weird behaviour.
-
@DanH said:
Scriptnode Notch Filter has the incorrect display graph (shows Bandpass) and neither it or the bandpass filter graph respond to Q value changes. Currently impossible to use either with an External Filter Slot on the user interface...
https://github.com/christophhart/HISE/issues/703
Is there any chance of having this remedied in the near future? Makes working with the notch filter a bit confusing

Fixed with this PR: https://github.com/christophhart/HISE/pull/809
-
@dannytaurus You're on fire!
-
@aaronventure said in The big bug tier list:
Code-only UI declaration is broken because of this. This bug seems to have been around for at least 2.5 years!
Fixed here: https://github.com/christophhart/HISE/pull/811
-
@David-Healey
Best way to learn!