Jump to content

dOperator

Members
  • Posts

    11
  • Joined

  • Last visited

dOperator's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Hey, First, thanks, that was fast! :smile: Just tried it, but it doesn't work for me. I guess that's because i wired the buttons differently. My Buttons are Vd ----o Button o---- analog input .. and i added a 220 ohm resistor from pin #3 to #8 on the ainser64 4051's, to get rid of random messages. No idea what i am doing there, really, just tried things until it worked :o Will that setup potentially damage my hardware? I'm considering to rewire the buttons, but it's some work, and it is actually working pretty nice with the hack for now. When i set the range very low, something like 0:4 it does work like a standard 'press' button, but it doesn't toggle on/off .. with higher settings it doesn't trigger at all, or triggers once, but not again. EVENT_AINSER id= 41 type=CC ain_mode=Switch chn=1 cc=16 range=0:3 offset=0 fwd_id=LED:144 lcd_pos=1:1:1 label="^std_aser" [6010.478] MBNG_AINSER_NotifyChange(41, 2578) [6010.480] [EVENT] id=AINSER:41 hw_id=AINSER:41 bank=0 fwd_id=LED:144 type=CC value=0 label=^std_aser [6010.480] MBNG_DOUT_NotifyReceivedValue(144, 3) [6010.581] MBNG_AINSER_NotifyChange(41, 0) [6010.581] [EVENT] id=AINSER:41 hw_id=AINSER:41 bank=0 fwd_id=LED:144 type=CC value=3 label=^std_aser [6010.581] MBNG_DOUT_NotifyReceivedValue(144, 0)
  2. So, while writing the config for my controller i had an idea (: The setup is pretty traditional: 8 tracks, each with motor fader and a couple of encoders. To make the most out of the motor faders it would be very cool if one could just assign them to any of the (already mapped) encoder CCs in the way that the midi mapping works. Possible already somehow?
  3. Thx TK! In case somebody is in the same situation, i figured sth like: EVENT_AINSER id= 41 range=0:1 type=meta ain_mode=Snap if_unequal=0 meta=RunSection:1 EVENT_BUTTON id=1041 button_mode=Toggle type=CC chn=1 cc=1 range=0:127 fwd_id=LED:144 and if ^section == 1 if Button:1041 > 0 set Button:1041 0 else set Button:1041 127 endif endif works way better than the code above (didn't allways trigger correctly, double trigger etc.)
  4. YAY! EVENT_AINSER id= 41 type=meta ain_sensor_mode=NoteOnOff if_equal=80 meta=RunSection:2 and if ^section == 2 if Button:1041 > 0 set Button:1041 0 else set Button:1041 80 endif endif Thanks Marxon!
  5. Hey, adding _stop_on_match doesn't change anything, it toggles on at first press, but doesn't toggle off on the next press. (the "note_off" events are already filtered out with 'if_equal' condition, and it only sends one 'note_on' when the button is pressed.)
  6. Hi, dusted off my unfinished midibox_ng ... so i got all encoders, LEDs and buttons working, but i can't figure out how to use buttons connected to a ainser64 module as toggle buttons. (I wanted to use analog pots for the encoders at first, but decided for digi encoders later, so thats why all my buttons ended up on the ainser64 module.) My first try was something like: EVENT_BUTTON id=1041 range=0:80 button_mode=toggle fwd_id=LED:144 EVENT_AINSER id=41 ain_sensor_mode=NoteOnOff if_equal=80 fwd_id=BUTTON:1041 which does toggle the button on, but doesn't turn it off again. Tried a couple of other ideas too (conditional events, depending on the buttons state) .. but no matter what i do i don't get it to toggle on and off. Is it possible? Just missing something obvious (just starting to get into the config options)? Thanks a lot :)
  7. Damnit, aright, have to live with the unaligned lcds then until (if) i make a proper metal frontplate. Thanks for the fast answer!
  8. Hi, I'm building a midibox ng atm, with parts of a midibox seq4. Since i didn't leave a gap in the middle of the frontplate like on the seq4, the lcds don't align properly to the knob rows. Now, if i could rotate the right lcd by 180°(like in the picture), it would align a lot better, could maybe even file off the backlit connectors to get the two lcds closer together. Is there a way to rotate the output? Maybe in hardware, like swapping cables or so? I looked into the firmware code, didn't see any options to rotate the output there, i guess it would be possible to code it somehow tho? Not too experienced with electronics nor low-level coding, so help appreciated a lot :smile: Thanks! current state of affairs:
  9. Thanks, working perfectly now (:
  10. Not Wilbas here, custom with a dedicated tempo tap button. It's the same with Menu+Play and BPM page for me.
  11. hellos, been testing things on my unfinished midibox seq4 (lpc17) .. and i can confirm that the tempo tap doesn't work as expected, it's a good deal too fast (110 instead of 90 bpm eg) ..
×
×
  • Create New...