Jump to content

dstamand

Members
  • Posts

    241
  • Joined

  • Last visited

Posts posted by dstamand

  1. If anyone is waiting to get Software etc etc for the dB Live please let me know, I'm planning on doing a full release and documentation but other stuff is demanding my time at the moment. If anyone is waiting I'll push it up my priority list, but I give no promises on timelines for delivery....

    I would like to see the C source code to learn about it. Can you ?

    Thanks!

  2. salut, plutot que de prog en c, utilise plogue bidule entre ton soft et ta mb, si c'est juste pour faire du remapping (transformer des notes en cc par ex.) ou suivre les changements de banques et remapper les controleurs en fonction, demandes-moi, j'ai fait un patch bidule y'a quinze jours justement pour ça

    Oh là!

    Allons-y pour ce patch. J'aime bien bidule en plus de ça !

  3. Bin AMHA si c'est pas direct dans l'implémentation de Live, c'est mort...

    Enfin, oui c'est possible avec le Mackie Control protocol et un peu de programmation en C.

    J'ai trouvé la version alpha de la midibox LC, merci cimo et DavidBanner.

    Je vais pouvoir m'amuser là!

  4. 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! :-)

  5. 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!

  6. Je viens de faire des essais et il n'y a que les "Slot Clip", "i/o Monitor", "Speaker On" et "X-Fader Assign" qui retournent des Midi Status. Rien d'autre.  ???

    Qu'est-ce qu'il faut faire pour que tout les fonctiones retournent des Midi Status à nos DOUT de notre midibox ?

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

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

  9. David,

    How does your Leds "Midi Status" works with Ableton Clip launch buttons ?

    I am having a hardtime trying to get the Leds working correctly with "Midi Status" activated.

    All other buttons in Ableton works fine with "Midi Status" but not the Clip Launch buttons!! The behaviour is chaotic, the clips are triggering infinitly and i have to deactivates the midi interface to stop the clips playing. It is hard to explain, my english is very limited, anyways.

    I just tried with my BCR2000 and they work fine !! So it is not Ableton fault.

    Any idea ? How is yours ?

×
×
  • Create New...