Please familiarise yourself with the forum, including policy on feature requests, rules & guidelines

Cowboy

About

Username
Cowboy
Joined
Visits
45
Last Active
Roles
Beta Tester
Points
2
Posts
3
1
Badges
  • sustain pedal - simple solution?

    I've been having the same issue with Deluge (and TBH, I've had sustain-related issues with other sequencers in the past) so I wrote some code and got it working with a Teensy 4.1 as a USB device/host "proxy" so I can get the sustain pedal that's connected to my Minilab Mk2 working with Deluge.

    TL;DR: The code prevents Note Off messages from being sent while Sustain (MIDI CC 64) is held, but it keeps track of them, so that when the Sustain pedal is released, all the pending Note Off messages get sent. There's a little more to it than that, but not much.

    There's also some code in there that lets me use one of the Minilab Mk2 pads to control global Aftertouch, but that's easy enough to delete.

    Either way, the code and a WIP photo are here, but this is very much a DIY thing: https://gist.github.com/cowboy/23e9df2897a4f63aca8f5cb9d99db814

    When I finish designing the enclosure for it, I'll post the files in that gist.

  • [BUG] How do you make a repeating, 16-step long note in a single 16-step clip?

    @feijai I agree completely. I understand that a decision was made to bias the UX of creating clip-length notes towards people who are creating drones, but it feels inconsistent and confusing to me. When I first observed this behavior, I thought it was a bug, because when you create multiple adjacent same-pitch notes in a clip, multiple notes are played, yet this behavior is not consistent for clip-length notes.

    I appreciate all the effort Synthstrom has made to create Deluge, but I feel that inconsistent behaviors like this should be revisited and made more consistent. There are certainly ways to solve this problem that result in more consistent behavior.