Jump to content

Phatline

Members
  • Posts

    1,279
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Phatline

  1. Phatline

    Trigger-Matrix-Footboard-CC

    Footboard Controller with 8 Hardware buttons and more Virtual Buttons accessable via 3x 2x40 LCDs... built for my guitar-syntharist - cri derntl
  2. Wiring construction thru-holes
  3. http://wiki.midibox.org/doku.php?id=16th_fixed_polysequencer
  4. Phatline

    to delete

    yeah!!! i want that
  5. i need rackmount . with desktop case or simular would be fine. not too deep
  6. na 300mm dont fit in my flight cases. thought more in the size of your desktop cases. they dont fit?
  7. is there a case for the rackmount panel?
  8. multitrack record, recorded with zoom livetrack12, made with one JP8080 for all tracks (also drums) overdubed with the Midi-Clock to Audio, Audio to Midi-Clock technology in order to drive a midibox seq light multiple once after a nother... info about midi-clock to audio: and wiki: http://wiki.midibox.org/doku.php?id=clock2audio2clock
  9. cool idea... i also want such device.
  10. i want to connect one Encoder directly to J5a i know that in my Code i have to initalize this pins: // initialize pin 2 of J5A, as Digital input with internal Pull-UP //connect to ground MIOS32_BOARD_J5_PinInit(0, MIOS32_BOARD_PIN_MODE_INPUT_PU); MIOS32_BOARD_J5_PinInit(1, MIOS32_BOARD_PIN_MODE_INPUT_PU); and i also can observe the state of the J5a pin by putting following code into APP_Background: MIOS32_BOARD_J5_PinGet(0) MIOS32_BOARD_J5_PinGet(1) all clear so far, and working good with buttons (with hardware debouncing ): debouce-circuit how does a Encoder-Code look like (without any Acceleration), and how does Hardware debouncing look like (the same like for buttons?), i want to use as less code then possible... thx 4 any tips
×
×
  • Create New...