M
Reaction score
5

Latest activity Postings About

    • M
      The code is writing to the pedal before it is signalled ready, hence the reset. In your code above, ensure 'deviceReady' is checked before calling util_setCtrlValue().
    • M
      The EncoderTool from MatrixRat above looks promising, and is probably better suited to the task, though I've not tried. Regarding using util_getCtrlValue(). I wouldn't recommend a user interface design where a read back is perform after each and...
    • M
      I would recommend against the 3.5mm interface as would unnecessarily complicate your design. For example, how could you infer a preset change where it happens external to your software? Polling is one option but not recommended to continuously...
    • M
      Its looking good, and yes, I'm envious.
    • M
      MichaelMC reacted to Rezo's post in the thread Call to arms | Teensy + SDRAM = true with Like Like.
      Here's a quick update from me: Got some 5" and 4.3" LCDs here, 800*480px, 16.7M colors @Dogbone06 sent over some Adaftuit 40 pin lcd breakout boards which arrived on Monday, got to wiring it up day before last, and started testing. Consulted...
    • M
      Touch input could be used to directly modified multiple onscreen controls without having first select focus. Say, a Bargraph. But could also be used in conjunction with physical input control(s) (keys/knob) for the best of both worlds. If going...
    • M
      This morning I saw a new domain, the bass forum, had linked to the github source tree, and then in turn I came across that thread. And you're correct, I'm in Belfast, Ireland. I'll throw together simplified version without the audio board, but...
    • M
      Thank you. Note that the video does include an added audio adapter board, which isn't actually necessary if only the C4 Synth functionality is desired. The rotary encoder also has turn indents that prevent slippage.
  • Loading…
  • Loading…
Back
Top