HISE Logo Forum
    • Categories
    • Register
    • Login

    HISE multiple outputs

    Scheduled Pinned Locked Moved General Questions
    82 Posts 11 Posters 15.2k 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
      last edited by

      If you can get your hands on a different DAW it might be helpful to know if it's working there.

      1 Reply Last reply Reply Quote 0
      • Dan KorneffD
        Dan Korneff
        last edited by

        I was able to do a test with Reaper. Although it was able to detect multi out, they are not responding. I`ve captured my screen so you could see what I'm seeing.

        Reaper HISE video

        Dan Korneff - Producer / Mixer / Audio Nerd

        1 Reply Last reply Reply Quote 0
        • Dan KorneffD
          Dan Korneff
          last edited by

          And here's what I'm seeing on Cubase

          Cubase HISE

          Dan Korneff - Producer / Mixer / Audio Nerd

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

            Thanks, I‘ll take a look soon (I am a little busy right now).

            1 Reply Last reply Reply Quote 0
            • Dan KorneffD
              Dan Korneff
              last edited by

              Thanks! I appreciate your help

              Dan Korneff - Producer / Mixer / Audio Nerd

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

                Ah it seems like the transition to JUCE 5 broke the multichannel version.

                A fix for this is available on the multichannel_fix branch, however I can't merge it to the master branch as long as I tested it thoroughly on all platforms (this is something that is most likely to break functionality on certain DAWs).

                1 Reply Last reply Reply Quote 0
                • Dan KorneffD
                  Dan Korneff
                  last edited by

                  Excellent! I'll test this out on my 2 rigs and report back.

                  Dan Korneff - Producer / Mixer / Audio Nerd

                  1 Reply Last reply Reply Quote 0
                  • staiffS
                    staiff
                    last edited by

                    downloaded the multichannel example.

                    But just a question:
                    why it's written in the "readme" that we must have the 1.5.2 to work with, but seems that it work (project in hise only, not compiled and tested it) in the last 1.5.1 version ?

                    In this case where is the 1.5.2 ... searched it and didn't find it ...

                    Excuse me i'm French.

                    1 Reply Last reply Reply Quote 0
                    • Dan KorneffD
                      Dan Korneff
                      last edited by

                      I just tried compiling this update. Getting an error.
                      1>Done building project "HISE_SharedCode.vcxproj" -- FAILED.
                      2>------ Build started: Project: HISE_VST, Configuration: Release MultiChannel x64 ------
                      2>include_juce_audio_plugin_client_VST2.cpp
                      2>LINK : fatal error LNK1181: cannot open input file 'HISE x64 16 Out.lib'
                      2>Done building project "HISE_VST.vcxproj" -- FAILED.
                      ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

                      Dan Korneff - Producer / Mixer / Audio Nerd

                      1 Reply Last reply Reply Quote 0
                      • staiffS
                        staiff
                        last edited by staiff

                        working with the last "1.5.1" version as vst plugin (64bits), but:

                        always the "install samples/load samples" window at the first launch when it's a simple synth...
                        0_1520267100088_loadagain.png

                        Excuse me i'm French.

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

                          @dustbro try a clean reinstall. This looks like an intermediate file from an old version sticking around.

                          Dan KorneffD 1 Reply Last reply Reply Quote 0
                          • staiffS
                            staiff
                            last edited by

                            LOL !
                            just i had reply few minutes ago here:
                            http://forum.hise.audio/topic/584/has-anybody-build-recently-the-last-code-source-of-hise/12

                            must cleaning again my PC database and restart from fresh install ...

                            Excuse me i'm French.

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

                              Try using git for versioning. This way you can jump back in time without duplicating the folders.

                              1 Reply Last reply Reply Quote 0
                              • Dan KorneffD
                                Dan Korneff @Christoph Hart
                                last edited by

                                @christoph-hart Without sounding like too much of a noob (which I am), is there any place that details how to do a "clean install"?
                                In projucer, I've selected Build -> Clean All
                                In Visual Studio, I've seleced Build -> Clean HISE VST
                                and I removed the plugin folder from the old hise plugin.
                                What else is there to do?

                                Dan Korneff - Producer / Mixer / Audio Nerd

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

                                  1. Delete the HISE source code folder
                                  2. Download the archive again and extract it to a new folder, then add all SDKs.
                                  3. Use the projucer from the HISE source code to resave the HISE Standalone project, open it in the IDE and compile it.
                                  Dan KorneffD 1 Reply Last reply Reply Quote 0
                                  • Dan KorneffD
                                    Dan Korneff @Christoph Hart
                                    last edited by

                                    @christoph-hart Thanks for the reply! It got me a little closer, but still getting errors.

                                    1>------ Build started: Project: HISE_SharedCode, Configuration: Release MultiChannel x64 ------
                                    1>PluginProcessor.cpp
                                    1>BinaryData.cpp
                                    1>include_hi_backend.cpp
                                    1>include_hi_components.cpp
                                    1>include_hi_core.cpp
                                    1>include_hi_dsp.cpp
                                    1>include_hi_dsp_library.cpp
                                    1>include_hi_lac.cpp
                                    1>include_hi_modules.cpp
                                    1>include_hi_sampler.cpp
                                    1>include_hi_scripting.cpp
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_core.cpp)
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\Source\PluginProcessor.cpp)
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_backend.cpp)
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_components.cpp)
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_dsp.cpp)
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp)
                                    1>include_hi_streaming.cpp
                                    1>include_juce_audio_basics.cpp
                                    1>include_juce_audio_devices.cpp
                                    1>include_juce_audio_formats.cpp
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_sampler.cpp)
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.cpp(411): warning C4244: 'argument': conversion from 'float' to 'int', possible loss of data (compiling source file ....\JuceLibraryCode\include_hi_modules.cpp)
                                    1>c:\users\studio a\desktop\hise 1.5\hise-master\hi_modules\effects/fx/Analyser.h(264): error C3806: ',': unexpected token, expected either a '{' or a member-initializer (compiling source file ....\JuceLibraryCode\include_hi_scripting.cpp)
                                    1>include_juce_audio_plugin_client_utils.cpp
                                    1>include_juce_audio_processors.cpp
                                    1>include_juce_audio_utils.cpp
                                    1>include_juce_core.cpp
                                    1>include_juce_cryptography.cpp
                                    1>include_juce_data_structures.cpp
                                    1>include_juce_events.cpp
                                    1>include_juce_graphics.cpp
                                    1>include_juce_gui_basics.cpp
                                    1>include_juce_gui_extra.cpp
                                    1>include_juce_opengl.cpp
                                    1>include_juce_product_unlocking.cpp
                                    1>Done building project "HISE_SharedCode.vcxproj" -- FAILED.
                                    2>------ Build started: Project: HISE_VST, Configuration: Release MultiChannel x64 ------
                                    2>include_juce_audio_plugin_client_VST2.cpp
                                    2> Creating library C:\Program Files\VST Plugins\VST\HISE x64 16 Out.lib and object C:\Program Files\VST Plugins\VST\HISE x64 16 Out.exp
                                    2>Generating code
                                    2>c:\program files\hise-master\juce\modules\juce_core\containers\juce_variant.cpp(478): warning C4702: unreachable code
                                    2>c:\program files\hise-master\juce\modules\juce_core\containers\juce_variant.cpp(587): warning C4702: unreachable code
                                    2>c:\program files\hise-master\juce\modules\juce_core\containers\juce_variant.cpp(478): warning C4702: unreachable code
                                    2>Finished generating code
                                    2>HISE_VST.vcxproj -> C:\Program Files\VST Plugins\VST\HISE x64 16 Out.dll
                                    2>Done building project "HISE_VST.vcxproj".
                                    ========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

                                    Dan Korneff - Producer / Mixer / Audio Nerd

                                    1 Reply Last reply Reply Quote 0
                                    • Dan KorneffD
                                      Dan Korneff
                                      last edited by

                                      Also, can someone let me know the proper way to upload code?

                                      Dan Korneff - Producer / Mixer / Audio Nerd

                                      Dominik MayerD 1 Reply Last reply Reply Quote 0
                                      • Dominik MayerD
                                        Dominik Mayer @Dan Korneff
                                        last edited by

                                        @dustbro
                                        You can put 3 ticks (```) around bigger multiline passages to style them. Use one tick before and after for oneliners.

                                        Error::X
                                        Error::Y
                                        const var = js code
                                        

                                        Greets,d

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

                                          @dustbro: Ah, now it's fixed, there was still a typo in the code.

                                          Dan KorneffD 1 Reply Last reply Reply Quote 0
                                          • Dan KorneffD
                                            Dan Korneff @Christoph Hart
                                            last edited by

                                            @christoph-hart Thanks so much for these quick updates! I was able to compile the plugin project this time :)
                                            0_1520438488931_2b754aa5-d2a3-4006-a1c5-1d5fa242f98f-image.png
                                            We're getting closer :) It appears that Hise is limited to 8 outputs now, but they are working and show up in Cubase! Very exciting

                                            When I open my project in the updated version, I'm getting HDD Overflow errors when I trigger a sample. Reverting back to the previous version of HISE works properly.

                                            Dan Korneff - Producer / Mixer / Audio Nerd

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

                                            24

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.7k

                                            Posts