HISE Logo Forum
    • Categories
    • Register
    • Login

    The definitive feature request & bug fix roadmap

    Scheduled Pinned Locked Moved Feature Requests
    222 Posts 27 Posters 32.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ustkU
      ustk
      last edited by Christoph Hart

      Add File object from absolute path string (I'm trying this one with no success...)
      (allow to easily dump a user preference of file and recall)

      Link Preview Image
      Add File object from absolute path string

      @ustk Could you explain this one a little more? Because I think you can already do this.

      favicon

      Forum (forum.hise.audio)

      Done: https://docs.hise.audio/scripting/scripting-api/filesystem/index.html#fromabsolutepath

      1 Reply Last reply Reply Quote 2
      • C
        crd
        last edited by crd

        Feature Request:
        MPE Modulators that function like other Hise Modulators (i.e. do not require the MPE floating tile in order to save and open correctly). The way Hise natively supports MPE is one of it's greatest strengths and it makes no sense for it to require the floating tile in order to work correctly.

        1 Reply Last reply Reply Quote 2
        • ustkU
          ustk
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 1
          • DimitrisSPD
            DimitrisSP
            last edited by Christoph Hart

            Midi Browser and drag'n'drop midi to DAW...Drum Plugins without these features are completely doomed!

            Drag to DAW is possible now using the MidiDropper. You can build a browser yourself with Viewports.

            1 Reply Last reply Reply Quote 12
            • ?
              A Former User
              last edited by

              Feature Request:

              Drag’n drop for the sampler module, same as the audio looper, so that users can drag their samples onto the interface (audio waveform display) into the engine.

              1 Reply Last reply Reply Quote 11
              • Dan KorneffD
                Dan Korneff
                last edited by

                I would love to have SideChain inputs available in the bus routing.

                Link Preview Image
                JUCE: Tutorial: Configuring the right bus layouts for your plugins

                favicon

                (docs.juce.com)

                Dan Korneff - Producer / Mixer / Audio Nerd

                1 Reply Last reply Reply Quote 8
                • A
                  alepan
                  last edited by

                  Possible bug: Scriptnode Oscillator - Triangular waveform doesn't sound like it should be. It seems to produce a glitch/distortion together with the tri wave.

                  1 Reply Last reply Reply Quote 1
                  • d.healeyD
                    d.healey
                    last edited by Christoph Hart

                    Bug: Duplicating a sound generator adds a Simple Envelope to the copy.

                    Fixed here

                    Libre Wave - Freedom respecting instruments and effects
                    My Patreon - HISE tutorials
                    YouTube Channel - Public HISE tutorials

                    1 Reply Last reply Reply Quote 1
                    • d.healeyD
                      d.healey
                      last edited by

                      Bug: Search and replace doesn't work

                      Link Preview Image
                      Search and Replace Doesn't Work!

                      Search and Replace Doesn't Work on the latest commit .....

                      favicon

                      Forum (forum.hise.audio)

                      Libre Wave - Freedom respecting instruments and effects
                      My Patreon - HISE tutorials
                      YouTube Channel - Public HISE tutorials

                      1 Reply Last reply Reply Quote 6
                      • Casey KolbC
                        Casey Kolb
                        last edited by Casey Kolb

                        Bug: Undo for ScriptPanels (would allow undo for all controls if this is fixed)

                        Link Preview Image
                        Two setValueWithUndo callbacks for ScriptPanel - Crashes HISE

                        Just noticed that there are two setValueWithUndo callbacks for ScriptPanels and the second one is the active one. Docs Reference However, because the second ...

                        favicon

                        Forum (forum.hise.audio)

                        Casey Kolb
                        Founder & CEO of Lunacy Audio
                        Composer | Producer | Software Developer

                        1 Reply Last reply Reply Quote 3
                        • NatanN
                          Natan
                          last edited by Christoph Hart

                          Bug Report:

                          Scriptnode's File Player, Won't Save It Last State!!!
                          Even The Audio File I Selected From The Explorer Wont Show Up, When I Reopen The Compiled Project :/

                          FilePlayer is being rewritten.

                          1 Reply Last reply Reply Quote 0
                          • Dan KorneffD
                            Dan Korneff
                            last edited by

                            Feature Request:

                            Additional Export formats.

                            AAX-DSP:
                            https://forum.juce.com/t/juce-to-aax-dsp-example-from-avid/35707

                            Reason Rack:
                            https://developer.reasonstudios.com/

                            Dan Korneff - Producer / Mixer / Audio Nerd

                            1 Reply Last reply Reply Quote 0
                            • LindonL
                              Lindon
                              last edited by Christoph Hart

                              Bug Report

                              Effect_Slot effects dont "listen" to channel assignments and always accept audio from channels 1 & 2

                              Fixed.

                              HISE Development for hire.
                              www.channelrobot.com

                              1 Reply Last reply Reply Quote 1
                              • Dan KorneffD
                                Dan Korneff
                                last edited by Dan Korneff

                                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.

                                Dan Korneff - Producer / Mixer / Audio Nerd

                                1 Reply Last reply Reply Quote 3
                                • ustkU
                                  ustk
                                  last edited by Christoph Hart

                                  Bug Report

                                  childPanel painting issue.
                                  The child panel is painted more than once

                                  Link Preview Image
                                  childPanel painting issue

                                  @Christoph-Hart This drove me crazy for hours until I found this might be a bug... In this example, a childPanel has a child at its right with the same alpha...

                                  favicon

                                  Forum (forum.hise.audio)

                                  Done: https://github.com/christophhart/HISE/commit/010fa4f29bfc3eebeac89c1054aa74b3b7b02ccb

                                  1 Reply Last reply Reply Quote 2
                                  • ustkU
                                    ustk
                                    last edited by

                                    Feature Request

                                    Add Perlin noise node oscillator

                                    1 Reply Last reply Reply Quote 1
                                    • ulrikU
                                      ulrik
                                      last edited by Christoph Hart

                                      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

                                      Hise Develop branch
                                      MacOs 15.3.1, Xcode 16.2
                                      http://musikboden.se

                                      DanHD 1 Reply Last reply Reply Quote 2
                                      • DanHD
                                        DanH @ulrik
                                        last edited by Christoph Hart

                                        Feature Request: More Filter Types, or the possibility of creating our own

                                        Nofix: Make your own with SNEX.

                                        DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                        https://dhplugins.com/ | https://dcbreaks.com/
                                        London, UK

                                        1 Reply Last reply Reply Quote 4
                                        • LindonL
                                          Lindon
                                          last edited by

                                          Feature Request

                                          MIDI out.

                                          HISE Development for hire.
                                          www.channelrobot.com

                                          DanHD 1 Reply Last reply Reply Quote 9
                                          • DanHD
                                            DanH @Lindon
                                            last edited by DanH

                                            Feature Request: Wavetable Synth (working!) :)

                                            DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                            https://dhplugins.com/ | https://dcbreaks.com/
                                            London, UK

                                            1 Reply Last reply Reply Quote 4
                                            • First post
                                              Last post

                                            16

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.3k

                                            Posts