Search found 587 matches
- 17 Jul 2023 19:57
- Forum: News
- Topic: Radium 7.1.90 released
- Replies: 1
- Views: 14565
Radium 7.1.90 released
Hi all, Most development this time has been spent converting notes to the new data structure. Again. This work has taken a lot more time than originally anticipated, but now I'm starting to see the end. It's not quite finished, but soon. Anyway, the most notable feature this time is a rough implemen...
- 01 May 2023 09:29
- Forum: General Discussion
- Topic: Having trouble scripting in scheme, ra:* functions not defined
- Replies: 3
- Views: 8342
Re: Having trouble scripting in scheme, ra:* functions not defined
Looks great. Just want to give a warning about the ra:open-file-for-writing function: It should be placed in a try/finally-block to prevent file handler never being closed in case code fails before ra:write-to-file has been called. E.g. like this: (define (write-file-block path block) (define export...
- 29 Apr 2023 09:16
- Forum: General Discussion
- Topic: Having trouble scripting in scheme, ra:* functions not defined
- Replies: 3
- Views: 8342
Re: Having trouble scripting in scheme, ra:* functions not defined
Hi, when using scheme, function names are available in typical lisp format, so ra:openFileForWriting is available as ra:open-file-for-writing, and so forth. Hope this helps. 

- 24 Apr 2023 10:46
- Forum: General Discussion
- Topic: Export soundfile not working
- Replies: 9
- Views: 24052
Re: Export soundfile not working
https://doc.qt.io/qt-5/qlocale.html#setDefault "Warning: In a multithreaded application, the default locale should be set at application startup, before any non-GUI threads are created." Maybe you have to set it earlier .... It's set before the QApplication instance is created, so I don't...
- 23 Apr 2023 07:08
- Forum: General Discussion
- Topic: Export soundfile not working
- Replies: 9
- Views: 24052
Re: Export soundfile not working
That's strange. QLocale::setDefault(QLocale::C); is called at program startup. I thought that should prevent translations.
- 22 Apr 2023 07:42
- Forum: General Discussion
- Topic: Export soundfile not working
- Replies: 9
- Views: 24052
Re: Export soundfile not working
Hi, I can't reproduce this. Can you do the following? 1. Start Radium 2. Select File -> Demo songs -> Demo Song 3. Select File -> Export Soundfile(s) 4. Write "/tmp/test.wav" as filename 5. Click save 6. Select Help -> Program debugging -> Show program log 7. Copy and paste the program log...
- 21 Apr 2023 16:49
- Forum: General Discussion
- Topic: Stretching
- Replies: 5
- Views: 10648
Re: Stretching
Here's song-file doing this you can look at:
http://users.notam02.no/~kjetism/drumgran.rad.zip
http://users.notam02.no/~kjetism/drumgran.rad.zip
- 21 Apr 2023 09:18
- Forum: General Discussion
- Topic: Stretching
- Replies: 5
- Views: 10648
Re: Stretching
Thank you for your answers. So, is it possible to do Time stretch with the 09xx parameter on the Renoise sampler in Radium sampler, as in this video ( https://youtu.be/VAnTpsUMDMg )? If possible, what parameter should I use? Oh yes, of course you can do the same thing in Radium. The equivalent effe...
- 20 Apr 2023 17:33
- Forum: General Discussion
- Topic: Stretching
- Replies: 5
- Views: 10648
Re: Stretching
Regarding the idea with the modulator instrument, we probably need a special "BPM modulator" instrument with options for how to convert bpm to effect value (divison/etc.).
- 20 Apr 2023 17:31
- Forum: General Discussion
- Topic: Stretching
- Replies: 5
- Views: 10648
Re: Stretching
Hi, there is unfortunately not any way to stretch automatically based on BPM. You can automate stretching both for samples in the sequencer, and stretching in the sampler instrument, though, but they have to be set manually by you. Maybe it would be possible to use the modulator instrument if I adde...