The definitive feature request & bug fix roadmap
-
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 -
Bug:
Sampler editor table columns can't be resizedFixed -
Feature Request:
Revert sample editor table to previous behaviour where the search box acted as a filter instead of having it select the filtered samples.Fixed by adding the
&
operator -
Feature Request: LAF for FrontEndMacroPanel
-
-
New Annoying Behavior
The ScriptContent tile now has its scrollbars permanently set like if a bigger interface was displayed.
This makes viewport scrolling and general work very annoying, as the whole interface moves in all directions...EDIT: Even more annoying, when you click outside of the interface and have a panel that is bigger (ie in a viewport), the panel is selected despite the edit mode isn't active. Very very dangerous thing...
Try clicking below the interface:
HiseSnippet 764.3ocsUssSSDDFdlRGkVDiX7AnWBIHYqBnIdgU5ASiBzXQh2gCyNkcB6NylYmErZLgK88wDu1GIeCz+YOzcqzfkl3d09e96+3LPqX7nHkFgqcz3PNBeOxvwRiWaOpPh52AguOYeZjgqajxZuwgznHtKBiW50VF3ZUQIe+5k6Q8oRFufEBcrRv3uUDHLEbGz5MBe+dTW9QhfRZucq9LkrsxWEC3YIhCJjxNmdF+.pUsJDD9NccEFkdngZ3QHb08TtiG5otTlp+whHwo9bKQSzPvQor6o7csH1xE01S36NHOuiPfWFTTEVJsJ7Hx9BWwD9EUiGjHnQgEkqG3J2D7Z9ugmyrfGtD7plBu0HCYZQnoPhEaqP5KgF0HJzBJCqTcQ3eRZq.EjlsBnmy6oAhIFr9tNNa1XGGmMdwnXIyHTxFJ4AJC+P45aT+K0qU+q0a72hFMZlxrgQq7845YJ11002jgqKiCNkq2rwET+X9DEgze556JyW8kkl0kTTI6KElCC4YzkGPxy5boNnIIaYVE4XYtIo1LTqf00avnrthsUmoNnpIoQ+vrFM28XA+xPk1fDt1NcNYSTRMp7JG5886PMzb2AdFhVHWaD1ZFtC+BXkLcNpFoCO5biJLQ2fPkzhC7cl6f+oIA9piZMt.EG15RgqwCgI3efQHOt3LOik5JLZ5Xc2zXsZ9DMUx8SByxjj+KGC3abYhPpF7QImUFZ4wLS8u88bHkw3ietE55aVv9sxM1mZldo2doKS.LoN01kcERFILiKeI7VbIvYtOTMuvcMx.gg4Ma7VYF3EZI+uwa1c0UIcGMhyLEfsJo2GVzin2Bn7NUrQHOaepQKfAJxAwACgmYXb.IRXLKxNbVwtLlR6XosUlgboaBwuguLgMsz3LgMyEhBnLs5DV5Jr8x8xIb.LISd.qF7RJP2XxNKg3rkCJ.dP4DFyVJdLf8YaySV.ad5BXy1KfM6r.1r6BXyyV.ad9MZi8s7WEaTAoqI.iAcStchwckTXJKYhD8G7osnkK
-
Feature: LAF for vector keyboard.
-
Feature Request:
Image SynthesisWay too exotic :)
-
Add a "numNodes" property to the Parametric EQ.
like:ParametricEQ1.set("numNodes", 5);
and a property "numNodesEditable", true/false
-
Feature Request:
Custom folder locationsNofix: too complicated & weird side effects.
Some solutions
- Option to modify the plugin folder location
- Option to make the whole folder movable with the dll files
In some cases the appdata folder is bad in terms of user friendliness.
For example:- If someone wants to use your plugin and has no clue about %APPDATA%
- If you want to store it external (to preserve internal storage, etc.)
-
Feature Request:
HQ Wavetable Synthesis with audio import function and similar (LAF adjustable) display below:
-
Bug:
Sample selection issue with merged multi-mics.Fixed.
-
Feature Request:
Playhead sync.Already there: https://docs.hise.audio/scripting/scripting-api/transporthandler/index.html
-
Minor Bug 1
Develop Version Won't Remember The Last States Of Parameters Connected To Nodes. "Minor Bug 2
File_Player's Pitch, Changes Drastically After Reopening The Project.Minor Bug 3
Not Possible To Script And Connect A Parameter To Nodes With The New Version.Fixed
-
Bug Report
By Enabling Audio Loop Player's loop Button And Then Clicking On Hise's Piano Keyboard You Will Get An Instant Crash.
Info: Latest Develop VersionFixed.
-
FIX: Parametriq EQ - Node numbering begins at 0 - perhaps better to begin them at "1" for the benefit of the user.
-
Feature:
AddMessage.setPan()
function.Nofix: Unfortunately the
HiseEvent
class can't be extended with more properties or it will violate the 128bit size requirement...