What really needs to happen is we need to either rename all the files (and directories) to be lowercase or fix all includes to reflect the case of the header files (the latter might be simpler). And we need to change all backslashes to forward slash…
New firmware fixes:
- 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))
@borfo I'd recommend getting to the point where you can build and install your own firmware (if you are not already there). Once you can do that, you can start messing with different stuff. For example, in the euclid generator, you could hard code s…
Here's one that uses all 8 pattern slots with some random switches. I've tried to get a kind of wobble synth sound. Rename to extension prf. You will need custom firmware from Jan 30 or later.
I like that bassline and sounds. This is cool. I've renamed the file to end in jpg and attached it. If anyone downloads it from here, rename the extension to prf and if you already have prf files number it accordingly with the next available number
It looks interesting. So to me it would be more useful to be able to rotate it to a setting immediately (as opposed to using a knob) so you can accurately and quickly switch to the exact setting. Maybe a button combination with one of the step butto…
Do you have an example of how this sounds in a performance? I take it you are talking about rotating a single drum voice's sequence so the beats are shifted in relation to the other drum sequences in that pattern, and I'm wondering how useful that i…
Just pushed a minor fix.. Bar reset on pattern change mode will now also be saved in performance. Shouldn't affect performances already saved. Also fixed a bug when realtime erasing. It was still playing the note as it erased. That is fixed.
The performance save will save all of the settings into one file, so there is no need to save anything else. You could give that PRF file to someone else, they could load it on their SD card, and could play the same song as you sounding exactly the …
Make sure you have a Release directory under DrumSynth_FPU, then right click the project do clean project (might get errors), then right click the project and do build project. You might also need to rebuild indexes (although not sure)
If you haven'…
Just tried this (sync LXR to DAW) In reaper I get a 31 millisecond lag (lxr is 31 ms behind reaper) (using midi din). When I sync to my MPC (mpc is master lxr is slave), the LXR is 3 milliseconds behind MPC (not noticeable).
In reaper I can ADD del…
So to clarify, there is the "playing" pattern and the "edited" pattern. The playing pattern can always be set with single click when in perf mode. The edited pattern can be set with shift-click in perf mode. If follow is on, the edited pattern will …
You can toggle between them when in performance mode. Depending on your "follow" setting, you can edit them while they are playing. If follow is off, you have to do shift click to set the edited pattern.
@untoldlb Glad it works with a different card. I wonder if @tb323 is onto something with the card not being ready when powering on. Might be worthwhile to do a check of some sort and wait a bit if it fails.
@erwanone I have not touched any of the s…
Ok, so I think all you need to do is create a script that sets your paths and launches eclipse. You will need 3 paths: avr path, arm path, make path. My script looks like this (windows), so you'll need to probably change it to use export and $PATH. …
Ok, I managed to replicate the same behavior... Muffled weird sound and the first 8 substeps are turned on, some knobs don't work. The only way I was able to replicate it was by actually removing the P000.SND file from my SD card. It looks like it d…
It's better to reinstall or get it installed properly. avr-gcc is hardwired to look in paths relative to where it's launched from. So if you have a lib/avr in your root, maybe move that whole tree to where it belongs, or clean it out and try to get …
Can you post these two files from your SD card: glo.cfg and p000.snd (from the root directory)?
Also can you confirm that you see the behavior right after turning the unit on (ie, before having loaded any patterns or drumkits manually).
Click the link at the top of the thread, then click the link in the descriptive text. That will always be a permalink to the latest release customized firmware.
In order to make this work you need to set the step note value on that voice to a note (it should NOT be set to "any"). The LFO will be centered on that note. Also it will only affect the midi note that is sent on the channel set for that voice (wil…