The definitive feature request & bug fix roadmap
-
Bug:
Preset Browser - Bank column appears empty after selecting a preset.@Christoph-Hart I just discovered that the Bank Column appears blank because it's trying to display the project folder User Presets content instead of the Expansion Bank.
Here's the settings currently in use:
ShowSaveButton: false, ShowFolderButton: false, ShowExpansionsAsColumn: true, ShowNotes: false, ShowEditButtons: true, ShowFavoriteIcon: true, NumColumns: 2, ColumnWidthRatio: [0.3, 0.3, 0.4]
This configuration shows 3 columns :
| Expansion | Bank | Preset |
Somewhere along the way, Bank gets reassigned with the Project Folder User Preset Bank instead of Expansion Bank.
Also appears the Favorites doesn't work with expansions. If I select the Star for a preset that's part of an expansion, hitting the Favorites Icon show No Results.
Bug:
Renaming a preset or saving a preset with a name that already exists causes instant crash in any DAW. -
Bug Report
childPanel painting issue.
The child panel is painted more than oncehttps://forum.hise.audio/topic/4278/childpanel-painting-issue
Done: https://github.com/christophhart/HISE/commit/010fa4f29bfc3eebeac89c1054aa74b3b7b02ccb
-
Feature Request
Add Perlin noise node oscillator
-
Feature Request
Could we have different stroke styles for using "drawPath" in the paintroutine?
JointStyle (mitered, curved & beveled)
EndCapStyle (butt, square & rounded)Done: https://github.com/christophhart/HISE/commit/1e083dc2563523557ccd3ee2e0a9690930ab3d78
-
Feature Request:
More Filter Types, or the possibility of creating our ownNofix: Make your own with SNEX.
-
Feature Request
MIDI out.
-
Feature Request: Wavetable Synth (working!) :)
-
Minor Bug
ServerController Tile => Delete button isn't momentaryMinor Improvement
Make the Note tile to save per project instead of global
UPDATE: and make it resizable... -
Missing API in codegen
Function / constant not found: Server.cleanFinishedDownloads
Should be fixed now.
-
Bug: Speed of the LFO modulator doubles when used with .getCurrentLevel(); on FX plugins. If current level of the modulator is between 0.8 and 1, the LFO speed increases.
-
Bug: distortion in the high end when using IPP and convolution reverb. It’s there even when setting the minimum sample rate to 9600. Makes IPP unusable for serious work. When HISE is built without IPP, there’s no such issue.
-
Bug: convolution reverb volume changes when sample rate is changed.
-
Bug: parameters not loading correct values on init on AAX plugins.
-
Feature request:
global modulators on FX plugins!Done: https://github.com/christophhart/HISE/commit/7028aa13c3c5612bf152620a3d1a8ca94702bc8b
-
Feature: Incorporate rlottie library directly in HISE so we don't need to ship it with our plugins separately.
-
repair the preset panel which presents the following problem; Preset search, when the expansion option is enabled, displays the results anyway. also, have the possibility of launching a general search and not targeted by category
-
Bug Fix
HISE does not respond to monophonic aftertouch correctly - it appears to accept CC129, but records the note velocity as the aftertouch value.
- Can we also make it assignable (CC129) in the right click menu like all the MID CC numbers (1-126)...
-
BUG:
this new feature is back to normal on develop branch. -
Bug: Monophonic harmonic filter still results in silence.
https://forum.hise.audio/topic/1213/monophonic-harmonic-filter-silence -
Bug:
Sampler editor table sorting resets on editFixed