Search found 21 matches

by autumncheney
21 Feb 2024 01:14
Forum: General Discussion
Topic: building w/ custom faust plugins?
Replies: 4
Views: 2012

Re: building w/ custom faust plugins?

oh wait, it looks like faust's c++ backend is separate from llvm and interpreter. is it?

sorry if i'm being dumb
by autumncheney
21 Feb 2024 01:03
Forum: General Discussion
Topic: building w/ custom faust plugins?
Replies: 4
Views: 2012

Re: building w/ custom faust plugins?

alright, so i was actually able to do this, using templates like you described; it wasn't that hard either although, for the faust dev instrument normally i use llvm, since i have it on my self-compiled binary, but it seems that when compiling the program it uses the interpreter backend. llvm runs c...
by autumncheney
08 Jan 2024 18:15
Forum: General Discussion
Topic: building w/ custom faust plugins?
Replies: 4
Views: 2012

building w/ custom faust plugins?

hi. i know practically nothing about customizing programs, and especially not radium's inner workings, but i was wondering how i could get started with building radium with my own custom faust plugins preferably i'd like for them to appear in the same way that the zita reverb and stk instruments do ...
by autumncheney
09 Oct 2021 05:13
Forum: General Discussion
Topic: building radium with forked juce?
Replies: 2
Views: 3595

Re: building radium with forked juce?

alright, i was wrong about what the fork was. it actually provides the ability to make lv2 plugins with juce, but not lv2 hosting

however, i did find this: https://github.com/lvtk/jlv2, which is a juce module that provides lv2 hosting. it's technically pre-alpha, but it could be useful...
by autumncheney
07 Oct 2021 22:03
Forum: General Discussion
Topic: building radium with forked juce?
Replies: 2
Views: 3595

building radium with forked juce?

hello, so i discovered this exists: https://github.com/lv2-porting-project/JUCE and i want to try to build radium using this version of juce. the problem is, i don't know where to start, and i figured you could help i imagine i'll have to clone the git repo and then somehow integrate it with radium ...
by autumncheney
07 Oct 2021 06:40
Forum: General Discussion
Topic: more modularity
Replies: 3
Views: 3847

Re: more modularity

alright, so after some searching around i found a bunch of lv2 plugins that fulfill pretty much everything i really need to build a modular synth. i can live with the way the patchbay works too, though i still do wish that all of the inputs and outputs of a plugin are exposed in the mixer now all i ...
by autumncheney
07 Oct 2021 03:42
Forum: General Discussion
Topic: how to use microtonality?
Replies: 2
Views: 3443

Re: how to use microtonality?

please add custom scales soon, i'd love to be able to experiment with microtonality in radium and individually retuning every note is too cumbersome
by autumncheney
07 Oct 2021 01:49
Forum: General Discussion
Topic: more modularity
Replies: 3
Views: 3847

Re: more modularity

Definitely. How to do this have been spinning around in my head for a while. The "PatchBay" objects were made for this specific purpose though, but they are not that intuitive to use. i agree, the patchbay objects aren't that intuitive. i suggest having more of those little nubs on the si...
by autumncheney
06 Oct 2021 03:39
Forum: General Discussion
Topic: more modularity
Replies: 3
Views: 3847

more modularity

so i'm coming to radium from a program called sunvox, which is actually quite similar to radium in that it is a modular-style synth with a tracker sequencer. radium, of course, has a lot of features that sunvox doesn't, like vst plugin support and hard drive audio playback. however, i think radium a...
by autumncheney
08 Aug 2021 15:58
Forum: General Discussion
Topic: fr: add busses from mixer
Replies: 2
Views: 3606

Re: fr: add busses from mixer

yay!!