Jump to content

Aki

Members
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Aki

  1. Hi! I am looking for Core STM32F4 kit + board. Maybe someone has one for sell? Regards, Michał
  2. Hey guys! Since I still have some MidiBox stuff with i don't use at all i decide to make New Year Discount :D Maybe someone will be interested. I'm located in Poland. Here's the price list: - Homemade AINSER 8 Module: 5 € - MATRIX Module: 10 € - AINSER64 Module with 7 dummy plugs: 10 € - Motorfader NG Module: 20 € - Joystick: 10 € And i have some spare parts for FATAR TP20 keyboard (ask me if you need some). Ofc plus shipment cost. Cheers!
  3. Hello :) Still got some parts :D Here's the list with prices: - MATRIX Module: 10 € - AINSER64 Module with 7 dummy plugs: 20 € - Homemade AINSER 8 Module: 5 € - Motorfader NG Module: 35 € - 24x ALPS Motorized fader: 15 €/piece (DATASHEET) - MOD/PITCH wheel: 25 € - Joystick: 25 € - FATAR TP20 keyboard with self made adapter to connect with MATRIX Module: 200 € The shipping cost depends on the destination. If you are interested in something, let me know. If any price is too high, fell free to suggest a different price.
  4. Hello everyone :) I'm located in Poland :) CORE STM32F4 with STM32F4DISCOVERY and MIDI IO sold.
  5. Hello :) Since I don't have time for DIY projects anymore I sell all of my midibox stuff. Everything tested and working perfect. I have: - CORE STM32F4 with STM32F4DISCOVERY SOLD - MATRIX Module - AINSER64 Module with 7 dummy plugs - Homemade AINSER 8 Module - MIDI IO SOLD - Motorfader NG Module - 24x ALPS Motorized fader - FATAR TP20 keyboard with self made adapter to connect with MATRIX Module (I can post some photos in the weekend) If someone is interested in something, let me know :)
  6. Hello :) Since I moved to acoustic instruments and don't use my keybed anymore I want to sell it. It's fully functional 88 keys Graded Hammer Fatar TP20 keyboard with 2 aftertouch strips. DIO_Matrix module and self made adapter is in the set. New Fatar TP40 cost 600 Euro in Doepfer shop, so I will be looking for something around 350 Euro, but I will consider all propositions. I will send keyboard in wooden chest to be sure that key will be safe during shipping process. I'm located in Europe. If someone is interested PM me. I Can send some pictures, video. Kindest regards,.
  7. Hello. Is there any chance to get this PCBs? Or maybe get eagle files? Best wishes, Micha?.
  8. It would be very nice if you could pm me with the list of offered pcbs, parts and prices. Best wishes, Micha?.
  9. FantomXR, ty for the advices. I get one more STM32F4 core to get it working :). novski, Some of your PCB's are nice, but i cant get into the shop (site is broken), where i can get this PCB's, and how much they cost?
  10. Hello. I'm already working on midibox ng. Using core stm32f4 module. I have connected 88 fatar tp/20 keyboard,, pitch/mod wheels, sustain and expression pedal (as aftertouch). Now I'v got 25 motor faders ALPS K type and want to make 24 channel console (+1 fader for master volume). Every chanell will got 3 buttons (rec,mute,solo) and 64 endless rotray encoder + aditional buttons. It will be around 90 buttons with LED, 64 endless rotary encoders, 25 motorized faders. Is it possible to get the keyboard + console on one core module? Or i need to get one module for keyboard and one module for console? Next question is what do i need? I know that for motorized faders it will be 4x MF_NG and 2x MIDI IO, for rotary encoders will use AINSER64 and for buttons and led go with DIN/DOUT or DIO_MATRIX? Any advice will be helpful. Best wishes, Micha?.
  11. HAHAH! I did it! Thank you Mathis, you get me in right way. Indeed it was the ain_mode=switch parameter but i need to attach sustain pedal and aftertouch to J5A (A0,A1) on core module. So I used something like this: AIN enable_mask=110000 to enable pin A0 and A1 on J5A and then: EVENT_AIN id=1 type=Aftertouch chn= 1 range=0:127 ain_mode=switch lcd_pos=1:1:2 label="Aftertouch: %3d%B" and for the sustain pedal: EVENT_AIN id=1 type=CC chn= 2 cc= 64 ain_mode=switch range=0:127 lcd_pos=1:1:2 label="SustainPedal: %3d%B" and pitch/mod wheels attached to the ainser module with: AINSER n=1 enabled=1 cs=0 num_pins=64 resolution=7bit AINSER pinrange=1:18:4065 AINSER pinrange=2:128:4065:spread_center EVENT_AINSER id=1 type=CC chn= 1 cc= 1 range=0:127 lcd_pos=1:1:2 label="ModWheel: %3d%B" EVENT_AINSER id=2 type=PitchBend chn= 2 range=0:16383 lcd_pos=1:1:2 label="PitchBender: %5d%B" and everything works just perfect!!! For keyboard is somethink like this: KEYBOARD n=1 rows=12 dout_sr1=1 dout_sr2=2 din_sr1=1 din_sr2=2 \ din_inverted=0 break_inverted=0 din_key_offset=40 \ scan_velocity=1 scan_optimized=1 note_offset=21 \ delay_fastest=5 delay_fastest_black_keys=0 delay_slowest=100 EVENT_KB id=1 type=NoteOn chn=1 key=any use_key_number=1 range=0:127 lcd_pos=1:1:1 label="Note %n" And i need to tell you that is working better than the original :D Velocity is very nice, i love it! Thank you one more time. Best wishes, Michał.
  12. Nope ;/ I try it and dont working. Same sustain pedal dont want to work, i try the Switch and Toggle atribute, and nothing happende, and btw midibox ng dont have a sustain type of action ;(. Maybe some forum veteran would help me but they dont look in this post so i guees i need to be satisfied without aftertouch and sustain pedal, and its really bad :(. Thank your for your help Mathis :) Best wishes, Michał.
  13. Hello Mathis, Thank you for your time. I'm not very good on this programming stuff. Maybe you could help me and tell me howto invert or map the signal? It will be very great to get this aftertouch working. On the next week they will give me wood from cutting so i will be ready to build my digital piano :) Best wishes, Michał.
  14. It's not so easy. The strips are 2 pins only and the tricky part is that when he is not pressed he dont close circuit. So when i attached it to ground and A3, A4 it will be not grounded and will send signal. When i press the strip the circuit will close and now he is grounded and dont send signal. So he send signal when he is not pressed and dont send when pressed. Same history is when i connect it to the Vd and A3... Its a hard one, thats for sure.
  15. Ok. I'v got fully functional keyboard with velocity. Pitch/Mod wheels also working. But i cant get aftertouch working :( I try to attach them to Vd and A3 A4 in the ainser64 module. In result i got jumping values and when i push aftertouch strip values stop jumping. If someone be so kind to help me with this, ii will be amazing. Best wishes, Michał.
  16. Hello. Thank you for your time. Heres my NG configuration: RESET_HW SRIO num_sr=2 KEYBOARD n=1 rows=12 dout_sr1=1 dout_sr2=2 din_sr1=1 din_sr2=2 \ din_inverted=0 break_inverted=0 din_key_offset=40 \ scan_velocity=1 scan_optimized=0 note_offset=21 \ delay_fastest=5 delay_fastest_black_keys=0 delay_slowest=100 EVENT_KB id=1 type=NoteOn chn=1 key=any use_key_number=1 range=0:127 AINSER n=1 enabled=1 cs=0 num_pins=64 resolution=7bit AINSER pinrange=1:18:4065 AINSER pinrange=2:18:4065:spread_center EVENT_AINSER id=1 type=CC chn= 1 cc= 1 range=0:127 EVENT_AINSER id=2 type=PitchBend chn= 1 range=0:16383 Keyboard working, pitch and mod wheel working. Don't know howto add two aftertouch strips and sustain pedal. Maybe you could help? Best wishes, Michał.
  17. Hello. I have a problems with configuration my midibox. I have STM32F4 CORE MODULE + DIO_MATRIX + AINSER64. I'v done adapter for fatar 88 keybed and it works. The point is when i use Midibox KB i can get my keybed working perfectly, but dont know howto run Pitch and Mod wheels and two aftertouch strips attached to AINSER64. When i try to use Midibox NG i can't manage to run nothing. I know that for you guys it's propably super simple, but im not good in this things :( I really tried many times, read the whole manual, and still cant get it working :( If someone be so kind and would help me, and tell me if I should use Midibox Kb or NG and help with configuration files, it would be so great. Checked the ainser on mios128 and it works. Two Aftertouch strips giving me signals on CC# 18 (white keys strip) and CC#19 (black keys strip), PitchWheel CC#17 and ModWheel CC#16. And i have FATAR 88 keys TP/20 keybed. I just cant do this without your help, so realy please. Best wishes, Michał
  18. I already clean all contacts and check pads. It's not a keyboard problem because the whole edit section dont work properly or sometimes dont work at all. 4 ZONES switch dont respond at all... I want firstly reinstall firmware and i searched alot in the internet and it seems that many people have more or less similar problems like me. Some guy asked studiologic to give the firmware files to users that they can reinstall it, but they just dont...
  19. Hello FantomXR, Thx for your reply. It will be amazing if you could help me with this. And I would be very interested to getting PCB's and adapter from you. I just need to know which one cable from my aftertouch strips, pitch/mod wheel and sustain pedal goes to the which one pin on the AINSER module. If you could spend some time and maybe look on photos that i did and write me in the language that i can understan, you know example: white cable goes to the pin 1 on the module, black cable goes... etc... I would be very grateful, because i have an idea what to do, but dont have enought knowlege to get this done. Best wishes, Michał.
  20. I'm new on forum so I'd like to say Hello to everyone. And sory for possible mistakes, my English is still not as good as i want it to be. :) I'm a home musican and before the Christmas i get really nice offer. I bought Studiologic SL-880 for low price with some issues. When i get it and check everything, it seems to be firmware problem. Some of the buttons are not responding some of them are ok, but you cant change no parameters. All keys on keyboard sending te midi signal to the computer (tested with MIDI-OX) but sometimes is doubled, sometimes is holded, sometimes is to loud, sometimes to silent. I checked all diodes, resistors and stuff that i can check, and its ok. So i think this is a mainboard problem which is common problem on this masterkeyboard (failed studiologic electronics). But, keys are in a perfect condition, really they working flawlessly, and the action is really good. So I'd like to make a masterkeyboard with a digital piano look, using this keybed. And here is the point where i need help from more experienced humans :) I read this forum and ucapps and it seems that Midibox KB is the deal. But I'm not sure. I will wrote here what i need to do, and maybe if you will be that kind, you will tell me exactly what modules will be the right one. I'm not a electronics engineer, but I know how to use multimeter, how to solder, just a guy who like to DIY sometimes. Firstly the keyboard. It's a FATAR one. It's almost identical with TP/40 88GH, only the color of some parts is different, but i think it can be just some older model, or older revision, than the one which is in production right now. http://s8.postimg.org/7wr80ib7p/DSCF4935.jpg http://s13.postimg.org/3q69s3p1j/DSCF4936.jpg There are 2 connectors: http://s17.postimg.org/6upzi3j8v/DSCF4945.jpg I read that it will work with MBHP_DIO_MATRIX module, i need only to do some adaptor. But next, there are two strips (i think that they are the aftertouch): http://s4.postimg.org/j8yx3bne5/DSCF4937.jpg And they are attached to the 4 pin connectors: http://s10.postimg.org/uysf2l7sp/DSCF4939.jpg Next one is mod and pitch wheel: http://s12.postimg.org/ldy826wn1/DSCF4940.jpg http://s12.postimg.org/7mtqzz7p9/DSCF4943.jpg http://s12.postimg.org/whd8u1sjh/DSCF4942.jpg http://s12.postimg.org/n714qihtp/DSCF4950.jpg All cables from two aftertouch strips and pitch/mod wheel are combined into the two 4pin connectors: http://s21.postimg.org/ykefmzj8n/DSCF4948.jpg And everything is connected to the board: http://s13.postimg.org/wrjsszo93/DSCF4944.jpg I dont know which one of this cables goes where on the MBHP_CORE_LPC17 (if I will use this one) module :( Just dont know where i need to attach them. And the last thing is sustain pedal. I dont know too where i need to attach him. Everything else seems to be clear for me. I need to solder the elements to the board, install the program, and use some command to program the module. So alone I will be able to make the keyboard working. But i need aftertouch, mod/pitch wheels and sustain pedal too. So if you can help me, i will be really glad. Best wishes, Michał.
×
×
  • Create New...