Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
You get "30", not "10", when you press "1"?
That is really strange. I have to think about this. Which version of Radium are you using?
That is really strange. I have to think about this. Which version of Radium are you using?
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
typing "2" on line 3 :
Result: C#4 + "cd" on line 3, and (why??) "cd" on line 4.
Result: C#4 + "cd" on line 3, and (why??) "cd" on line 4.
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
EDIT: No forget it. Something else is wrong. I'll look at the code.
Does it make a difference if you set to set english keyboard?
It is not supposed to make a difference since Radium is using scan codes, not localized keys, but I can't think of any reasons why this should happen.
Does it make a difference if you set
Code: Select all
setxkbmap -layout "us"It is not supposed to make a difference since Radium is using scan codes, not localized keys, but I can't think of any reasons why this should happen.
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
This is truly weird. Never heard of this before, and I don't see anything wrong in the code.
Have you run radium on the computer before? In case, can you try to temporarily rename the folder "~/.radium" to something else and see if that helps?
Which version of Radium are you running. Have you compiled it yourself?
I might try running the exact linux dist you are using in a virtual machine and see if I can reproduce it? Which version of Manjara are you using?
Have you run radium on the computer before? In case, can you try to temporarily rename the folder "~/.radium" to something else and see if that helps?
Which version of Radium are you running. Have you compiled it yourself?
I might try running the exact linux dist you are using in a virtual machine and see if I can reproduce it? Which version of Manjara are you using?
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
Oh, and can you try to run
and see if it makes a difference? I'm not so sure it's not related to layout anymore.
Code: Select all
setxkbmap -layout "us"
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
Change for QZERTY US layout do not change anything. Same result: "30" on line 2.
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
Yes, I have run radium on the computer before, the demo version .aur package "radium.bin". But it doesn’t seem to make a difference. I just used it to explore the interface a bit, without going any further. So, to check, I reinstalled this package by erasing the . radium file and redo the test. No difference with the version I downloaded on your site, version 7.5.76 which is launched using the file run_radium.sh (in the folder radium_64bit_linux-7.5.76).kjetil wrote: ↑08 Jan 2026 15:42 This is truly weird. Never heard of this before, and I don't see anything wrong in the code.
Have you run radium on the computer before? In case, can you try to temporarily rename the folder "~/.radium" to something else and see if that helps?
Which version of Radium are you running. Have you compiled it yourself?
I might try running the exact linux dist you are using in a virtual machine and see if I can reproduce it? Which version of Manjara are you using?
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
I couldn't reproduce it in Manjaro Plasma 26.0, but can you try this release candidate of 7.5.77?
https://radium.dog/radium_64bit_linux-7.5.77.tar.xz
The bug has not been fixed, but I've inserted some debug output that hopefully will clear up what's happening.
After the program has started, please do the same procedure:
In the terminal, the following lines should be printed:
Hopefully you'll get something else, and then we're closer to finding out what's happening. Crossing fingers.
https://radium.dog/radium_64bit_linux-7.5.77.tar.xz
The bug has not been fixed, but I've inserted some debug output that hopefully will clear up what's happening.
After the program has started, please do the same procedure:
Code: Select all
1. Show velocity text for track 1.
2. Add a note at line 1
3. At line 2, move the cursor to the leftmost velocity subtrack and press the key "1".
Code: Select all
DEBUG/VELTEXT_keypress: Enter. realline: 1. Place: 1 + 0/1. key: 39
DEBUG/VELTEXT_keypress: subsubtrack: 0
DEBUG/VELTEXT_keypress: Branch 2
DEBUG/DAT_get_newvalue: subsubtrack: 0. Key: 39. default_value: 52428. default_logtype: 0. min_value: 0. max_value: 255. is_hex: 1
DEBUG/DAT_get_newvalue: base: 16. num_subtracks: 2. val: 1. EVENT_1: 39
Re: Newbie Problem - impossible to enter numbers in the sub-tracks (Chance, velocity,...)
Hello 
Here is the result:
Here is the result:
Code: Select all
DEBUG/VELTEXT_keypress: Enter. realline: 1. Place: 1 + 0/1. key: 41
DEBUG/VELTEXT_keypress: subsubtrack: 0
DEBUG/VELTEXT_keypress: Branch 2
DEBUG/DAT_get_newvalue: subsubtrack: 0. Key: 41. default_value: 52428. default_logtype: 0. min_value: 0. max_value: 255. is_hex: 1
DEBUG/DAT_get_newvalue: base: 16. num_subtracks: 2. val: 3. EVENT_1: 39