HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. ospfeigrp
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 48
    • Posts 155
    • Groups 0

    Posts

    Recent Best Controversial
    • where does this callback to (rhapsody question)

      I was looking at the source of rhapsody with a view to putting together a basic way of loading a "plugin" bare bones example but i can't figure out where else this is being calledScreenshot from 2025-03-30 23-17-24.png

      on init contains the following:

      Content.makeFrontInterface(600, 600);
      include("FilePicker.js");
      include("Expansions.js");
      include("Installer.js");
      
      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: CSS Slider

      you have to set it as normalized percent in component specific properties, see image
      Screenshot from 2025-03-30 21-25-11.png

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • is it possible to load a .wav into memory for processing with faust

      like the following https://github.com/sletz/faust-sampler

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: faust segfaults on zorin 17 based off ubuntu os

      @d-healey @sletz Thanks for the help it works as normal now

      FAUST Version 2.77.3
      Embedded backends: 
         DSP to C
         DSP to C++
         DSP to Cmajor
         DSP to Codebox
         DSP to CSharp
         DSP to DLang
         DSP to FIR
         DSP to Interpreter
         DSP to Java
         DSP to JAX
         DSP to Julia
         DSP to JSFX
         DSP to LLVM IR
         DSP to old C++
         DSP to Rust
         DSP to SDF3
         DSP to VHDL
         DSP to WebAssembly (wast/wasm)
      Build with LLVM version 15.0.7
      Copyright (C) 2002-2024, GRAME - Centre National de Creation Musicale. All rights reserved. 
      

      and you right 15 is the minimum llvm

      posted in Bug Reports
      ospfeigrpO
      ospfeigrp
    • RE: faust segfaults on zorin 17 based off ubuntu os

      @d-healey

      ok so it wont let me create a new file either same llvm error

      Screencast from 2025-03-23 20-35-58.webm

      just tried

      sudo ldconfig
      

      and compilling again

      posted in Bug Reports
      ospfeigrpO
      ospfeigrp
    • RE: faust segfaults on zorin 17 based off ubuntu os

      @d-healey yes that's exactly the problem. only on change it crashes to desktop

      g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
      
      posted in Bug Reports
      ospfeigrpO
      ospfeigrp
    • RE: faust segfaults on zorin 17 based off ubuntu os

      @d-healey yes just tried: FAUST Version 2.79.3 and it compiles with hise fine however i now get:

      HISE Standalone: /usr/lib/llvm-13/include/llvm/IR/Instructions.h:959: static llvm::GetElementPtrInst* llvm::GetElementPtrInst::Create(llvm::Type*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, const llvm::Twine&, llvm::Instruction*): Assertion `PointeeType && "Must specify element type"' failed.
      Aborted
      
      

      this is only when hise loads and i add faust node and change script.dsp

      i'll try version 2.77.3 now and see

      posted in Bug Reports
      ospfeigrpO
      ospfeigrp
    • faust segfaults on zorin 17 based off ubuntu os

      SO, i build faust as per the instructions here: https://github.com/grame-cncm/faust/wiki/BuildingSimple

      make and make install are run
      typing faust --version in the terminal returns: Screenshot from 2025-03-23 19-15-06.png

      So i proceed to clone davids hise repo with faust
      navigate to hise makefile for faust and build.

      the build completes but i get a seg fault anytime i change the script from the dropdown menus for the faust node

      any help with this or what am i doing wrong

      things i have tried:
      1:compiling faust 2.50 -> compiles fine but not will not compile with hise

      posted in Bug Reports
      ospfeigrpO
      ospfeigrp
    • RE: Strange problem with Hise and faust on linux

      @d-healey i have just selected llvm-15 but it still refers to llvm-13 and i actually removed it any way to override it to use llvm-15 using make

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Strange problem with Hise and faust on linux

      @sletz just downloaded and installed llvm-15 but it still wants to uses llvm-13 how can i get it to use llvm-15 thanks.

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Strange problem with Hise and faust on linux

      @d-healey David what distro are you using? so i cant try on that

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Strange problem with Hise and faust on linux

      @d-healey FAUST Version 2.75.7

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Strange problem with Hise and faust on linux

      @d-healey it does yes.

      Your browser does not support the audio element.

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Strange problem with Hise and faust on linux

      @d-healey strange david it's your repo i am using and following your instructions you provide here: https://github.com/davidhealey/HISE/tree/development

      I cant for the life of me get this to work.
      process taken:

      1. download repo

      2. open in provided producer

      3. save

      4. navigate to makefile

      5. make -j40 CONFIG=Release

      6. it builds but immediately crashes when i change anything in the faust node

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • Strange problem with Hise and faust on linux

      Every time i compile it crashes or change file it crashes to desktop and when i run hise from terminal i get this as the last output:

      HISE Standalone: /usr/lib/llvm-13/include/llvm/IR/Instructions.h:959: static llvm::GetElementPtrInst* llvm::GetElementPtrInst::Create(llvm::Type*, llvm::Value*, llvm::ArrayRef<llvm::Value*>, const llvm::Twine&, llvm::Instruction*): Assertion `PointeeType && "Must specify element type"' failed.
      Aborted
      
      

      any idea where I'm going wrong.

      Zorin os latest

      Instructions.h error part:

      public:
        static GetElementPtrInst *Create(Type *PointeeType, Value *Ptr,
                                         ArrayRef<Value *> IdxList,
                                         const Twine &NameStr = "",
                                         Instruction *InsertBefore = nullptr) {
          unsigned Values = 1 + unsigned(IdxList.size());
          assert(PointeeType && "Must specify element type");
          assert(cast<PointerType>(Ptr->getType()->getScalarType())
                     ->isOpaqueOrPointeeTypeMatches(PointeeType));
          return new (Values) GetElementPtrInst(PointeeType, Ptr, IdxList, Values,
                                                NameStr, InsertBefore);
        }
      
      

      i have also tried davids repo and it's the same problem cant even create a new file without crashing to desktop

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Samplemap and Number of Samples, strange errors

      @Mighty23 can you provide a hise snippet of the test project so far i would love to have a look

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Can faust be used/built on linux

      @d-healey thanks, i compiled faust-2.75 2.7 from source and just compiling hise now see how it goes.

      Yeah it works thanks again David.

      Screenshot from 2024-10-28 23-53-49.png

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Can faust be used/built on linux

      @d-healey i keep getting a:

      Compiling Main.cpp
      In file included from ../../../../../HISE-development/hi_faust/../hi_faust_types/hi_faust_types.h:63,
                       from ../../../../../HISE-development/hi_faust/hi_faust.h:90,
                       from ../../Source/../JuceLibraryCode/JuceHeader.h:20,
                       from ../../Source/Main.cpp:11:
      ../../../../../HISE-development/hi_faust/../hi_faust_types/faust_wrap/dsp/dsp.h:32:10: fatal error: faust/export.h: No such file or directory
         32 | #include "faust/export.h"
            |          ^~~~~~~~~~~~~~~~
      compilation terminated.
      
      
      
      libfaust2 is already the newest version (2.37.3~ds0-1)
      
      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Can faust be used/built on linux

      @d-healey hmm is faust in the repositories or do i have to build it from source? for a ubuntu based distro?

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • Can faust be used/built on linux

      I don't see the release with faust in projucer for the linux build

      posted in General Questions
      ospfeigrpO
      ospfeigrp