Jump to content

dB Live - Update and (finally) some photos - update


DavidBanner
 Share

Recommended Posts

  • Replies 69
  • Created
  • Last Reply

Top Posters In This Topic

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.zip

see 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.

Link to comment
Share on other sites

One more thing...

Encoder not working with this application.  :P

I 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
...

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

this is what ucapps says about that app. no encoders are accepted by default

Simone

How 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 4

2- LED button nbr 4, turn on

3- I press button nbr 8

4- LED button nbr 8, turn on and LED Button nbr 4, turn off

simple as that.

I need some programming examples to help me with this

Thanks!

Link to comment
Share on other sites

Quote from: cimo on Today at 05:01

Quote

MIOS configured for 64 pots, 128 buttons, 128 LEDs

this is what ucapps says about that app. no encoders are accepted by default

Simone

How 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 4

2- LED button nbr 4, turn on

3- I press button nbr 8

4- LED button nbr 8, turn on and LED Button nbr 4, turn off

simple as that.

I need some programming examples to help me with this

what about programming in C ?

simone

Link to comment
Share on other sites

hi

no 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.

Link to comment
Share on other sites

hi

no 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! :-)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...