Search found 20 matches
- 10 Mar 2021 16:21
- Forum: General Discussion
- Topic: Sending midi channels to only certain instruments
- Replies: 5
- Views: 7286
Re: Sending midi channels to only certain instruments
Thank you Kjetil, I will try that out, and if I run into any trouble I will get back to you.
- 09 Mar 2021 18:53
- Forum: General Discussion
- Topic: Sending midi channels to only certain instruments
- Replies: 5
- Views: 7286
Re: Sending midi channels to only certain instruments
So, I tried doing this with a pd patch. Is there a way to specify that only one instrument receives midi without everything it is connected to downstream? I am a little confused with how midi is received in radium.
- 09 Mar 2021 16:46
- Forum: General Discussion
- Topic: Sending midi channels to only certain instruments
- Replies: 5
- Views: 7286
Sending midi channels to only certain instruments
Hello all, I am trying to send midi messages to certain instruments using common music by specifying midi channel. I was just curious if there was a way to do this. I want to use radium as my rack of instruments and effects. Is there an option to enable midi input to an instrument only with a certai...
- 30 Jun 2020 23:16
- Forum: General Discussion
- Topic: Midi Output from Radium to Control Other Software/Hardware
- Replies: 2
- Views: 5168
Re: Midi Output from Radium to Control Other Software/Hardware
Thanks Kjetil, I will try this out. I always appreciate your help!
- 30 Jun 2020 16:41
- Forum: General Discussion
- Topic: Midi Output from Radium to Control Other Software/Hardware
- Replies: 2
- Views: 5168
Midi Output from Radium to Control Other Software/Hardware
Hello all, What is the easiest way to get midi output out of radium? Like, say I have 2 hardware synths and a software synth, and I want to use Radium to control all of them, where in Radium can you assign a midi output? My first guess would be under Pipes, Inputs, and Outputs, or under Midi -> Midi...
- 29 May 2020 16:58
- Forum: General Discussion
- Topic: Getting Less Crashes in Radium
- Replies: 36
- Views: 113532
Re: Getting Less Crashes in Radium
If you come to find that you need it later, just send me a message. It is trivial to reinstall jack for me.
- 29 May 2020 16:47
- Forum: General Discussion
- Topic: Getting Less Crashes in Radium
- Replies: 36
- Views: 113532
Re: Getting Less Crashes in Radium
Do you want me to run this with jack 1, or is jack2 okay?kjetil wrote: ↑29 May 2020 16:42 Can you run
too? Maybe the audio thread is displayed then.Code: Select all
gstack `pidof radium_linux.bin`
EDIT: I know this might sound crazy, but it even seems Radium stops and starts faster in playback too with jack2 (maybe this is in my head)
- 29 May 2020 16:37
- Forum: General Discussion
- Topic: Getting Less Crashes in Radium
- Replies: 36
- Views: 113532
Re: Getting Less Crashes in Radium
Ooooohhhh, maybe it's because I am using jack 0.125.0-9. Shoot, I forgot arch defaults to giving you jack instead of jack2 in its pro-audio group. I replaced jack with jack2, and surprise, surprise, I can load multiple redux plugins in radium now! This makes me extremely happy! :D (I have been runni...
- 29 May 2020 16:10
- Forum: General Discussion
- Topic: Getting Less Crashes in Radium
- Replies: 36
- Views: 113532
Re: Getting Less Crashes in Radium
Here we are: (had to run as root for gdb to be allowed) [brandon@brandon-thinkpad radium]$ sudo gdb ./radium_linux.bin `pidof radium_linux.bin` [sudo] password for brandon: GNU gdb (GDB) 9.2 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/...
- 29 May 2020 15:03
- Forum: General Discussion
- Topic: Getting Less Crashes in Radium
- Replies: 36
- Views: 113532
Re: Getting Less Crashes in Radium
Also, from the log it seems like you open the GUI of the first redux instance before loading the second redux instance. Can you confirm that this recipe causes a freeze? (i.e. no opening of a GUI or anything else) 1. Start Radium 2. Create first redux instance 3. Create second redux instance 4. Fre...