Jump to content

n0ne

Members
  • Posts

    18
  • Joined

  • Last visited

About n0ne

  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

n0ne's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. he doesn't get it quadroubled but doubled, would you know how that would be possible?
  2. Yes, that is what happends! Argh that's a bummer. Would it be possible to double it then? Because these are the same encoders Luis uses on the KDJ and he mailed me that he get's a resolution of 72 with software. Would it be sufficient to change the mode to DETENTED (1)? Or will I have to do some additional programming. Thanks a lot... it's not a happy answer but at least I know what the problem is. Maybe I'll just get other encoders. Jeroen.
  3. 64e, with 32 pots, 60 buttons and 2 encoders. I'm sure I did not, I've made other changes too. (but also tried it with a clean copy of midibox64e) If you mean modes, no. And if not, I only have one kind of encoder. If I change my speed setting via the menu buttons to fast I get an increasement of 3 per pulse, I'll have to check what happends when I set it to slow... Will try... I got 72 lines with the MIDIIO128, when reading the encoder as buttons, when it's read as an encoder I get 36 lines. Another thing that has got me confused is when I look at the picture: http://www.ucapps.de/mios/mios_encoder_modes.gif, I see that the NON_DETENTED type uses the on AND off of both pin's, so this is the same as what I see while monitoring the output of MIDIO128. Since I got 72 lines there, and the NON_DETENTED picture as a quadrubled resolution I would think that indeed my encoder has a resolution of 18 instead of 36, TK are you sure that every on/off coulpe is one pulse? I hope it's clear what I mean :s. Jeroen.
  4. Hi, With the MIDIO128 I get 72 lines in one turn, so that means 36 pulses. (and those are 18 from C and 18 from C#). So I could conclude that my encoders do send 36 pulses, but there's something going wrong at the firmware side. Does anyone know what might be going wrong? thanks, Jeroen.
  5. That is very weird, I was told they have a resolution of 36, but I'll go and ask again. But it still doesn't explain the 36 pulses I get.
  6. well they do work correctly, only the resolution is not quadroubled :s... so I guess they're connected correct. :(, thanks though, Jeroen.
  7. then do you have any clue why it is nog working :s
  8. Thanks, for the quick reply, I've got this: That's correct right? Jeroen.
  9. Ok, I came up with some different sollutions, since the one first suggested by Luis didn't work. After I just tried something myself, wich worked, Luis also suggested that method to me. I'm not an assembler programmer, so if you spot a mistake I'll be happy to hear it! This is what works for me, It sends two different notes on, one for each way when turning. When you stop turning it sends them both off. Also, it sends a note off every time just before it sends a note on. This is so that traktor doesn't keep on increasing the pitch bend because it's stopped everytime. I haven't really tested it enough to see if this really works like that, but you could always remove the first 0x00 and call to MIDI_EVNT_SEND. I have only tested thisone with traktor 3, but I am pretty sure that is also works with traktor 2, also because Luis suggested it to me. Also there is the scratch function, wich I will be using soon in combination with a button. So when the button is pressed you can scratch, when it's not you can pitchbend. You have to assign the note of the scratch function to scratch on in traktor and the cc to the scratch itself (set it to incremental). This works pretty sweet :). This one both worked in traktor 2.6.1 and 3. and these are my timers It's still a bit messy... but I am still working on it. This is what Luis suggested me first, doesn't work for me, but please try so we can find out why :D: And then the timer also changes a bit (different midi values) I'm also nog happy about the pitchbend yet because: when you keep turning the encoder at the same (slow) speed the pitch bend keeps increasing, and that is not what I want. This is a problem of traktor because that is just what it does with the buttons. But I have already thought about a solution for this wich I will try soon and post it here too. Hope this is usefull for anybody, to all the future traktor midibox builders: scratching an pitchbending is possible with an encoder! Bye, Jeroen.
  10. Hi guys, I already asked this in another topic in the MIOS forum, but didn't get an asnwer, so I hope that this is the right place to ask... in midiox I notice that my non detented encoder (ALPS EC11E1830401) only sends its original 36 pulses, in the mios specification it says something about making the resolution higher with the software. Why isn't this working? am I missing something? Hope someone has an answer since I didn't find it in the forum. Greets, Jeroen.
  11. Hi guys! TK, thanks a lot for your input! Yesterday and today I invested a couple of hours in learning some extra assembler, and oh my g00d, I just went on and programmed it myself :D... pretty cool I think ;). Only problem is that traktor still doens't work correct, so I've mailed Luis from kdj again, and am awaiting his answer. I'll be sure to post my code when it works, so other people can use this function too, i guess it's something traktor users really need. A bit off topic but: in midiox I notice that my non detented encoder (ALPS EC11E1830401) only sends its original 36 pulses, in the mios specification says something about make the resolution higher with the software. Why isn't this working? am I missing something? Hope someone has an answer since I didn't find it in the forum. Thanks again TK!, Jeroen.
  12. Ow and by the way... my idea for a pitchbend would be something like: When encoder is toutched, send - CC 48 with VALUE 96 when the jog is turned right. - CC 48 with VALUE 32 when the jog is turned left. and then start a timer of x ms. When x get's zero send CC 48 with VALUE 64. And everything the encoder is touched again the timer get's reset to x, this would probably be a solution right? Only I have no clue at the moment how to implement this :-X. Jeroen.
  13. Hya Guys, On the NI forum I found out that a guy by the nick of 'jamesh' had the same problem as me: the pitchbend in traktor wouldn't work with an encoder, and his question isn't really answered on the forum yet, so I started to look for a solution too. I've posted a link on the NI forum to this topic too, so that jamesh might share what workarounds he has found so far. I've mailed with Luis, the maker of the kontrol-dj (www.kontrol-dj.com), who has already made a working solution for this problem, so ofcourse I was really interested. And being the kind guy he is he told me how he did it, so mabye we can use this to make something work in MIOS. This is what he mailed me: Here is also described how he uses it to scratch, I got traktor to scratch with an encoder a bit, but it didn't really work properly, so maybe we could look at this too, for me, personaly, this has no priority at all. I myself have done lots of different programlanguages, but no pic assembler yet, I'm now learning it and have already made two shift buttons wich I found in some topic 8) ;), so I'll get there. So in this topic I'm asking if there might already be something similar to this? And maybe the traktor enthausiasts are willing to help me in making such a function. Thanks a lot in advance for any help, and I know it gets said a lot, but never enough, what a great project this is!!!! thanks!, Jeroen.
  14. ah thanks, but I already got it working :D... just ran the id change app and put back the borrowed 220 resistors :o on the ltc. Everything works fine :) Thanks again :), Jeroen.
  15. wh000000000000000t! it worked :D.... was a bit lost because I didn't realize that the picture of the gameport connector was from the backside, so the pin was wrong :D... cant believe how seweeeet it was to see MIOS 1.8... ready on my lcd :). thanks so much!, Jeroen.
×
×
  • Create New...