Jump to content

moxi

Frequent Writer
  • Posts

    993
  • Joined

  • Last visited

Everything posted by moxi

  1. Hi, the schematic in the pdf file say that resistors are 100k (near the tl072), the orderlist/pcb.gif say 47k.. which value is the good one? thanks.
  2. http://www.prophet64.com/ http://www.prophet64.com/sid2sid.php don't know if that could be usefull (maybe the sid to sid pcb is suitable for MIDIbox SID?....
  3. those from voti are better(it's my opinion). alps encoders are know to be good as well..
  4. pour l'alim, tatapoum semble en avoir réaliser une qui donne un bon rapport signal/bruit: http://www.midibox.org/forum/index.php?topic=6887.0
  5. joli rack! ;)
  6. i agree with TK, i'm using poor quality buttons on my seq and it's sometimes really boring...and take high quality encoder too...
  7. my matrix work too badly for doing a serious debugging.. but i can publish now the mods for using 64 butons directly connected . sorry if my programmation is not really optimised, but it's working. first, in mios_table.inc, add entry for the 64 butons after the original buttons: then , you have to set in main.asm the gp-butons SR on 0: the gp butons still work with the menu buton: you can press any button of any rows. if the menu page called is relative to track number, pressing e.g. gp buton "event" of row 1 will make the menu jump to "event" for track one, if you press gp buton "event" of row 2, to "event" of track 2... then, in "seq_buttons.inc", add this code after this lines: ... SEQ_BUTTON_GP_Cont movwf MIOS_PARAMETER1 goto SEQ_GP_Button : that's all. i'm sure anyone can do simpler or much effective, but this work... i will tell you if there is any side effect as soon as the whole hardware will be build. TK: i promise you to build another matrix to seriously test your code , so you don't spend time for me for nothing...
  8. http://www.synthtech.com/cem/c3310pdf.pdf
  9. that's working, i've just swapped some rows , but when pressing play, the screen jump from one track to other at a high rate... i think it's caused by some bad buttons...
  10. :) yes you're right, i have forgot one of the hooks...
  11. www.musicfromouterspace.com/
  12. i've inserted the code from the sm_simple app to send note, before the code you give to me, but really nothing happens, no note and no step triggered.. i've done the same thing with my first bugged programmation and even if the wrong step are triggered, midi notes are outputed, but its the same note for all buttons: c#1...
  13. Don't work at all for the while, nothing is happening when pushing matrix buton...
  14. thank! i've unmount the first half of my matrix and get success with buttons directly connected. i go re-re-re-connect ;D the second half of the matrix in order to test your code (with only 4 row of 8 buttons, but i suppose it will be suffisant to test it), so this brainstorm won't be for nothing and i will publish here the code for the two options...
  15. ...sorry ,too much bugs i don't understand (e.g. the first line always enable steps of the selected tracks...the fourth buton of each row invert all the step...and not sure of the reliability of my matrix)... i will try with connecting directly the 64 buttons to individual pins....the code will be more simple i'm a simple man...i don't like complication...(as say the song) thanks for your help...
  16. too much complicate for me...i've connected the other butons and now only the first buton of the matrix work!!!....
  17. hi, if you want really short travel, use tact switchs...
  18. i've done that: but only the eight first butons work properly, other buttons trig step but not the right ones... any suggestions?
  19. the first progs doesn't work at all...:-X don't keep it at example, for the while the buton trig step of different track ,but not the appr. ones.... i go back to work on this...
  20. and the compilation works for pic18F452 too!
  21. :) :) :)solved! :o :o :o i will test with hardware tomorrow! the file sm_simple was defined before mios_table... thanks TK
  22. i'm working with the original mios_table file ???
  23. that's done! and the right pic is selected for the assembler..
  24. yes , i have to take some new pics of the first series of test i've done, i've lost the original pics... let me some day to do that...
  25. Hi, someone can help me for that: i'm trying to implement the 8*8 matrix (sm simple v1)on a seq running on pic18f4620. what i've already done: i've keep the gp button (integated with encoders), and the matrix button simply call the appropriate track: code at the end of sm_simple.inc: (the resulting buton number saved in mios_parameter3) SEQ_BUTTON_GP_Cont_Trk1 is located in "seq_button.inc": code: but when compiling, i obtain the error "overwritting previous adress content" a lot of times at lines 41,85,165 and 170 in "mios_table".....
×
×
  • Create New...