Search found 504 matches
- 16 Dec 2021 12:48
- Forum: General Discussion
- Topic: VST/VST3 instruments playing two octaves to low?
- Replies: 1
- Views: 730
Re: VST/VST3 instruments playing two octaves to low?
I think it's supposed to be like that. I don't remember the reason, but I guess trackers are traditionally two octave lower or something like that.
- 24 Oct 2021 11:48
- Forum: General Discussion
- Topic: How to check in how many blocks an instrument is used?
- Replies: 2
- Views: 879
Re: How to check in how many blocks an instrument is used?
Hi, There isn't a GUI for this. I guess that would be convenient though. But here's small script you can use: 1. Select Help -> Edit Keybindings 2. Paste the following line into the keybindings: SHIFT_L F1: ra.evalScheme "(for-each (lambda (num instrument-id) (define used-blocks (list)) (for-each (l...
- 08 Oct 2021 05:12
- Forum: General Discussion
- Topic: building radium with forked juce?
- Replies: 2
- Views: 947
Re: building radium with forked juce?
Hi, it's not as easy as making the JUCE-fork compile. You also need to edit audio/Juce_plugins.cpp and/or audio/VST_plugins.cpp in order to find the lv2 files themselves, i.e. traverse the lv2 directories and so forth. It might not be that much work though, so just let me know if you can make the JU...
- 06 Oct 2021 15:05
- Forum: General Discussion
- Topic: more modularity
- Replies: 3
- Views: 1059
Re: 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 ...
- 27 Sep 2021 18:53
- Forum: General Discussion
- Topic: MIDI Out from Radium
- Replies: 7
- Views: 1820
Re: MIDI Out from Radium
I successfully sent midi from Radium to Bitwig with LoopMIDI, but I'm not sure how to sync the midi clock or whatever it's called so the transports are linked, so I can't get bitwig to record. Is that an option, to output the midi clock to sync other programs? Radium doesn't support MIDI clock sync...
- 26 Sep 2021 08:13
- Forum: General Discussion
- Topic: MIDI Out from Radium
- Replies: 7
- Views: 1820
Re: MIDI Out from Radium
Hi! Not entirely sure what the problem is, but you don't need Jack to run Radium. You also don't need Jack to send out MIDI. Just don't run Jack before starting Radium. In the next release there will also be an option in preferences not to use jack even if jack is running. If you want to run Radium ...
- 17 Sep 2021 13:18
- Forum: General Discussion
- Topic: graphical card and radium wich choose
- Replies: 2
- Views: 1003
Re: graphical card and radium wich choose
Hi, here's the GFX cards I know with issues: Nvidia on Linux: Don't use the nouveau driver. The nouveau driver is very likely to freeze your computer when running any opengl program (not just radium). The performance is also very bad when using this driver. However, the nvidia driver has no problems...
- 06 Sep 2021 17:20
- Forum: General Discussion
- Topic: Radium 7...
- Replies: 3
- Views: 1379
Re: Radium 7...
Hi, There will probably not be any new big changes before Radium 7. Just minor features and various bug fixes. For instance pressing a configurable keybinding to delete current object under mouse. I.e. pressing a key (probably the "del" key) instead of pressing shift + right mouse button. There shou...
- 17 Aug 2021 15:44
- Forum: News
- Topic: Radium 6.9.96 released
- Replies: 0
- Views: 2061
Radium 6.9.96 released
Lots of user interface cleanups in this release, plus some bug fixes. Most important bug fix is for positioning modules in the modular mixer when loading .mrec files. Changes 6.9.94 -> 6.9.96: Editor: Make pitch expand/shrink also work on pitch changes, not just on the main pitch of notes. Editor: S...
- 07 Aug 2021 10:36
- Forum: General Discussion
- Topic: fr: add busses from mixer
- Replies: 2
- Views: 1156
Re: fr: add busses from mixer
Yes. Implemented now. Going to be available in the next version. For now, newly created buses from the mixer is invisible in the sequencer. I think that's what you normally want.