Jump to content

moxi

Frequent Writer
  • Posts

    993
  • Joined

  • Last visited

Everything posted by moxi

  1. pourquoi tu n'utilise pas MIOS studio? tu peux y charger directement le fichier hex. sinon, il te faut installer Perl, et lancer le fichier "convert.bat" qui se trouve dans le fichier de ton appli plus d'explication là : http://www.ucapps.de/howto_tools_hex2syx.html
  2. hi, for the "F(x)" buttons, it's okay you see the good screen. The menu button act toguether with GP buton, so it's normal nothing happen if you only press it... for the select buton I think it's normal too if your are not in a particular menu. exit ok too you're on the right way ;)
  3. hi, the response is in your answer: read carefully what is in your quote: for example: DIN: Up to 128 digital inputs... and read the Ucapps page about Dinx4 module: ...and there is 4 registers on 1 module... ;) and not so far in the text I quote, you will find a part of your answer... Welcome ! ..there is no question that don't find an answer here...
  4. si tu utilises les derniers PCB de smashTv: http://www.avishowtech.com/mbhp/mbhp_doutR3.html si tu utilise l'ancienne version: il te faut souder les "bypass caps" , quand tu regarde ton pcb de face-resistance en haut ,sur le dernier pin en bas à droite de chaque 74HC595 et sur le pont qui part du pin OE# (et qui revient la piste masse, celle qui va tout droit au pin VS de J1 et J2. Pour le cap electrolytique , tu le place entre VS et VD de J1, le moins sur VS. Le moins (-) est marqué sur le condo d'une bande noire.
  5. ...maybe you have to ask your question in the "c programming" section... ;)
  6. nice! Dietmar: put explanation and pics on the wiki page for the 2007 contest in the best pro looking section, it's the place for you!! ;)
  7. salut, je suis une bille en c (comme en assembleur d'ailleurs ;) ), donc mon aide va être toute relative. déjà , on lit dans le fichier main.asm,ligne 248, : donc à priori les infos de vélocité sont stockées dans "MIOS_PARAMETER3"... ensuite tes changements devront être fait dans le fichier "J5_dout.inc, à la fonction "J5_DOUT_PinSet" là , il te faut faire un truc à base de "if", par exemple, tout d'abord créer une variable "valeur de vélocité", avec des bit que tu actives en fonction de la vélocité reçue , ex: tu actives le bit (x) si velocité supérieure à 80..(créer une variable te permettra d'éviter de faire des manips involontaires sur MIOS_parameter3, c'est ma méthode parce que souvent je comprends pas trop ce que je fait! ensuite dans J5_DOUT_PinSet, juste aprés : et avant tu mets un code qui teste d'abord le bit de ta variable et qui saute d'abord (il faut activer l'accent avant de déclencher la note) jusqu'à l'activation du pin accent si ce bit est à 1: >>btfsc ta_variable, (x)<< >>--> saut jusqu'à la fonction pour activer en plus le pin Dout pour l'accent (sorry, là le code devient du chinois pour moi, à priori t'as juste à faire sauter le programme jusqu'au pin correspondant, par exemple "J5_DOUT_PinSet_7")<< >>sinon ça continue ici avec le code normal<< oublie pas de remettre à zéro ta variable aprés avoir activé ton pin accent, sinon la boucle programme va tourner en rond (elle va continuer à sauter jusqu'à ton pin accent et ne plus passer par l'activation des autres pins: (si tu as choisi le pin 7 pour l'accent): J5_DOUT_PinSet_7 btfsc MIOS_PARAMETER1, 0 ; set E.2 bsf LATE, 2 btfss MIOS_PARAMETER1, 0 bcf LATE, 2 clrf ta_variable ou bcf ta_variable ,(x) return faut pas me demander plus :( !
  8. hi, at least, you have found a realy great name for your gear ;) ! Other sides of your project look great too..
  9. hi it's probably your MIDI interface that have some latency, there is somewhere here an MB app that can help you to know the perf of your MIDI interface, in the "mios toy of the week...
  10. -------------> http://www.ucapps.de/mbhp_bankstick.html ...as simple as Ucapps.de...
  11. salut, pour ceux qui auraient loupé le truc: http://www.midibox.org/dokuwiki/doku.php?id=user_contest2007 c'est pour le fun...
  12. great news, it was some days i'm asking me how to use my wiimote to drive musical gear (but not sure my childrens will be ok ;) ).. That look simple, in fact you don't need to buy a wii! just bought the wiimote and a 10$ bluetooth adapter, for the sensor bar, it seems that is not really needed to convert x-y-z movment : but I tink it's needed for the wiimote to know its absolut position.. I think I will replace my mouse... :) :) and as the wiimote can store data, it's probably a way to store your MIDI assignement on it! now we need a bluetooth interface for the MB!! (not a work for me)...
  13. yes it's enough for power the FM module with the +12/-12V, but for the core you need at least 7.5v, 9 is well. 5v is the voltage you find on the core after the regulator.
  14. I've overworked the WIKI pages, now all it's well explained.. If some english people can check if all is well written....
  15. hi, following the suggestion of TK, I ask a last thing here: Which date would you prefer to end this game? I've said "june 30", but maybe it will be short to finish your project. Maybe ending this game at november 30 would be better, then that will let to all of us one more month to decide who are the winning box/apps... or maybe it's too long? this have to be decided as soon as possible to make a definitive page on the wiki... Thanks.
  16. moxi

    Cubase SX CS

    yes it's possible, with the MB64E app you can add "inc/dec bank" buton and Direct acces buton, it's just some basic config to do, no dedicated programation.
  17. moxi

    Cubase SX CS

    hi jaicen, look for the MF module. You don't need Aout CV module for that. even if it's less ergonomic, you can replace the motor fader by an encoder (with a ledring, so you can see the value as well as with a fader, so you will save a MF module, and an encoder is 10x cheaper than a MF I recommend you to use the bank ability of the MB, you juste have to add 8, 16 or 32 butons (using small ones on, that won't take to much place, as Ican see ,two row of little butons will fit on your design). And you will be abble to acces directly any channel at any time (i.e. you can edit a track on screen with mouse and tweak another one- for example, it's often needed to dim. the volume of a track to ear better what you do on other), you will save a lot of mouse move..
  18. Hi, I've created dedicated pages on the WIKI for the contest. You will find it under "USER SPACE" - "The MIDIbox Olympic Games 2007"... have fun! note: maybe it could be good to lock/clean this topic to avoid that people try to post here the pictures/project.. Thanks TK and other for their participation. Mox'
  19. Ok, let's go for the wiki, I will work tomorrow to prepare the page conresponding to the section, I will do a post here when it's ready... Ultra: many thanks, even if we won't use your server, it's really great that you propose your help! from my side, i'm affraid that the count are done for this time, but sure I will add that on my todo list... now, let prepare your stuff..
  20. yes, you're right about the wiki: I don't want to charge TK with an additional trafic on his server (I remember he pay depending of the traffic), as we have the opportunity to get a free web space especially for that, a dedicated site is from my point of view better, and people can also put things on the wiki.. I think a new site well structured and easy to navigate is better. Of course, one time the contest finished, best or all work can be moved to the wiki in a clean and definitive form.. the advantages: only one mail adress to send the pics, and one place to discover all the stuff. I've the time to handle personnaly such a work. a wiki page could be created that explain the def rules of this funny contest and give link to the dedicated web page...
  21. I forget to say that with my design it's possible to do band-reject filter, using the two 12db filter with linked change of parameter, and bandpass filter , mixing the band-reject filter with the dry signal with phase inversed...but in this case, you're obliged to use the filter in mono mode...I've done some scheme somewhere, I will try to add it to my page as soon as I find it...
  22. MIDIbox Olympic Contest 2007 sections: 1) best user application------------------------------------> prized, see above the gift from TK 2) Best documentation effort AND howto for total Newbies---> prized : 1 CORE KIT 3) Best recycled MIDIbox-----------------------------------> prized : 1 CORE KIT 4) Best DIY-looking MIDIbox--------------------------------> prized : 1 CORE KIT 5) Best Art/Design MIDIbox---------------------------------> prized : 1 CORE KIT 6) Best pro-looking MIDIbox--------------------------------> for the fun, no prized 7) Best MIDIfication---------------------------------------> for the fun, no prized 8 ) Neatest/pro internal wiring------------------------------> for the fun, no prized 9) Most Freaky internal wiring------------------------------> for the fun, no prized 10) Best customization/extension--------------------------> for the fun, no prized END OF GAMES: not fixed, if your box is not finished at this time, don't worry, there will probably the same next year... ........................... Ultra: do you think there is enough space to hold all pictures for this contest on your web space? Is it possible to create on this space a mail adress so people send their pics all to the same adress? If yes, I take it and create a new web site especially for this contest... PEOPLE: please don't send anything to TK mailbox now, a dedicated mailbox will be created for that. for the jugde team, there is two way: let anyone registerd here voting, or create a special team with e.g. only those who already get the statut of frequent writter...not sure what 's the best way...
  23. hi, :P :-[ aaaaah! I was sure to see that somewhere!! ok, all suggestion seems to go in the same direction. In fact, people here are more interrested by the fun of a competition than by the bucks...good feeling here... TK prefer that the price serve to motive the communnity, so we will do according to his wish. On the other hand, I will see if there is a way, depending on the amount, to pay back to him for example all or a part the Ucapps server costs, I think I will be abble at the end of the year to have more money for that, as I'm working to obtain public subventions, and it's more easy to obtain money when it's to pay something that already exist for a long time (so your activity is know to be already usefull for a lot of people).. but my organisation need to be at least one year old to get the ability to obtain something, so I've to wait to May..let say it's a subject that I will discuss with TK for the upcoming month, I don't want to promise too much before being sure.. Back to the MB Olympics game: TK give the price for the best user app, and from my side, I will split the 100 nEuros into 4 prices : 4 full Core Kit...two will be buy at Smash TV shop, and Two at Mike shop, the choice will be done depending on the locations of the winners. It will be less price than contest section, so my thought is to give the prices to the following section where that will be more helpfull for MBoxers... I create another post to make things more clear:
  24. Artesia: I've created a little web page where you will find the scanned paper notes of my MBfilter project: http://www.soundandbreakfast.org/divers/MBfilter.html It's just for inspiration, I'm not sure all is right in this project that I won't continue (I'm now working on something cheaper and less complicate based on analog tool box app... Other notes I've done (especially for the prog) are too confuse (even for me!) to be published.. but this project is based only on already existing things mixed together, so I'm sure it's possible to do some gear that look like my plans.. Best regards.
×
×
  • Create New...