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
Posts
-
is it possible to create a plugin interface like the bbc so interface the free editionposted in General Questions
-
RE: MEDIA BROWSER PLUGIN [NOT A HISE PLUGIN - but may be useful]posted in General Questions
@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
-
MEDIA BROWSER PLUGIN [NOT A HISE PLUGIN - but may be useful]posted in General Questions
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 -
where does this callback to (rhapsody question)posted in General Questions
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 called

on init contains the following:
Content.makeFrontInterface(600, 600); include("FilePicker.js"); include("Expansions.js"); include("Installer.js"); -
RE: CSS Sliderposted in General Questions
you have to set it as normalized percent in component specific properties, see image

-
RE: faust segfaults on zorin 17 based off ubuntu osposted in Bug Reports
@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
-
RE: faust segfaults on zorin 17 based off ubuntu osposted in Bug Reports
@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 ldconfigand compilling again
-
RE: faust segfaults on zorin 17 based off ubuntu osposted in Bug Reports
@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 -
RE: faust segfaults on zorin 17 based off ubuntu osposted in Bug Reports
@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. Abortedthis is only when hise loads and i add faust node and change script.dsp
i'll try version 2.77.3 now and see
-
faust segfaults on zorin 17 based off ubuntu osposted in Bug Reports
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:
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 -
RE: Strange problem with Hise and faust on linuxposted in General Questions
@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
-
RE: Strange problem with Hise and faust on linuxposted in General Questions
@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.
-
RE: Strange problem with Hise and faust on linuxposted in General Questions
@d-healey David what distro are you using? so i cant try on that
-
RE: Strange problem with Hise and faust on linuxposted in General Questions
@d-healey FAUST Version 2.75.7
-
RE: Strange problem with Hise and faust on linuxposted in General Questions
@d-healey it does yes.
[audio/_CMDrRloydlXN1wy7jSpSSZy.mp3]
-
RE: Strange problem with Hise and faust on linuxposted in General Questions
@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:-
download repo
-
open in provided producer
-
save
-
navigate to makefile
-
make -j40 CONFIG=Release
-
it builds but immediately crashes when i change anything in the faust node
-
-
Strange problem with Hise and faust on linuxposted in General Questions
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. Abortedany 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
-
RE: Samplemap and Number of Samples, strange errorsposted in General Questions
@Mighty23 can you provide a hise snippet of the test project so far i would love to have a look
-
RE: Can faust be used/built on linuxposted in General Questions
@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.
