The definitive feature request & bug fix roadmap
-
Feature Request
Addenabled
property to button and slider LAF functions.Well it turns out it's really easy to implement so I did it myself, pull request incoming :)
-
BUG
Simple Reverb FX is sending a mono signal out - even when you put a stereo signal in...
-
BUG Can't drag more than 1493 samples from system file browser to mapping editor (Dragging from the internal HISE file browser works fine).Seems to just be an issue with one particular set of samples I had.
-
BUG Green loop overlay is displayed in wave editor even when
Enable Loop Playback
is disabled.This thread's such a mess, isn't it time to get a proper bug tracker set up?
-
BUG
Global Time Variant Modulator => Instant crash when enabling
Invert
whenUseTable
is already enabled and vice-versa -
SCRIPTNODE BUG
When deleting a modulator node, parameters that were connected to it stay greyed out
EDIT: In the same vein, when deleting a target node, the cable is still listed in the modulator connections -
SCRIPTNODE BUG
Nodes & containers => bypass buttons do nothing
-
FeatureRequest:
Implementation of the
JUCE VideoComponent Class
juce_video " playbackso that it is possible to load and play videos with HISE.
-
When removing/renaming a DSP network, the old one stays in the project XML, and so is still available in the script/network selector (probably until the script FX/Synth is removed)
-
** FEATURE REQUEST **
- We set up and use a proper bug tracker application.
-
@Lindon Lol yes this one escalated quickly...
I think y'all can stop posting feature requests for now - there's enough on that list to keep me busy for a while.
The only exception to that would be bugs that slipped in between master to develop as these are the most critical ones at this moment, so if you see them, please keep posting.
-
** FEATURE REQUEST **
Like we have:
Synth.noteOffDelayedByEventId(int eventID, int offset in milliseconds)
could we have:
Synth.noteOnDelayedByEventId(int eventID, int offset in milliseconds)
-
@Lindon Can't you do the same thing with
Synth.addNoteOn()
? -
@d-healey - sometime I think Im the dumbest person I know.......thanks.
-
SCRIPTNODE SYNTH
ScriptnodeVoiceKiller
module and/orenvelope.voice_manager
node doesn't seem like doing the job. Although I'm not sure how to use the voice_manager node and what it's meant to do (aside from manually killing all active voices with a mouse-click)... -
ZIP API
__MACOSX
folders are unhidden after extraction.
My system shows all hidden files, but when I manually extract a ZIP I don't see them. So why are they appearing when I extract the same ZIP from Hise? -
BUG? DEVELOP BRANCH
The API:
const var tableProcessor = Synth.getTableProcessor("LFO Modulator1");
causes the below error...
LFO Modulator1 was not found. {SW50ZXJmYWNlfHwxNTh8NXw1MQ==}
-
This post is deleted! -
@DanH This is weird, in the Develop branch LFO isn't a table processor, but in the master branch it is.
-
Oh yes that slipped in during the transition. It's definitely supposed to be a table processor...