Search found 504 matches
- 19 Feb 2018 21:55
- Forum: News
- Topic: Radium 5.5.2 released
- Replies: 0
- Views: 3060
Radium 5.5.2 released
Some improvements to the sequencer and various bug fixes. Changes 5.5.1 -> 5.5.2: Modulators: Fix assertion window sometimes popping up when loading song when a modulator GUI is open GUI: Fix rare popup menu bug that could cause wrong entry to be selected, or program to crash. Sequencer: Configurabl...
- 11 Feb 2018 23:08
- Forum: News
- Topic: Radium 5.5.1 released
- Replies: 0
- Views: 2792
Radium 5.5.1 released
Add 8 channel versions of System Out, System In, Pipe, Jack In, and Jack Out, plus make it possible to let the main pipe have 8 channels. And various bug fixes. Changes 5.5.0 -> 5.5.1: Load song: Fix semi-rare crash introduced in 5.5.0. Editor: Try to track down a rare bug happening when deleting a ...
- 01 Feb 2018 20:02
- Forum: News
- Topic: Radium 5.5.0 released
- Replies: 0
- Views: 2960
Radium 5.5.0 released
Various bug fixes, plus mute editor automation by default when track is muted. Changes 5.4.9 -> 5.5.0: Editor: Fix crash when pasting track or block from an old song into a new song. Load: Show warning if loading song saved with a different jack samplerate since they can sound slightly different. Se...
- 24 Jan 2018 20:05
- Forum: News
- Topic: Radium 5.4.9 released
- Replies: 0
- Views: 2921
Radium 5.4.9 released
Mostly bug fixes. Changes 5.4.8 -> 5.4.9: Audio: Fix possible audio glitch that could happen when stopping to play in a song that has many MIDI instruments. Sequencer: Fix some envelope interface issues when a previous block in the same sequencer track had tempo multiplier not set to 1.0. Mouse: Fix...
- 23 Jan 2018 14:15
- Forum: General Discussion
- Topic: Recording workflow / quantize question
- Replies: 5
- Views: 7378
Re: Recording workflow / quantize question
Here's another way: 1. Move cursor to bar 1/1: Home key 2. Insert 16 lines (4 beats): Shift + Return -> 16 3. Move cursor to bar 1/1: Home key 4. Record MIDI 5. Quantize 6. Move cursor to bar 1/1: Home key 7. Delete 16 lines (4 beats): Shift + Return -> -16 Could this be a better solution? Modulo-qu...
- 21 Jan 2018 22:38
- Forum: General Discussion
- Topic: Recording workflow / quantize question
- Replies: 5
- Views: 7378
Re: Recording workflow / quantize question
I guess a "modulo" option in the quantitizer GUI would be the best solution. (Added ticket: https://github.com/kmatheussen/radium/issues/1107)
- 21 Jan 2018 22:31
- Forum: General Discussion
- Topic: Recording workflow / quantize question
- Replies: 5
- Views: 7378
Re: Recording workflow / quantize question
Hi, I guess what happens is that the note recorded at the very end of the block was quantitized to start at bar 5, which doesn't exist, and therefore deleted. When playing block, it seems logical that the program should have moved that note to bar 0 instead. I'm going to add a ticket to the issue tr...
- 18 Jan 2018 15:05
- Forum: News
- Topic: Radium 5.4.8 released
- Replies: 0
- Views: 2926
Radium 5.4.8 released
Some important bug fixes, including fixes to VST GUIs. Changes 5.4.7 -> 5.4.8: GUI: Don't start new windows in "Window Stays On Top" mode since these windows will cover VST GUIs. Also remove the Qt::Tool flag on Windows since it's not needed on that platform to make windows stay on top of the main w...
- 13 Jan 2018 21:46
- Forum: News
- Topic: Radium 5.4.7 released
- Replies: 0
- Views: 2842
Radium 5.4.7 released
Bugfix for losing sequencer block envelopes and fade values in many situations. The release also contains various improvements to the audio file support in the sequencer. Changes 5.4.6 -> 5.4.7: Mouse handling: Fix various minor issues. Sequencer: Reset envelope node values to 0.0 dB, not 1.0 dB. GU...
- 10 Jan 2018 15:25
- Forum: General Discussion
- Topic: ASIO without JACK globally installed?
- Replies: 7
- Views: 8904
Re: ASIO without JACK globally installed?
A small documentation nitpick you might want to change in the next release- The console command example given in "README_first.txt" for starting JACK with ASIO support has the wrong path: bin/jack_local/bin/jackd.exe -R -S -d portaudio -d "ASIO::ASIO4ALL v2" should be bin/jack_local/jackd.exe -R -S...