Jump to content

Greeny_fr

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

About Greeny_fr

  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

Greeny_fr's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Hi there, I'm currently building a Midibox 64 to use as a floorboard with my Pod XT. So far i have : 1 core Midi In & Out 3 unmuxed pots (volume, wah and another optional parameter) 13 buttons on a DINX4 Bank + & - Preset A B C D Boost, Stomp, Mod and Delay Tap Tempo Tuner on/off Wah on/off 13 LEDS on a DOUTX4 (one led per button) A working bankstick A little box with 4 buttons for the menus Everything is working fine (buttons are working, LEDs are lit, pots control whatever i want them to) but i have some conceptual questions that are bugging me. I have searched (and managed to get all my hardware troubles fixed) but have not really been able to find answers; in fact it's been mostly confusing. I'm using the Midibox64 source and customizing it. I'm not afraid to code even though i have very little experience, so i'm not asking you to do it for me but just to guide me please, especialy to point out where i have to customize things in the source files :) 1 - The pod XT live has 128 presets : 1A->1D .... 32A->32D. I'd like to switch between them obviously by using ABCD buttons and bank +/-. For each preset i'd like to have recalled the current status of stomp delay mod and boost so that the according LEDs are lit directly, plus i'd like to be able to assign the 3rd pot to a different parameter. If possible, i'd even want to store a patchname. What's the correct way to do that ? I'm lost. I thought : I configure Midibox to go in patchmode. Perfect, 128 total. Bank +/- could increase/decrease an internal value "B" from 0 to 32. The ABCD buttons could be assigned to a "go to patch 1+4B, 2+4B, 3+4B, or 4+4B" via meta events and so i can access 128 presets. But if i go into preset X, it doesn't send a program change message at the same time, does it ? Is it even possible ? In general, can i make so that a button press executes more than 1 function ? I think it's possible given the fact that menu buttons have totally different uses than the other ones. 2 - I'd like to have the bank +/- led blink (or just light on) when i press them and stop blinking when i select a patch. Once again, any clues on where i have to search ? 3 - Can some LEDs be assigned to the current midibox patch ? So far i have the ABCD buttons assigned to program change but if A is active and i press B, the "A" led doesn't light off. 4 - Where do i have to make changes so that the first line of the LCD displays the current patchname ? There are 70+ files for the midibox so excuse me if it looks stupid, but once again i've tried to search but it confused me even more than i was. Thanks for all.
×
×
  • Create New...