HISE Logo Forum
    • Categories
    • Register
    • Login

    MIDI out?

    Scheduled Pinned Locked Moved General Questions
    29 Posts 8 Posters 1.7k 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.
    • ulrikU
      ulrik @d.healey
      last edited by

      @d-healey I had it enabled when I compiled and tried the plugin before, I'm compiling right now without it enabled, I'll let you know what happens

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

      1 Reply Last reply Reply Quote 0
      • ulrikU
        ulrik @d.healey
        last edited by

        @d-healey It works the same in the plugin I tried, enabled or disabled.
        (arpeggiator so it creates its own midi events, however the arp is triggered by an incoming keypress  😳

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

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

          What about this - https://github.com/christophhart/HISE/commit/65cf260b7057853c187d4a4ac1147707a83bb5c0 ?

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

          ulrikU lalalandsynthL 2 Replies Last reply Reply Quote 2
          • ulrikU
            ulrik @d.healey
            last edited by

            @d-healey interesting, thanks :)

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

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

              @d-healey NIIICE!

              https://lalalandaudio.com/

              https://lalalandsynth.com/

              https://www.facebook.com/lalalandsynth

              https://www.facebook.com/lalalandsynth

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

                @Christoph-Hart Is this the option you referred to in another thread?

                Plugin MIDI Output

                5910d15b-9e13-4530-b96a-2be48c2755bf-image.png

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

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

                  @d-healey yes

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

                    @Christoph-Hart Where do you enable it?

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

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

                      @ulrik 06568865-ba5b-4e1d-a18d-d4594a1f9401-image.png

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

                      ulrikU 1 Reply Last reply Reply Quote 2
                      • ulrikU
                        ulrik @d.healey
                        last edited by

                        @d-healey Haven't that option always been there? So what is the difference now?

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

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

                          @ulrik Now Christoph has implemented MIDI out

                          Link Preview Image
                          - added `Message.sendToMidiOut()` API call to send artificial MIDI me… · christophhart/HISE@65cf260

                          The open source framework for sample based instruments - - added `Message.sendToMidiOut()` API call to send artificial MIDI me… · christophhart/HISE@65cf260

                          favicon

                          GitHub (github.com)

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

                          ulrikU 1 Reply Last reply Reply Quote -1
                          • ulrikU
                            ulrik @d.healey
                            last edited by

                            @d-healey Ok, so how is it used, set it in the Noteon and off callbacks and it will forward the events to output?

                            Message.sendToMidiOut()
                            

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

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

                              @ulrik I've never tried it :)

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

                              ulrikU 1 Reply Last reply Reply Quote 1
                              • ulrikU
                                ulrik @d.healey
                                last edited by

                                @d-healey Ok, now's the time! 👍

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

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

                                  set it in the Noteon and off callbacks and it will forward the events to output?

                                  Yes, exactly.

                                  ulrikU NatanN 2 Replies Last reply Reply Quote 2
                                  • ulrikU
                                    ulrik @Christoph Hart
                                    last edited by

                                    @Christoph-Hart 👍

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

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

                                      @Christoph-Hart said in MIDI out?:

                                      set it in the Noteon and off callbacks and it will forward the events to output?

                                      Yes, exactly.

                                      Like This:

                                      function onNoteOff()
                                      {
                                      	Message.sendToMidiOut();
                                      }
                                       
                                      

                                      But i see no midi getting out of Hise Plugin Inside the Ableton :/
                                      Just tried with an Arpeggiator

                                      P 1 Reply Last reply Reply Quote 0
                                      • P
                                        ps @Natan
                                        last edited by

                                        Has anybody got the Midi Out function working in a compiled plug-in? It works in theory for me (juce plug-in host) but in the Daw (live) with the proper routing I’m just getting the input notes and not the midi the plug-in is creating.

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

                                        19

                                        Online

                                        1.7k

                                        Users

                                        11.9k

                                        Topics

                                        103.3k

                                        Posts