Hi all,
I've pushed a custom firmware that fixes a few things that were annoying me. Anyone else is welcome to try it and use it.
Remember, it's not the official firmware, so obviously not supported by Sonic Potions. Probably some of the fixes I've made will end up being made by Julian at some point in the official firmware. Anyway here is a list of things that I've changed:
- Midi off - sequencer will send a midi note-off message before sending the next note-on message or when stopping the sequencer
- Note names - Instead of seeing a number, you will see a note name displayed (eg G#2). makes sequencing midi gear easier
- Note override - Added midi note setting for each voice. This is the midi note that's sent when the voice triggers. If set to C0 it will trigger the note on the step. This allows for more flexibility than the old midi mode, so I removed that.
- LFO/Velocity Mod/Automation target fixes - The displaying and editing of these settings is much easier and more descriptive.
- Separate open/closed hi hat decay setting onto separate voice buttons
- some other minor cosmetic bugs that were annoying me
If anyone wants to try it, here it is
https://github.com/rudeog/LXR/tree/master/firmware imageThe code is also in that tree.
Comments
Thanks
I like the idea to have the whole selection displayed in upper chase. Very nice!
While tweaking arround I recognized that the dsc value in the mod menue can not be altered by the knobs when it is on off. It is only possible to change it with the encoder method. After selecting something I was not able to select the off value afterwards. It seems that the knobs doesn't see the off value.
I will test the sequencer later.
@mokomo this does not include the sample upload. Julian hasn't pushed the code for that to his branch yet, so I can't merge it to mine.
@sackley85 it will depend on how many changes he's made to his branch since I took a snap of it. Also, he might envision different ways of solving these same issues.
I have to fix some stuff in my current version before i'll push it to my git, then I'll have a look at your modifications and will probably inlude them to the main tree.
thanks a lot!
I could not sequence other hardware because of the missing note-off command before.
Here are a few remarks:
@Mobius The midi channel in the mix menu has only 16 values. It might be in the off position initially (if your settings were saved with that value). I wanted to add an option of turning the midi off for the voice, but didn't get to it yet. For now just turn it to channel 16 and don't put anything on that channel. It's still a pain because it will still send data, but at least it will be off to the side. I like the transposition idea.
I will try this!
Note names is a great idea !!!
How can you go in the firmware? Wat program to use , i am just a rookie in this stuf but is it possible to change firmware in other machines to? I am a collector of roland MC's and it would be great to make some changes in these devices .
For the LXR and other DIYsynths like the shruthi, the complete sourcecode of the firmware is available.
So making changes is easy.
The commercial synths from big companies are all closed source, often even with encrypted firmware images. So to make changes in those firmwares, you would have to decrypt and disassemble the whole firmware, which is avery very cumbersome task!
The only other commercial box that I know of that had custom firmware was the MPC. Although I'm sure the guy that wrote it had some kind of connection with Akai. I wonder if there are others.
but this was achieved with reverse engineering the binary :-p
If the merge succeeds I'll fix some more MIDI bugs and will upload a new official firmware
And I say this after not having finished the first file yet.
Unfortunately I did some refactoring myself while implementing the sample upload and the AVR menu.c is a big red blob
Time to work on some new ones
I'm now going to test everything and continue with the MIDI fixes.
Do you have a detailed changelog or should I stick to the commit log?
On the one hand it is great for external sequencing.
on the other hand it confuses the hell out of me while trying to programm notes with the internal synth engine, since the coarse tune setting is throwing all the note values off.
gotta play around with it a little bit more. maybe I'll get the hang of it
I would prefer the note value display for the coarse parameter as well.
This would also mean I have to change the sequencer note value display.
One option would be to calculate the real note value on the sequencer note parameter.
for example coarse of the main OSC is set to C1.
Now with a note setting of zero (like it was before) the sequencer would also show C1.
A change in the seq. note to +2 would yield in a displayed note D1.
if coarse is set to F4, with a note value of zero the sequencer would show F4, with a note valueof +4 it would show A4...
Of course the coarse osc setting would not effect the send midi note value.
So for external gear the displayed note would be off again :-/
I think rudeogs main reason for adding note names in the sequencer was to make it easier to sequence external gear.
I would propose to make the sequencer note display dependant on the midi mode setting.
Since the pitch mode is only used to sequence external gear, one could display the sent midi note number in the sequencer when it is active and show the played notes value (including the coarse offset) when trigger midi mode is active?
or would that be too confusing?