Search found 7 matches

by trumpetrespas
19 Dec 2023 00:56
Forum: General Discussion
Topic: Radium outputs Audio when pressing Right Shift, but will not when starting play in the sequencer
Replies: 7
Views: 7635

Re: Radium outputs Audio when pressing Right Shift, but will not when starting play in the sequencer

Awesome,

I made some changes to the song, including renaming it, adding a comment, and changing the tempo to be a bit slower (108 instead of 120).

Here's the updated version:
https://www.mediafire.com/file/crcd4vuo ... r.gz/file

EDIT: Fixed bbcode
EDIT: Added heading
by trumpetrespas
18 Dec 2023 23:41
Forum: General Discussion
Topic: Radium outputs Audio when pressing Right Shift, but will not when starting play in the sequencer
Replies: 7
Views: 7635

Re: Radium outputs Audio when pressing Right Shift, but will not when starting play in the sequencer

I found the problem. The mute button on the main track was pressed, but I was not able to see that it was pressed because the color for the track is green. I would personally recommend that the default green for tracks is a little darker, so you can see when the mute button is pressed.
by trumpetrespas
18 Dec 2023 18:25
Forum: General Discussion
Topic: Radium outputs Audio when pressing Right Shift, but will not when starting play in the sequencer
Replies: 7
Views: 7635

Radium outputs Audio when pressing Right Shift, but will not when starting play in the sequencer

Steps to reproduce: 1. Download this file: https://www.mediafire.com/file/l4igsg3hqf5nhrw/bluesish_tmp.tar.gz/file 2. Extract the contents 3. Open the .rad file in radium. 4. Click on the bottom bar (To the right of "Sign [4/4]") 5. Observe the silence. Additionally, if you'd like, you may...
by trumpetrespas
05 Jun 2023 06:14
Forum: General Discussion
Topic: Count in before recording/playing
Replies: 1
Views: 5469

Re: Count in before recording/playing

Just figured I should mention, (in case it's relevant) there was a feature request for this on github:
https://github.com/kmatheussen/radium/issues/1306

EDIT: Fixed dumb grammar error
by trumpetrespas
29 Apr 2023 16:41
Forum: General Discussion
Topic: Having trouble scripting in scheme, ra:* functions not defined
Replies: 3
Views: 6861

Re: Having trouble scripting in scheme, ra:* functions not defined

Thank you, that got me unstuck. Also, there where some other bugs in the code that I had to fix, so I'll put the fixed version here: (define (export-mxl whereToExport) (define exportFilePath (ra:get-path whereToExport)) (define exportFile (ra:open-file-for-writing exportFilePath)) (define whatToWrit...
by trumpetrespas
28 Apr 2023 19:12
Forum: General Discussion
Topic: Having trouble scripting in scheme, ra:* functions not defined
Replies: 3
Views: 6861

Having trouble scripting in scheme, ra:* functions not defined

I've been trouble shooting this for a bit now, and I think it is time to just ask. Just for your information, I'm not an experienced scheme programmer, so I'm learning as I go. Anyway, here is my current situation. I'm having trouble doing basic radium functions with a custom radium script. Here is ...