DavidBanner Posted February 17, 2008 Author Report Share Posted February 17, 2008 I'm having no problems at all...Some questions:What version of Live?Which Remote Script is active?What application are you using on your midiBox? Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 18, 2008 Report Share Posted February 18, 2008 I'm having no problems at all...Some questions:What version of Live?Which Remote Script is active?What application are you using on your midiBox?Live 7.0.1No remote scriptMidibox 64 Quote Link to comment Share on other sites More sharing options...
DavidBanner Posted February 18, 2008 Author Report Share Posted February 18, 2008 mmm, I haven't played with live 7 yet - I'm waiting for a few months and a few sub versions....try loading http://www.ucapps.de/mios/ain64_din128_dout128_v2_0.zipsee if any of the buttons or douts are sticking in the on position.also try triggering the clips with that application loaded and let me know how it goes.... Quote Link to comment Share on other sites More sharing options...
DavidBanner Posted February 18, 2008 Author Report Share Posted February 18, 2008 oh and check that the buttons are sending a note on / note off on each button push Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 18, 2008 Report Share Posted February 18, 2008 mmm, I haven't played with live 7 yet - I'm waiting for a few months and a few sub versions....try loading http://www.ucapps.de/mios/ain64_din128_dout128_v2_0.zipsee if any of the buttons or douts are sticking in the on position.also try triggering the clips with that application loaded and let me know how it goes....Wow, this prgm works fine! :-)I'm gonna read the .h before asking the next questions.Thanks. Quote Link to comment Share on other sites More sharing options...
DavidBanner Posted February 18, 2008 Author Report Share Posted February 18, 2008 I love it when a plan comes together..... Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 18, 2008 Report Share Posted February 18, 2008 One more thing...Encoder not working with this application. :PI added "ENC_ENTRY 1, 2, MIOS_ENC_MODE_DETENTED" because i use the correct pins on the J3, pin 2 & 3. recompile correctly, uploaded to the pic and i'm getting nothing from my encoder. Any idea ? ;; encoder entry structure ENC_ENTRY MACRO sr, din_0, mode dw (mode << 8) | (din_0 + 8*(sr-1)) ENDM ENC_EOT MACRO dw 0xffff ENDM global _MIOS_ENC_PIN_TABLE _MIOS_ENC_PIN_TABLE MIOS_ENC_PIN_TABLE ;; encoders 1-16 ;; SR Pin Mode ENC_ENTRY 1, 2, MIOS_ENC_MODE_DETENTED ENC_EOT ENC_EOT ENC_EOT ... Quote Link to comment Share on other sites More sharing options...
DavidBanner Posted February 18, 2008 Author Report Share Posted February 18, 2008 do you have a DINX4 connected to the core? Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 18, 2008 Report Share Posted February 18, 2008 do you have a DINX4 connected to the core?Yes, one.I use J3, pin 2 & 3.I also tried with J4, pin whatever... Quote Link to comment Share on other sites More sharing options...
DavidBanner Posted February 18, 2008 Author Report Share Posted February 18, 2008 sounds like you either have the wrong pins assigned or the encoder is wired wrong.... Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 18, 2008 Report Share Posted February 18, 2008 sounds like you either have the wrong pins assigned or the encoder is wired wrong....I don't want to hijack your thread...I tried everything, no go.Just to let you know that if i conect a button to one of the assigned encoder pin, the button not work either.MB64e the encoder works, same pins!I'm lost.Thanks! Quote Link to comment Share on other sites More sharing options...
DavidBanner Posted February 18, 2008 Author Report Share Posted February 18, 2008 I don't want to hijack your thread...hehehe - it's our thread....so it sounds like it's a s/w issue.it's been so long since I built the skeleton for my app I can't remember if the test program supports encoders...could be time to post another thread specific to that issue... Quote Link to comment Share on other sites More sharing options...
cimo Posted February 19, 2008 Report Share Posted February 19, 2008 MIOS configured for 64 pots, 128 buttons, 128 LEDs this is what ucapps says about that app. no encoders are accepted by defaultSimone Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 19, 2008 Report Share Posted February 19, 2008 this is what ucapps says about that app. no encoders are accepted by defaultSimoneHow to enable encoders in this app ?Another dumb question:Is there a way to tell one Led button to be turned off from another button in this app?Ex:1- I press button nbr 42- LED button nbr 4, turn on3- I press button nbr 84- LED button nbr 8, turn on and LED Button nbr 4, turn offsimple as that.I need some programming examples to help me with thisThanks! Quote Link to comment Share on other sites More sharing options...
cimo Posted February 19, 2008 Report Share Posted February 19, 2008 Quote from: cimo on Today at 05:01QuoteMIOS configured for 64 pots, 128 buttons, 128 LEDsthis is what ucapps says about that app. no encoders are accepted by defaultSimoneHow to enable encoders in this app ?dunno why don t you use mb64e ?Is there a way to tell one Led button to be turned off from another button in this app?Ex:1- I press button nbr 42- LED button nbr 4, turn on3- I press button nbr 84- LED button nbr 8, turn on and LED Button nbr 4, turn offsimple as that.I need some programming examples to help me with thiswhat about programming in C ?simone Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 19, 2008 Report Share Posted February 19, 2008 dunno why don t you use mb64e ?what about programming in C ?simoneMB64e is ok but is there a C version somewhere ?I'm able to code in C but it is a long time, 15 years ago :-( Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 19, 2008 Report Share Posted February 19, 2008 I love it when a plan comes together.....How do handle the Ableton transport LEDs status ?I don't have any midi status from Play/Stop/Rec buttons!In fact, i only get midi status with "Slot Clip", "i/o Monitor", "Speaker On" et "X-Fader Assign" buttons, that's all.And you? Quote Link to comment Share on other sites More sharing options...
DavidBanner Posted February 19, 2008 Author Report Share Posted February 19, 2008 the dB Live has full control over everything with midi feedback.....if you read this post you'll notice I'm using the Mackie protocol.... Quote Link to comment Share on other sites More sharing options...
cimo Posted February 19, 2008 Report Share Posted February 19, 2008 hino there isn t a C version of mb64e and there won t probably never be one!, C is suitable to build your own personalized apps.Believe that doing some basic stuff is very easy (if i did it! pfff) get the skeleton, add the function you need from the C codes example.As DB pointed out you can always implement the MC protocol (it s available in C, but in alpha so you you may have to pick up what you need and add it to your app)simone. Quote Link to comment Share on other sites More sharing options...
dstamand Posted February 20, 2008 Report Share Posted February 20, 2008 hino there isn t a C version of mb64e and there won t probably never be one!, C is suitable to build your own personalized apps.Believe that doing some basic stuff is very easy (if i did it! pfff) get the skeleton, add the function you need from the C codes example.As DB pointed out you can always implement the MC protocol (it s available in C, but in alpha so you you may have to pick up what you need and add it to your app)simone.Yeah thanks!Just downloaded the Alpha app! wow! i'm gonna get busy for the next few weeks! :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.