Forum
    • Categories
    • Register
    • Login
    1. Home
    2. ospfeigrp
    • Profile
    • Following 0
    • Followers 1
    • Topics 50
    • Posts 158
    • Groups 0

    ospfeigrp

    @ospfeigrp

    44
    Reputation
    73
    Profile views
    158
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    ospfeigrp Unfollow Follow

    Best posts made by ospfeigrp

    • I build a granular layer engine with hise

      It's not fully finished yet but if curious you can get it here:
      github link

      To be fair i am completely blown away with how easy hise has become to use and general progression of the software.

      here is a screenshot of it in reaper:
      ss.png

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • A little mixer (just gain) for each sampler and track routing

      herp.PNG
      used the vu meter script and surprised how well all this works, the opengl flag make a huge difference in performance on mac. anyway this is the rompler i am working on.

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • Put together a gui with hise based on the samplemaps from orchestools strings for Rhapsody player

      Download dropbox link: https://www.dropbox.com/scl/fi/w78rp2sjkekwpx2iec6du/openstrings.zip?rlkey=ahl566lnhvkvvx2qrw3ff9q6i&dl=0

      free to download with same license:
      Screenshot 2023-11-19 220547.png

      I put this together as a way of learning more about hise, plus i think the rhapsody player is perfect for my needs. No more compiling.

      posted in Presets / Scripts / Ideas
      ospfeigrpO
      ospfeigrp
    • RE: I give up

      projucer has to be built from source on mac and this source is provided with hise -This is an apple mac problem

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: feedback needed :)

      @d-healey sorry, i just recently started using them myself and found them good. i am trying my level best to help.

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: feedback needed :)

      I have downloaded both instruments and ya they sound good my only fault is that bug with peq still remains in 2.3.3 of rhapsody on offloading i really like the split pane would love to see a way of adjusting velocity as mentioned.

      https://pixeldrain.com/ is a good 3rd party way of sharing files or adding downloads without using the website hosting bandwidth. They also offer a top up pay as you go function so no nasty unexpected bills.

      I bookmarked you site and will be checking back frequently.

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Tool For Converting .Autosampled EXS to SFZ for Hise Import!

      @ally try run the sfz with this: https://keypleezer.com/sfz-to-hise-converter/

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: Creating external sends/parallel routing

      @alfaholic As far as i know hise is set to use 16 channels in the routing matrix (or that was the case in the older versions) but you can actually extend it to as many as you need provided you modify some source hise files first to allow for more.

      Unless things have changed and your using the prebuilt binary the setup may be different.

      You need to use the plugin version i believe to get 16 otherwise it normally defaults to two in the standalone version.

      you're also free to use a project i did similar to what you want to achieve here on github if it's of any addition to you:
      https://github.com/eodowd/sonicdrums

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: I build a granular layer engine with hise

      @TNTHM thanks, i did very little as it's all built into hise

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: ipp on windows 10 first time using it

      @yall thanks. I guess I'll leave it on over night so..

      posted in General Questions
      ospfeigrpO
      ospfeigrp

    Latest posts made by ospfeigrp

    • is it possible to create a plugin interface like the bbc so interface the free edition

      where users can select elements of the orchestra layout and if so what's the best way to do something like this drawing individual arched segments like a custom button only not square and cant overlap other elements? any help with this

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • RE: MEDIA BROWSER PLUGIN [NOT A HISE PLUGIN - but may be useful]

      @Chazrox yea similar to cosmos but cross platform at least win and linux it have a nice pixeldrain feature for sharing uploading user generated samples etc

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • MEDIA BROWSER PLUGIN [NOT A HISE PLUGIN - but may be useful]

      you can read more AI jargon on github page here https://github.com/samplaman/owmb
      this is a ai google gemini ide project said i would post it and see would it spark a discussion on ai assisted plugin creation. what are your thoughts on this in general bad or good. Is this becomming the future of software development and pluging dev

      posted in General Questions
      ospfeigrpO
      ospfeigrp
    • 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