Jump to content

Ian_Hurlock

Members
  • Posts

    263
  • Joined

  • Last visited

    Never

About Ian_Hurlock

  • Birthday 01/01/1

Profile Information

  • Gender
    Male
  • Location
    New Zealand

Ian_Hurlock's Achievements

MIDIbox Tweaker

MIDIbox Tweaker (3/4)

1

Reputation

  1. Hey there Steve. How you doing ? I am building another controller with my son for ableton. I am thinking about having some small white gloss squares either sticker or screen printed by the knobs etc so that a name can be added for a sample etc. Then it can be cleaned off later. I think some commercial mixers have this feature. Just a thought Ian
  2. Way hey there guys. It would appear, TK, that you need to come up with something new to build so we have something else to yarn about ;) ;) ;) Anyway, TK, is that a field producing gate array ? FPGA All the best you cheeky boys :o :o Ian
  3. Well that looks fine to me also TK. The leds may be 10% brighter  but I am only using individual leds 8) Anyway it's a runner. Cheers Ian  ;)
  4. Hi TK I have forwarded the err file to via email for your perusal. Thanks Ian
  5. Hi there This ones probably for you TK I have been working on that Live controller based on the 64E. Faders and enc's are working now but I would like to revisit the flashing led scenario as visited a long time ago. I have made changes to the SR Service prepare and the App defines as follows. USER_SR_Service_Prepare ;; call LEDrings handler call MB64E_LEDRINGS_Handler ;; branch to the Rx/Tx LED handler goto MIDI_RXTX_Handler led_FLASH_Handler ;; increment counter incf DOUT_led_CTR, F ;; skip next block if led should not flash IFCLR DOUT_led_FLASH_ENABLE, 0, rgoto led_FLASH_Handler_Skip0 ;; skip if DOUT counter < 128 (bit #7 not set), this leads to a ;; flashing frequency of 1 / (128 * update_cycle) = 1 / (128 * 1 mS) = ca. 8 Hz IFCLR DOUT_led_CTR, 7, rgoto led_FLASH_Handler_Skip0 ;; get value of led at DOUT #0 movlw 0x00 call MIOS_DOUT_PinGet ;; result in MIOS_PARAMETER1, invert it comf MIOS_PARAMETER1, F ;; write back result to DOUT #0 movlw 0x00 call MIOS_DOUT_PinSet led_FLASH_Handler_Skip0 ;; thats all return ;; LEDring patterns ;; ========================================================================== LEDRING_PATTERN_0 EQU 0 LEDRING_PATTERN_1 EQU 1 LEDRING_PATTERN_2 EQU 2 LEDRING_PATTERN_3 EQU 3 ;; ========================================================================== DOUT_led_ctr EQU 0x021 DOUT_led_FLASH_ENABLE EQU 0x022 ;; free memory for user applications: ;; 0x010-0x37f This did not seem to work and gave me a pile of errors. 12 to be exact. Could you give me a few hints here please. Thanks TK Regards Ian
  6. he he you are writing fast Ingebret ;) There is only the 1 s in misunderstood Later Ian
  7. he he you are writing fast Ingebret ;) There is only the 1 s in misunderstood Later Ian
  8. Mmmmm..nice it works too. I have 13 faders working with 26 enc's and 48 buttons. I did try the change in code to disable the special function buttons but it did not seem to make any difference so I edited the cs button preset inc and got rid of them that way. I also disabled the ains in the main asm as directed in the legend but this did not appear to work. That is jitter was present without the pots connected. Otherwise it is very nice to have the two together. ian
  9. Yahhooooooooooooo :o :o :o :o Three cheers for TK. No longer will my brain hurt and my heart ache for pots and encoders living together in harmony. :) Thanks for the effort Thorsten ;D Have a nice holiday Ian
  10. Thanks TK :-* ;) I will send it later on thanks again Ian
  11. Hi there all. First post for a while :o Anyway here's the rub. I am building the thingy for Live so a 64E would be nice but it does'nt support ain activity directly. I have need for pots and enc's. MB64 would be good but it does'nt support enc's directly. I have tried 162547598 times to integrate pots into the 64E and 34647575 times to get enc's to work with MB64. I can't do it !!!!!!!!!!!!!!!! :'( :'( :'( :'( :'( :'( :'( Would someone like to add the needed bits to either of the asm's for these devices and mail it to me or even give me some understandable guide to do this. I can add the values for pots or enc's manually. :) I can only get enc's to send on off messages in mb64 ????? :'( ??? Any help would be greatly appreciated.........b4 I go and buy a Behringer Thanks Ian
  12. Don't worry boys, I've sent TK a mail and will do the testing for you ;) ;) My new LIVE control has 26 enc's half with swx, 32 buttons,13 faders and lotsa luverly leds I just keep building them....I don't know why :-/ they just look so nice.................. Still hav'nt finished that LC yet tho  he he Ian
  13. Back up the bus ..............139 flipped version ???? I hope not. I have the same in some of my cores and have the chip orientated the same as I have for the 138's that I use in other cores. You may have had your opto's upside down all along. Later ;) Ian
  14. Just mount your faders upside down ...same difference Ian
  15. Bang on lad my pen is ready to write that report. It's a deal ;) Cheers Ian
×
×
  • Create New...