The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.24 (Linux)
|
Release Candidate Firmware V1.24 RC12 - Printable Version +- XOR Userforum (https://xor-electronics.com/forum) +-- Forum: Products (https://xor-electronics.com/forum/forumdisplay.php?fid=3) +--- Forum: NerdSEQ (https://xor-electronics.com/forum/forumdisplay.php?fid=6) +---- Forum: Firmware / Manual (https://xor-electronics.com/forum/forumdisplay.php?fid=11) +---- Thread: Release Candidate Firmware V1.24 RC12 (/showthread.php?tid=987) |
RE: Release Candidate Firmware V1.24 RC10 - ello - 03-04-2021 yay! skip playing fx is awesome RE: Release Candidate Firmware V1.24 RC10 - broecker - 03-05-2021 I think I found a bug with the delay. When changing between Delay Send and anything else it is randomly resetting the Delay Send amount to 00. I do not believe this is how it should work nor do I remember it working this way in previous firmware. RE: Release Candidate Firmware V1.24 RC10 - XORadmin - 03-05-2021 (03-05-2021, 04:25 AM)broecker Wrote: I think I found a bug with the delay. When changing between Delay Send and anything else it is randomly resetting the Delay Send amount to 00. I do not believe this is how it should work nor do I remember it working this way in previous firmware. I can't reproduce that. Are you sure you don't accidentally switch to the other track and see the delay settings of this one then? RE: Release Candidate Firmware V1.24 RC11 - XORadmin - 03-05-2021 UPDATE RC11 - changed naming of midi CC presets to control presets - added program change to midi control presets ( = program change from FX + channels possible+ easier build up of bank + program change) - fixed delayed effect for bitcrush, distortion and wavefolder from FX - added random midi velocity from ranges - fixed text glitch in automators - fixed sample playing/gating through CV inputs - added sample triggering through CV inputs Files in the first post are updated Last call again before I declare this version as stable! RE: Release Candidate Firmware V1.24 RC11 - broecker - 03-05-2021 Thank you for the midi updates to RC11! the PC in the control preset is great! RE: Release Candidate Firmware V1.24 RC11 - mvdirty - 03-05-2021 Those sample / CV input -related updates are definitely going to have me revisiting a few things. Nice! RE: Release Candidate Firmware V1.24 RC11 - broecker - 03-05-2021 Bug - when in midi FX - Control Preset - and changing the value quickly (holding down button) the Chn to the right of the Val: ### does not refresh properly. goes between Chnnnnn and Cn (depending on which way you are going with the values). Visuals only. Does not do it when editing the Chn parameter when Control Preset set to Program Change. RE: Release Candidate Firmware V1.24 RC11 - XORadmin - 03-05-2021 (03-05-2021, 07:48 PM)broecker Wrote: Bug - when in midi FX - Control Preset - and changing the value quickly (holding down button) the Chn to the right of the Val: ### does not refresh properly. goes between Chnnnnn and Cn (depending on which way you are going with the values). Visuals only. Does not do it when editing the Chn parameter when Control Preset set to Program Change. Oh it took me a while to be able to reproduce it. It seems your key repeat is set to a very low value and the status bar drawing is slower than that, so it draws only a few letters until the value is being changed and it starts again. I do this actually to spread the drawing and be sure that all important timings are rock solid and stable. I will see if I can adjust it a little bit so it would work also with the fastest key repeat times. But only if it doesn't affect performance. In the end all is drawn well. RE: Release Candidate Firmware V1.24 RC10 - XORadmin - 03-05-2021 (03-05-2021, 11:38 AM)XORadmin Wrote:(03-05-2021, 04:25 AM)broecker Wrote: I think I found a bug with the delay. When changing between Delay Send and anything else it is randomly resetting the Delay Send amount to 00. I do not believe this is how it should work nor do I remember it working this way in previous firmware. Oh I think I understand what you are doing and what you get. When filling in Delay values in the FX columns, it will either set the last used value (SHIFT+RIGHT) or if you set to DELY and change the Delay setting, then it will use the current setting of the delay. So for example, if the send is currently set to 9 and you cange from time to send for example, then the 9 is being filled in. In your case it is a 0 since send was set to 0. So this is no odd behaviour but just a recall of the current value. This happens on more places like this (automators, envelopes etc..). RE: Release Candidate Firmware V1.24 RC10 - broecker - 03-05-2021 (03-05-2021, 09:05 PM)XORadmin Wrote:(03-05-2021, 11:38 AM)XORadmin Wrote:(03-05-2021, 04:25 AM)broecker Wrote: I think I found a bug with the delay. When changing between Delay Send and anything else it is randomly resetting the Delay Send amount to 00. I do not believe this is how it should work nor do I remember it working this way in previous firmware. Ah, ok. I guess I just hadn’t noticed it previously! Thank you. |