Ok, well that looks about the same as mine, relatively speaking. I assume you checked those three paths at the end to make sure they have valid looking header files...
In particular, one of the errors you got was missing util/atomic.h (from presetMa…
the avr gcc command itself should know wher to find its headers. run the command I suggested and see whether anything weird with the paths it dumps. you shouldn't need to add these to eclipse
I suspect it has to do with case sensitivity in filenames. On windows there is no case sensitivity. Try changing the include line in the code to have a lower case h. etc.
If you wanted to do that, you might need to tie up another voice by putting a single hit (on that other voice) in position 13 and having the LFO on that other voice set to 1/4 but having it control your first voice coarse parameter.
Alternatively …
Can't you just set the LFO to the correct tempo sync rate for one measure (1/1 ?), sawtooth, and set the phase according to where you want to start?
I'm not at my LXR now so can't try it.
Another update pushed to custom firmware master branch (see top post in this thread). This update includes two changes:
- Realtime erase - This is useful, I've found, when recording sequences on a keyboard that are multiple bars (measures) in length…
Retrigger means that it starts the LFO cycle at it's beginning phase. So you can actually use the lfo as an envelope against any parameter.
When recording, it detects CC messages and assigns those at the closest quantization step. So you have to ac…
Automation in the context of the LXR is the ability to set any one parameter to a specific value at a specific step. You have 16 steps and 8 substeps per step. For each of these substeps you can choose two parameters to "automate" and what value the…
@djversus01 that version has not been updated to work with Vanilla 2.0
@julian Maybe have the wiki users be manually added based on request, so you could limit it to people who are already participants in the forum?
I have the avr isp MKII and it works just fine with avrdude as well as avr studio. The reality of the situation though is that you rarely need it. For projects like LXR, the chip comes with a bootloader already flashed. If you have a spare arduino b…
I've used dokuwiki for a while, but only for my own stuff, so not sure how it is with authentication and such. It would be cool to have something use the same authentication as Vanilla, so folks wouldn't need to login twice. I did a quick search and…
Another update:
- Added ability to turn off the "bar counter". This would mean that all patterns will repeat exactly the number of times specified, and then move to their subsequent pattern (as opposed to counting bars from the beginning of the song…
In my opinion that would not chew much CPU as it's not DSP and therefore consumes little of the CPU's time (but Julian would have to answer definitively). I'm not sure how it could be fit into the interface easily (ie, you'd need some kind of key co…
@borfo Yes, it will record the actual midi notes. Its really fun to be able to make sequences this way, and even to record different pitches of internal sounds with a keyboard. It will not do anything with note off messages at this point (ie the not…
The way the CC's are laid out now is that they have an assigned CC (or NRPN) for every parameter on the box. So you could either respond on any channel, or respond on a single channel. To me it's more flexible to respond on a single channel (in case…
New custom firmware... If you want it, it's in the global-menu branch of the rudeog repository.
New features:
- Recording will honor midi note setting. This functionality allows midi notes received on channels to be handled in a way that is consiste…
The recording might need a bit of work (right now I think it's only recording with the fixed notes starting on C for the 7 drum sounds I think). The idea would be to have it honor the midi mode so that if you are in "Any" mode it would record the no…
@Julian, let me know when you are done, and I'll get my master in sync with yours. My next task is to expand the global menu so that it can be more than two pages (we've run out of space). I'm thinking of special casing this menu to use the addition…
Yes, the midi filtering only affects stuff that is generated by the lxr (txf) or received by the lxr (rxf). All of the passthru midi messages are unaffected by the filter.
As for the upside down thing, never leave the unit un-rebooted after updatin…