HISE Logo Forum
    • Categories
    • Register
    • Login

    The definitive feature request & bug fix roadmap

    Scheduled Pinned Locked Moved Feature Requests
    222 Posts 27 Posters 29.4k 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.
    • UD AUDIOU
      UD AUDIO
      last edited by UD AUDIO

      Feature request:
      What about multi user functionality for live collaboration in HISE using a VPN etc?
      There is a new blender add-on for this or unreal engine for example.
      https://ubisoft-mixer.readthedocs.io/en/latest/index.html

      1 Reply Last reply Reply Quote 0
      • S
        sakorada
        last edited by

        BUG!
        On Window
        Can't Compile 32bit VSTI with Latest Develop Branch
        ( 3601a8620539934ceb33df48237cec9409de8752 )

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

          BUG?

          In Ableton when using a Macro control on a knob on the UI (in this case the macro is an LFO) the Macro data is being sent to Ableton's 'changed state' info. This makes Undos impossible as the data is continuous.

          I guess in theory it's all working correctly - the LFO moves the UI control, and because the automation parameters are in use on that control, if the control moves it will update the automation lane and data.

          Can there be any workaround that prevents automation data being sent when a UI control is be controlled by a Macro?

          ezgif-1-ece7dd641170.gif

          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 ustk

            BUG FROM LAST COMMIT

            @Christoph-Hart Updated to last commit and got an error for timer objects:

            Interface:! ReceiveRecording.js (7): Unknown function 'stopTimer' {SW50ZXJmYWNlfFJlY2VpdmVSZWNvcmRpbmcuanN8MTM5fDd8MjM=}
            
            

            Context:

            const var timer = Engine.createTimerObject();
            
            timer.setTimerCallback(function()
            {
            	this.stopTimer(); // Throws an error and even crashes Hise after a moment
            });
            timer.startTimer(2000);
            

            but timer.stopTimer(); works inside the CB. Strangely, it was also working before the last commit...

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

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

              @DanH said in The definitive feature request & bug fix roadmap:

              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

              @d-healey said in The definitive feature request & bug fix roadmap:

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

              Nope, The Green Box (Around The Audiowaveform)
              Still Shows Up And Won't Hides On Compiled Plugin.

              AudioWaveform Connected To Sampler

              MikeBM ? 2 Replies Last reply Reply Quote 0
              • MikeBM
                MikeB @Natan
                last edited by

                @Natan Workflow until the BugFix
                Put it in a panel and give it the position (-1, -1, panel.width +1, panel.height +1)
                So the frame disappears behind the panel

                "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
                • ?
                  A Former User @Natan
                  last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • NatanN
                    Natan @MikeB
                    last edited by Natan

                    @MikeB No Need For That, I Hacked The Entire Border On Source Code, To Make It Minimal, Waiting For A Bug To Get Fixed For PopUp's, After That Going To Make My Own Changes To The Source Code :)

                    My Version :) Minimal | Flat | Elegant | Eye Catchy
                    Sampler, Has No Dragging Start/End Points,
                    @Christoph-Hart So I Believe This Can Be A Request To Having The Choice To Selecting Border(true) Border(False)

                    Screenshot 2021-08-20 194845.png

                    ? 1 Reply Last reply Reply Quote 1
                    • NatanN
                      Natan
                      last edited by

                      FeatureRequest:
                      An Option To Enabling / Disabling The Borders Around The AudioWaveform

                      Sampler Has Nothing To Do With It!!! So Why Not?

                      1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @Natan
                        last edited by

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • ustkU
                          ustk @Christoph Hart
                          last edited by ustk

                          I'm sure it is already hard for Christoph to follow all the requests we do, so I personally think it might be a good thing for all of us to follow this rule:

                          @Christoph-Hart said in The definitive feature request & bug fix roadmap:

                          Hi everybody,

                          ... Any discussion about a certain bug / feature should be a dedicated thread (you can add a link to the discussion thread in the post).

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

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

                            Really enjoying the new autocomplete features.

                            One question. Using the F8 key we can assign a type to function parameters. Is there a reason you didn't choose to allow the type to be assigned directly in the parenthesis?

                            i.e. inline function myCallback(ScriptButton component)?

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

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

                              Function parameters canβ€˜t have a type specifier in Javascript so this would break many language idioms.

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

                                Both the console and the script editor seem to be using the code editor font size in preferences as the default font size and this is making the console font much larger than the code editor font.

                                6dd96342-a34d-4550-a8c0-5a68640728ef-image.png

                                d8b66dff-7deb-452e-a50c-1c1619e1c364-image.png

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

                                NatanN 1 Reply Last reply Reply Quote 1
                                • NatanN
                                  Natan @d.healey
                                  last edited by

                                  @d-healey And Another Thing That I Noticed Is That Right Clicking On Console, To Cleaning Up The Reports Is Laggy.
                                  Some Times Works, Sometimes Need 3/4/5 Clicks To Get The Pop Up To Clean The Console.

                                  MikeBM 1 Reply Last reply Reply Quote 2
                                  • MikeBM
                                    MikeB @Natan
                                    last edited by

                                    @Natan on my Mac it works as usual!
                                    Are you on Windows?

                                    "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

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

                                      Feature request Global setting to disable line breaks in the new script editor.

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

                                      MikeBM 1 Reply Last reply Reply Quote 1
                                      • MikeBM
                                        MikeB @d.healey
                                        last edited by

                                        @d-healey said in The definitive feature request & bug fix roadmap:

                                        Feature request Global setting to disable line breaks in the new script editor.

                                        Bildschirmfoto 2021-08-21 um 19.57.13.png

                                        ??!

                                        "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

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

                                          @MikeB Yes but when you open a new project you have to do it again. I want to turn it off for every project.

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

                                          MikeBM 1 Reply Last reply Reply Quote 1
                                          • MikeBM
                                            MikeB @d.healey
                                            last edited by

                                            @d-healey I understand πŸ‘

                                            "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

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

                                            11

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.3k

                                            Posts