HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. oddyotrax
    3. Posts
    O
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 18
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Build on Debian 9.9 fails

      I managed to build the Standalone v2.1.0 from the latest git pull but the VST failed again

      posted in Bug Reports
      O
      oddyotrax
    • RE: Build on Debian 9.9 fails

      Is version 2.1 alpha, beta or stable?

      posted in Bug Reports
      O
      oddyotrax
    • RE: Build on Debian 9.9 fails

      HISE 2.1.0 VST also built successfully however HISE.jucer needs a slight modification

      hi_streaming
      hi_tools
      hi_ztsd

      had the wrong paths

      posted in Bug Reports
      O
      oddyotrax
    • RE: Build on Debian 9.9 fails

      I noticed version 2.1.0 and the standalone built clean and successfully

      although ended with these notes...

      Linking HISE Standalone - App
      ../../../../JUCE/modules/juce_core/zip/zlib/deflate.h:96:16: warning: type ‘struct internal_state’ violates the C++ One Definition Rule [-Wodr]
       typedef struct internal_state {
                      ^
      ../../../../JUCE/modules/juce_graphics/image_formats/../../juce_core/zip/zlib/zlib.h:1347:12: note: a different type is defined in another translation unit
           struct internal_state {int dummy;}; /* hack for buggy compilers */
                  ^
      ../../../../JUCE/modules/juce_core/zip/zlib/deflate.h:97:15: note: the first difference of corresponding definitions is field ‘strm’
           z_streamp strm;      /* pointer back to this zlib stream */
                     ^
      ../../../../JUCE/modules/juce_graphics/image_formats/../../juce_core/zip/zlib/zlib.h:1347:32: note: a field with different name is defined in another translation unit
           struct internal_state {int dummy;}; /* hack for buggy compilers */
      
      posted in Bug Reports
      O
      oddyotrax
    • RE: Build on Debian 9.9 fails

      Make clean destroyed ~/.vst again

      posted in Bug Reports
      O
      oddyotrax
    • Build on Debian 9.9 fails

      Link Preview Image
      Cannot build Linux version · Issue #136 · christophhart/HISE

      Debian 9.9 when building standalone Compiling include_hi_scripting.cpp ../../JuceLibraryCode/include_hi_scripting.cpp:9:41: fatal error: hi_scripting/hi_scripting.cpp: No such file or directory ^ compilation terminated. Makefile:206: rec...

      favicon

      GitHub (github.com)

      posted in Bug Reports
      O
      oddyotrax
    • RE: Linux VST build deletes all files in ~/.vst

      @d-healey Thanks for the suggestion. Debian has back in time... I just made zip files of the most important folders. It's all good I had copies of everything and restored everything back to working order. My apologies for freaking out.

      posted in Bug Reports
      O
      oddyotrax
    • RE: Linux VST build deletes all files in ~/.vst

      d-healey Debian Stretch

      posted in Bug Reports
      O
      oddyotrax
    • RE: Linux VST build deletes all files in ~/.vst

      @Christoph-Hart

      I don't think it was when I rebuilt the VST

      before I did the rebuild, I did a make clean and I suspect that is what wiped the folder of its contents

      posted in Bug Reports
      O
      oddyotrax
    • RE: Linux VST build deletes all files in ~/.vst

      I suspect what deleted the files was not the build but the

      make clean
      
      posted in Bug Reports
      O
      oddyotrax
    • RE: Linux VST build deletes all files in ~/.vst

      it's not that complicated

      I will do it manually but I would recommend to change line 32 in

      projects/plugin/Builds/LinuxMakefile/Makefile
      

      from

      JUCE_OUTDIR := ~/.vst
      

      to

      JUCE_OUTDIR := build
      
      posted in Bug Reports
      O
      oddyotrax
    • RE: Linux VST build deletes all files in ~/.vst

      I don't have a back up of the folder but I can rebuild it. Most of it hopefully. This is a mess because it is going to take me a long time to rebuild.

      why does the standalone get built in -> projects/standalone/Builds/LinuxMakefile/build/
      and the VST gets placed in ~./vst?
      thankfully it wasn't a make sudo install going to /usr/lib/vst
      this is bad. very bad.

      the VST plugin build has to go in... projects/plugin/Builds/LinuxMakefile/build/

      seriously. please correct this. depositing it in ~./vst without consent is already a bad idea
      that it deletes the folder is unacceptable

      posted in Bug Reports
      O
      oddyotrax
    • Linux VST build deletes all files in ~/.vst

      Built VST in Linux and it deleted everything from my ~/.vst folder

      This is really bad.

      First thing. Please take out the building directly to the ~/.vst folder
      Second thing. How do I get my files back? This is a huge disaster.

      posted in Bug Reports
      O
      oddyotrax
    • RE: HISE player

      thanks for the replies!!!

      posted in General Questions
      O
      oddyotrax
    • HISE player

      when watching the video Build A HISE Player Library in 1 Minute at around the 1:03 mark the HISE Player Library is imported into what looks like a light weight version of the HISE application or HISE player

      I looked but am unable to find this player.

      I managed to build both the standalone and the VST versions of HISE successfully (on Debian 9.8)

      the VST is recognized as a VST instrument however when loaded, it loads the full application

      the files built and placed in ~/.vst are:

      HISE.a 183.1 MB
      HISE.so 89.2 MB

      I installed the Windows version using WINE to verify and it is the case in Windows too....

      is there a light weight HISE player for Linux (or Windows) as shown in this video?

      if so how would it be executed or activated?

      posted in General Questions
      O
      oddyotrax
    • RE: HISE Tutorial Part II: Fix the mapping

      That worked. :-) Thank you.

      posted in General Questions
      O
      oddyotrax
    • HISE Tutorial Part II: Fix the mapping

      I use Linux with KDE as the desktop environment and the "alt + left mouse click" command is the desktop environment's Move command, which unfortunately over-rides HISE's assignment, so if I try to do this it moves the app completely and won't grab the samples to fix the octave offset.

      Is there another way to move the SampleMap up two octaves or is there a way to assign another keyboard sequence to execute this function?

      posted in General Questions
      O
      oddyotrax
    • RE: Linux build of HISE

      Greetings,

      I would like to confirm that I have successfully built both HISE standalone and VST2 on Debian Stretch 9.8

      posted in General Questions
      O
      oddyotrax