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.
    • LindonL
      Lindon
      last edited by Christoph Hart

      Feature request
      Message.isNoteActive(id)

      Done: Synth.isArtificialEventActive() - only works with artificial events, but it should cover almost all use cases of this method.

      HISE Development for hire.
      www.channelrobot.com

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

        Feature Set number of times to play loop. A sampler option (probably) that lets us specify the number of times a loop should play before continuing on to the end of the sample (with the option of endless looping of course).

        Nah, that's too complicated (plus I think the streaming engine caps away the audio material after the loop point so making this edge case work would be super complicated).

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

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

          Bug or Stupid Greg 2.0
          The Server.getPendingCalls() I implemented does not seem reliable.
          The array length is zero while I still have a pending call in the serverController. The thread shouldn't be empty right?

          EDIT: It seems that to get at least 1 element, you need at least 2 calls pending. Otherwise with 1 call at a time it stays empty...

          EDIT2: I changed the method to use getNumPendingRequests instead but the result is the same...

          Can't help pressing F5 in the forum...

          DanHD 1 Reply Last reply Reply Quote 0
          • DanHD
            DanH @ustk
            last edited by

            Feature Request: TABLE CURVES: An alternative to having to use the mousewheel to curve the paths. I think its much more intuitive to either have a 'curve node' in the middle of each path or just being able to grab the path line itself and move it (the path would need to react to mouse hover)

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

            1 Reply Last reply Reply Quote 1
            • UD AUDIOU
              UD AUDIO
              last edited by UD AUDIO

              Bug:
              bb5641f9-6abe-4d6e-a3fe-32fff3a66672-grafik.png

              1 Reply Last reply Reply Quote 1
              • UD AUDIOU
                UD AUDIO
                last edited by

                Bug:
                Can't set a table curve back to 50%
                once it was set to 100 or 0 using mouse wheel.

                It jumps from 47 and 52 if you move from 0 to 100
                and from 53 to 48 if you move from 100 to 0.

                1 Reply Last reply Reply Quote 1
                • UD AUDIOU
                  UD AUDIO
                  last edited by UD AUDIO

                  Feature Request:
                  More advanced LFO
                  -Panning
                  -Wider frequency range (maybe stepwise)
                  -Bars/Beats settings

                  For more, you might take a look
                  at the bottom functions on the GUI in the first screenshot here:
                  https://forum.hise.audio/topic/4368/lfo-functionality-rhythm-editor-etc

                  DanHD 1 Reply Last reply Reply Quote 1
                  • DanHD
                    DanH @UD AUDIO
                    last edited by

                    BUG?

                    AudioWaveform now has a nice green box around it in Develop Branch that can't be changed / removed

                    Screenshot 2021-06-30 at 11.22.05.png

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

                    d.healeyD NatanN 2 Replies Last reply Reply Quote 1
                    • LindonL
                      Lindon
                      last edited by

                      Feature Request

                      It would be nice to be able to set the line width in Custom drawn tables...and in LFO displays:

                      bce8aa43-92a6-45fb-a1b8-0d72e95de21b-image.png

                      d041a7ad-8c2b-4720-9838-376a543044bf-image.png

                      HISE Development for hire.
                      www.channelrobot.com

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

                        @Lindon Unless I'm wrong, I reckon it is the job of the Table LAF
                        https://docs.hise.audio/glossary/custom_lookandfeel.html#table-editor

                        Can't help pressing F5 in the forum...

                        LindonL 1 Reply Last reply Reply Quote 2
                        • d.healeyD
                          d.healey @DanH
                          last edited by

                          @DanH I think that will disappear once you compile. It's the same for tables.

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

                          DanHD 1 Reply Last reply Reply Quote 1
                          • DanHD
                            DanH @d.healey
                            last edited by DanH

                            @d-healey indeed you are right. Better to remove altogether imo :)

                            I had the exporter pointing to wrong version of HISE, the compiled plugin using develop branch crashes on load 😆

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

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

                              BUG FIX:

                              Issue when changing sample maps that manages to trigger fx in send / return using routing matrix

                              EDIT - potentially something to do with Simple Gain module as this can still happen without using the Routing Matrix

                              Link Preview Image
                              Combo Box / FX / Routing Matrix Bug

                              @DanH said in Combo Box / FX / Routing Matrix Bug: trigger my reverb mix gain What does trigger mean?

                              favicon

                              Forum (forum.hise.audio)

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

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

                                Node Feature
                                envelope.simple_ar doesn't yet have an external data slot menu.

                                Can't help pressing F5 in the forum...

                                1 Reply Last reply Reply Quote 1
                                • MikeBM
                                  MikeB
                                  last edited by

                                  BUG AudioLoopPlayer is empty

                                  In my current project, they appear at init through Engine.loadAudioFilesIntoPool();
                                  a sample in the AudioLoopPlayer. Others are loaded via script.

                                  if I open the project with the last develop version
                                  the AudioLoopPlayer is empty
                                  Loading samples via script does not work!

                                  "One hour of trial and error can save 10 minutes of reading the manual."
                                  "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
                                  HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

                                  NatanN 1 Reply Last reply Reply Quote 0
                                  • NatanN
                                    Natan @MikeB
                                    last edited by

                                    @MikeB You Need To Change The Audiowaveform Index To 0 And It Will Show Up :)

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

                                      Feature Request

                                      Its a bit of a pain every time I build a new HISE image to have to go modify the source to account for these so....:

                                      The ability to set (in ProJucer) the text of a couple of dialog boxes:

                                      • audio interface not found:

                                      Link Preview Image
                                      Looking for... audio interface not found message

                                      @Lindon (y) I hope you are right.

                                      favicon

                                      Forum (forum.hise.audio)

                                      The Samples not found dialog:

                                      Link Preview Image
                                      "The sample directory does not exist" - how can I change this text?

                                      How can I change the text on this window?

                                      favicon

                                      Forum (forum.hise.audio)

                                      So can we have a couple of variables like the one for envelope animation...?

                                      HISE Development for hire.
                                      www.channelrobot.com

                                      d.healeyD ustkU 2 Replies Last reply Reply Quote 0
                                      • d.healeyD
                                        d.healey @Lindon
                                        last edited by

                                        @Lindon Can't those dialogs (including text) be customised with LAF?

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

                                        LindonL 1 Reply Last reply Reply Quote 0
                                        • LindonL
                                          Lindon @d.healey
                                          last edited by Lindon

                                          @d-healey - not that I am aware of - they are not in your application - HISE triggers them.

                                          HISE Development for hire.
                                          www.channelrobot.com

                                          d.healeyD 2 Replies Last reply Reply Quote 0
                                          • d.healeyD
                                            d.healey @Lindon
                                            last edited by

                                            @Lindon I'll check

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

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

                                            18

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.3k

                                            Posts