HISE Logo Forum
    • Categories
    • Register
    • Login

    Midi note 60 (hostIsPlaying) FX_Only ? Why ?

    Scheduled Pinned Locked Moved General Questions
    17 Posts 5 Posters 907 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.
    • Christoph HartC
      Christoph Hart @ulrik
      last edited by

      Could get rid of that but would love to know why this is ?

      I think that is a super old code snippet that causes the LFO to restart when the playback starts.

      Given the new synchronisation options with the TransportHandler class I actually don't see why it needs to be there anymore.

      1 Reply Last reply Reply Quote 1
      • lalalandsynthL
        lalalandsynth @d.healey
        last edited by lalalandsynth

        @d-healey @ulrik Our CC Output is working for Reaper and Live, havent tested midi output from anything else like the arp etc.

        I am at work at the moment but I can put up a snippet later if that will help.
        EDIT: our plugin uses a timer to make the CC data, so that is definitely different than what you are trying to achieve.

        https://lalalandaudio.com/

        https://lalalandsynth.com/

        https://www.facebook.com/lalalandsynth

        https://www.facebook.com/lalalandsynth

        ulrikU 1 Reply Last reply Reply Quote 2
        • ulrikU
          ulrik @lalalandsynth
          last edited by

          @lalalandsynth said in Midi note 60 (hostIsPlaying) FX_Only ? Why ?:

          @d-healey @ulrik Our CC Output is working for Reaper and Live, havent tested midi output from anything else like the arp etc.

          I am at work at the moment but I can put up a snippet later if that will help.
          EDIT: our plugin uses a timer to make the CC data, so that is definitely different than what you are trying to achieve.

          Yes but still, you manage to get the CC out from the plugin, so I guess it's the same procedure with getting notes out so I would love a small snippet if you're able to :)

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

          lalalandsynthL 1 Reply Last reply Reply Quote 0
          • lalalandsynthL
            lalalandsynth @ulrik
            last edited by

            @ulrik Using a timer would not be advisable for midi, its not very precise and quite jittery. But I will make a snippet :)

            https://lalalandaudio.com/

            https://lalalandsynth.com/

            https://www.facebook.com/lalalandsynth

            https://www.facebook.com/lalalandsynth

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

              its not very precise and quite jittery.

              The timer with the onTimer callback is sample accurate (you can get the exact sample position of the timer event with Message.getTimestamp() inside the callback).

              The other timers Engine.createTimerObject() etc. are UI timers so they are jittery by design.

              1 Reply Last reply Reply Quote 0
              • ulrikU
                ulrik @lalalandsynth
                last edited by

                @lalalandsynth said in Midi note 60 (hostIsPlaying) FX_Only ? Why ?:

                Could get rid of that but would love to know why this is ?!

                How did you do to remove midi note 60, do you have a solid solution?
                I would really appreciate it.

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

                lalalandsynthL 1 Reply Last reply Reply Quote 0
                • lalalandsynthL
                  lalalandsynth @ulrik
                  last edited by

                  @ulrik It can be removed from the code and then just build Hise again, but it would be better if it were fixed in master so we dont have to maintain our own fork.

                  Having said that, @jonhallur is the programmer in our projects, maybe he can chime in.

                  https://lalalandaudio.com/

                  https://lalalandsynth.com/

                  https://www.facebook.com/lalalandsynth

                  https://www.facebook.com/lalalandsynth

                  ulrikU d.healeyD 2 Replies Last reply Reply Quote 2
                  • ulrikU
                    ulrik @lalalandsynth
                    last edited by

                    @lalalandsynth 👍

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

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

                      @lalalandsynth Make a pull request :)

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

                      lalalandsynthL jonhallurJ 2 Replies Last reply Reply Quote 1
                      • lalalandsynthL
                        lalalandsynth @d.healey
                        last edited by

                        @d-healey Yes, we discussed that :)

                        https://lalalandaudio.com/

                        https://lalalandsynth.com/

                        https://www.facebook.com/lalalandsynth

                        https://www.facebook.com/lalalandsynth

                        1 Reply Last reply Reply Quote 1
                        • jonhallurJ
                          jonhallur @d.healey
                          last edited by

                          @d-healey said in Midi note 60 (hostIsPlaying) FX_Only ? Why ?:

                          @lalalandsynth Make a pull request :)

                          Do you have an guidelines or rules one must follow when doing pull requests?

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

                            @jonhallur As far as I know there are none, except you'll need to sign an agreement to give Christoph permission to use your code. You can take a look at some of the previous pull requests - https://github.com/christophhart/HISE/pulls

                            I would recommend you keep the pull request as clean as possible - use git cherry-pick to include your changes on top of the latest develop branch.

                            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.8k

                            Topics

                            102.4k

                            Posts