I decided to start a new thread as the old one was getting crusty :-)
Here are some new features that are now pushed to the custom firmware master branch. Note that this is not the official firmware, but the features will probably end up being added to the official firmware at some point. The custom firmware is always available at this link:
https://github.com/rudeog/LXR/raw/master/firmware image/FIRMWARE.BINNew features today:
- Save/Load performance - this new save option lets you save/load the current drum patch along with the current pattern set and the BPM into one file allowing multiple slots. (PRF files)
- Save/Load all - this new save option lets you save/load all the data in the LXR (kit, pattern, settings) into one file allowing multiple slots. (ALL files)
- Better handling of startup not finding the default drum kit. Will display an error and continue with a patch that needs editing before it will work.
Comments
Awesome as it can be, thanks a lot for implementing this Rudeog !
@admviolin what a great idea!
Wrote about it in another thread:http://forum.sonic-potions.com/discussion/111/pattern-generator-rotation . I think the best would be to save a rotation parameter on each instrument so when you change number of steps the "start" would remain where it was before.
I'll give it some thought...
- Fixed LFO target voice issue (was not letting you target parameters on different voices)
- Merged 0.28 fix from official fw (fixed sine OSC offset bug (start is now on zero crossing))
Thanks for the updates!
First, I use rudeog last version so if anyone with the official version can try this on his lxr and report if it's the same i would be thankfull.
In the snare voice, i thinks the original wave (set by the first coarse and wave choice) is not affected by the filter of the voice.
If i but the mix parameter of the snare voice to 0 , i see that the sound is not affected by the filters paramaters.
If i put it to 127 i can fully ear the filters parameters.
Is it "normal"?
EDIT: Just looked at the manual and yes its normal ...
THanks everyone!
when using samples as snare i missed the filter too a few times.
ez
naster
What unit is transmitting the midi clock? Can you verify it by having it sync another device? Are you sure it's sending clock and not MTC? Can you have it transmit note data (set the LXR's global channel to the same channel and your note setting for the current voice to Any and send a note).
https://github.com/rudeog/LXR/raw/master/firmware image/FIRMWARE.BIN
R = realtime (midi clock/start/stop signal)
N = note on/off messages
P = program (pattern) change messages
C = control change messages
All = all 4 of the above are active
Off = none of them are active
Midi routing (MRT) has these letter codes:
M = midi din port
U = usb midi port
A = both midi and usb port
So if you see M2M it means anything received on a midi port is transmitted to a midi port. If you see M2A it means anything from a midi port is transmitted to both midi and usb. Midi routing will route all messages regardless of whether midi filtering allows them (so it's basically an advanced midi thru). Some routings are not present like U2U (as it makes no sense). I think right now it's missing the ability to do both m to u and u to m, but I think it could be added if people are interested in turning their LXR into an expensive usb midi interface :-)