namke
wonkystuff
electronics and sound, what's not to like?!
Posts: 686
|
Post by namke on Apr 1, 2024 14:44:46 GMT
I have been slowly making updates to some of the wonkystuff modules - and to make them available, I've added a repository to GitHub here: github.com/wonkystuff/production-hexI've also got a draft version of the updating instructions on the website, however they are most definitely 'work in progress' and I'll be happy to support anyone following them. The instructions are here: wonkystuff.net/firmware-updating/Thanks to feijai I have discovered that the Adafruit UPDI Friend is unable to update the µ-Modules due to a slight design flaw on the board, the workaround will be published soon Most of the updates are minor, however I have just completed a major update to the mco/1 firmware which I'm pretty pleased with: - Preset waveforms added - 32 combinations mapped across the 128 program numbers
- Velocity-sensitivity added - output amplitude can be affected by note-on velocity, depending upon sensitivity setting
- MIDI CC implementation improved in line with implementation proposal by S. Luke, myself and Mathias Brüssel
- CC 4 - Sawtooth amplitude;
- CC 5 - Square/pulse amplitude;
- CC 65 - Pulse width;
- CC 66 - PWM amount;
- CC 67 - Sub oscillator amplitude;
- CC 69 - Noise amplitude;
- CC 37 - LFO rate;
- CC 36 - Velocity sensitivity
- Legato CC implemented - normal mode retriggers GATE for each new note, Legato mode does not
- Mod wheel adds pitch modulation from LFO
- Last selected preset and Legato-state are preserved across power cycles (automatically saved 8 seconds after the last update)
- Increased base sample rate to 60kHz from 40kHz to reduce some aliasing (oscillators still create aliasing at high end)
- Miscellaneous code tidying
… this can be found as the 'v2.0.0' update file
|
|
frndo
Full Member
Posts: 110
|
Post by frndo on Apr 2, 2024 12:33:06 GMT
I have been slowly making updates to some of the wonkystuff modules - and to make them available, I've added a repository to GitHub here: github.com/wonkystuff/production-hexI've also got a draft version of the updating instructions on the website, however they are most definitely 'work in progress' and I'll be happy to support anyone following them. The instructions are here: wonkystuff.net/firmware-updating/Thanks to feijai I have discovered that the Adafruit UPDI Friend is unable to update the µ-Modules due to a slight design flaw on the board, the workaround will be published soon Most of the updates are minor, however I have just completed a major update to the mco/1 firmware which I'm pretty pleased with: - Preset waveforms added - 32 combinations mapped across the 128 program numbers
- Velocity-sensitivity added - output amplitude can be affected by note-on velocity, depending upon sensitivity setting
- MIDI CC implementation improved in line with implementation proposal by S. Luke, myself and Mathias Brüssel
- CC 4 - Sawtooth amplitude;
- CC 5 - Square/pulse amplitude;
- CC 65 - Pulse width;
- CC 66 - PWM amount;
- CC 67 - Sub oscillator amplitude;
- CC 69 - Noise amplitude;
- CC 37 - LFO rate;
- CC 36 - Velocity sensitivity
- Legato CC implemented - normal mode retriggers GATE for each new note, Legato mode does not
- Mod wheel adds pitch modulation from LFO
- Last selected preset and Legato-state are preserved across power cycles (automatically saved 8 seconds after the last update)
- Increased base sample rate to 60kHz from 40kHz to reduce some aliasing (oscillators still create aliasing at high end)
- Miscellaneous code tidying
… this can be found as the 'v2.0.0' update file Wow amazing! To update the mcc/4 it's mandatory update the mb/1 first?
|
|
namke
wonkystuff
electronics and sound, what's not to like?!
Posts: 686
|
Post by namke on Apr 2, 2024 12:47:49 GMT
I have been slowly making updates to some of the wonkystuff modules - and to make them available, I've added a repository to GitHub here: github.com/wonkystuff/production-hexI've also got a draft version of the updating instructions on the website, however they are most definitely 'work in progress' and I'll be happy to support anyone following them. The instructions are here: wonkystuff.net/firmware-updating/Thanks to feijai I have discovered that the Adafruit UPDI Friend is unable to update the µ-Modules due to a slight design flaw on the board, the workaround will be published soon Most of the updates are minor, however I have just completed a major update to the mco/1 firmware which I'm pretty pleased with: - Preset waveforms added - 32 combinations mapped across the 128 program numbers
- Velocity-sensitivity added - output amplitude can be affected by note-on velocity, depending upon sensitivity setting
- MIDI CC implementation improved in line with implementation proposal by S. Luke, myself and Mathias Brüssel
- CC 4 - Sawtooth amplitude;
- CC 5 - Square/pulse amplitude;
- CC 65 - Pulse width;
- CC 66 - PWM amount;
- CC 67 - Sub oscillator amplitude;
- CC 69 - Noise amplitude;
- CC 37 - LFO rate;
- CC 36 - Velocity sensitivity
- Legato CC implemented - normal mode retriggers GATE for each new note, Legato mode does not
- Mod wheel adds pitch modulation from LFO
- Last selected preset and Legato-state are preserved across power cycles (automatically saved 8 seconds after the last update)
- Increased base sample rate to 60kHz from 40kHz to reduce some aliasing (oscillators still create aliasing at high end)
- Miscellaneous code tidying
… this can be found as the 'v2.0.0' update file Wow amazing! To update the mcc/4 it's mandatory update the mb/1 first? Nope, all modules are independent. I would recommend updating mb/1 though as it fixes a bug in the case that a system-real-time message is received during a channel message (e.g. note-on)
|
|