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

astralpirate

About

Username
astralpirate
Location
United States
Joined
Visits
300
Last Active
Roles
Beta Tester
Points
7
Location
United States
Posts
10
2
Badges
  • Option to change tempo knob behavior

    Hello, I love Deluge, but I would prefer if the tempo knob changed the tempo in 1 bpm increments by default and changed it by 4 bpm increments when pushed in (which is the opposite of how it works now). I found a way to do a live dj set with original beats, but I need the ability to precisely change the tempo quickly, and right now it is too easy to over or undershoot the exact tempo.

    I suggest having an option to toggle between the current and suggested behavior in the system settings. Thank you for all of your efforts!

  • Option to change tempo knob behavior

    Now that the code is open source I actually fixed this myself today... I am a novice with C++ but with enough digging I found the section that handles the tempo knob and just flipped the behavior... Turning now increments by 1 bpm, pushing in and turning increments by 4... Once I figure out how to use GitHub properly I'll upload the code and .bin... It feels good to look back at one of my old suggestions and later be able to implement it myself...

    **UPDATE: Here is a link to the .bin file for anyone curious... (on my brand new GitHub page)

    https://github.com/suivaht/DelugeFirmware/releases/tag/tempoknob-noscroll

    It is just OLED 4.1.3 with the tempo knob behavior change (and I also changed the scrolling behavior for text that is too long... it no longer scrolls... that was bugging me)... Please try it out and let me know if it is useful...

  • Quantize amount and post-record quantize

    Have you seen the work that @Alter has been doing? It is really impressive, they've already included the post-recording quantize and a lot more (master compressor??) check out the firmwares on github:

    https://github.com/alter-alter/DelugeFirmware/releases