HISE Logo Forum
    • Categories
    • Register
    • Login

    Sysex ?

    Scheduled Pinned Locked Moved General Questions
    8 Posts 4 Posters 568 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.
    • lalalandsynthL
      lalalandsynth
      last edited by

      I need to make a plugin that only has the purpose of sending sysex.
      Is this possible ? I know sysex was removed at some point .

      If not I could make it in Juce but could I somehow make the gui in HISE and use that in Juce ?

      I would love to be able to make the gui in Hise if possible.

      https://lalalandaudio.com/

      https://lalalandsynth.com/

      https://www.facebook.com/lalalandsynth

      https://www.facebook.com/lalalandsynth

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

        @lalalandsynth I'm not familiar with this but I think it is more the opposite, work in Hise and put your C++ code into the AdditionalSourceCode folder. Have a look at the documentation. Since JUCE is incorporated into Hise, the base is already here.

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

        1 Reply Last reply Reply Quote 1
        • lalalandsynthL
          lalalandsynth
          last edited by

          @ustk said in Sysex ?:

          ut I think it is more the opposite, work in Hise and put your C++ code into the AdditionalSourceCode folder. Have a

          Does anyone have any additional information on this ,was Sysex removed and is it still not implemented ?

          Also any info on whether I can somehow get the Hise gui into Juce ?

          https://lalalandaudio.com/

          https://lalalandsynth.com/

          https://www.facebook.com/lalalandsynth

          https://www.facebook.com/lalalandsynth

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

            @lalalandsynth Can someone confirm this Sysex issue?
            I would need to send and receive a string of sysex for this plugin.

            https://lalalandaudio.com/

            https://lalalandsynth.com/

            https://www.facebook.com/lalalandsynth

            https://www.facebook.com/lalalandsynth

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

              @lalalandsynth yes that is correct, I've stripped SysEx support for the entire MIDI processing inside HISE because SysEx message are the only reason why the MIDI message might have a dynamic length and by removing those I could do a few optimisations to the internal MIDI handling.

              Now if you want to send SysEx messages, you can build your GUI in HISE and use a ExternalFloatingTile (take a look at this example project) where you add the JUCE code that opens a juce::MidiOutput and sends the raw sysex data.

              lalalandsynthL jonhallurJ 3 Replies Last reply Reply Quote 1
              • lalalandsynthL
                lalalandsynth @Christoph Hart
                last edited by

                @christoph-hart https://github.com/christophhart/hise_tutorial/issues/1

                https://lalalandaudio.com/

                https://lalalandsynth.com/

                https://www.facebook.com/lalalandsynth

                https://www.facebook.com/lalalandsynth

                1 Reply Last reply Reply Quote 0
                • jonhallurJ
                  jonhallur @Christoph Hart
                  last edited by

                  @christoph-hart how do you respond to events from JS in C++ and how could C++ pass information back to the UI JS code. I spent a few hours after implementing the SysEx, but could not find a way to register event across.

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

                    @christoph-hart Would also be interesting if we could output CC from an LFO using the same method , or a different one ? Is this possible somehow ?

                    https://lalalandaudio.com/

                    https://lalalandsynth.com/

                    https://www.facebook.com/lalalandsynth

                    https://www.facebook.com/lalalandsynth

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

                    11

                    Online

                    1.8k

                    Users

                    11.9k

                    Topics

                    103.8k

                    Posts