
gillesdeshays
Members-
Posts
525 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Blogs
Gallery
Everything posted by gillesdeshays
-
that's what i was afraid ! ;) any other suggestions ?
-
In fact , i never really understand how to put 2 core together ... ???
-
Can i use only one 2x16 LCD for 2 Cores ? i want to see the values changing of my second Core with mb64e soft ... Do i have to connect the 2 cores in Midi ?
-
Ce sont des pots que tu as ? Si oui : Sur ton AIN, les entrées registres inutilisés sont "en l'air" ? elle est déclarée comme substitution des touches de gauche droite du menu ? La midibox n'est pas un jeu SIMON ! ;) non je déconne ... tu as configuré quelquechose pour les diodes ? perso, j'en utilise pas pour l'instant sur mb64e ... oula .... t'as essayé d'intervertir les modules AIN ? puis les CI ?
-
avant de brancher le PIC et d'allumer la midibox
gillesdeshays replied to Pierrot's topic in Français
je l'avais fais ... 8) .. mais ton mail m'a kické pour cause de piece jointe trop grosse .. pourtant 440K seulement ... pas grave ... c'est mieux que tu y arrives seul ! ;D je profite du post pour dire qu'on peux changer le device du CORE (utile avec des midibox de + de 1 CORE) grâce au script perl : en mode commande, taper mk_syx.pl en etant situé dans le répertoire où se trouve vos fichiers ... et là vous avez des exemples de config .... vous n'avez plus qu' à taper une ligne selon vos besoins... exemple : mk_syx.pl main.hex -device_id 0x00 ... c'est ce que fait le CONVERT.BAT sans que vos le voyez ... -
MIDIbox of the Week (2xMIDIbox LC of d2k)
gillesdeshays replied to TK.'s topic in MIDIbox of the Week
Can you talk more about the autorouting on EAGLE ? May we can create another topic for this ? -
ah j'avais pas vu .. t as pas le pic !!! alors attend de voir avec ton pic !!!! tes multiplexeurs sont pas commandés par le PIc ... donc les etats peuvent etre ... n'importe quoi ! ;) tu verras dès que tu as PIC programmé et mis en place !
-
avant de brancher le PIC et d'allumer la midibox
gillesdeshays replied to Pierrot's topic in Français
il faut que le chemin ou se trouve tes fichiers ne soit pas trop long ... prefere les mettre dans un rep style c:/projetMIOS/MIDIBOX64_V2_3 le PERL est chargé dans ton windaube ... mais pas visible... et il ne sert que pour le script mk .... je peux te le faire ... envoi moi ton repertoire complet zippé ... mais ca serait mieux que tu y arrive tout seul ! ;) -
1 - 4 DIN sur un Core soit 4 x 32 boutons ou 4 x 16 encodeurs . CF :http://ucapps.de/mbhp_din.html 2 - ce n'est une question de latence ... c'est juste une question de maximum par Core .. de toute manière le core MIOS est le plus rapide des controlleurs Midi du marché ! ;) pour ton cas il est obligatoire que tu monte deux core ... 30 boutons + 66 encodeurs = 162 entrées de DIN ... ( un encodeur prend 2 entrées 3 - Bien sur !!! il suffit alors de modifier les fichiers mios_tables.inc et main.asm dans ton applications ... voir fichier instructions dans le main.asm
-
1 - 4 DIN sur un Core soit 4 x 32 boutons ou 4 x 16 encodeurs . CF :http://ucapps.de/mbhp_din.html 2 - ce n'est une question de latence ... c'est juste une question de maximum par Core .. de toute manière le core MIOS est le plus rapide des controlleurs Midi du marché ! ;) pour ton cas il est obligatoire que tu monte deux core ... 30 boutons + 66 encodeurs = 162 entrées de DIN ... ( un encodeur prend 2 entrées 3 - Bien sur !!! il suffit alors de modifier les fichiers mios_tables.inc et main.asm dans ton applications ... voir fichier instructions dans le main.asm
-
alors l'indispensable du PIC en francophone est le site de Bigonoff : www.bigonoff.org
-
alors l'indispensable du PIC en francophone est le site de Bigonoff : www.bigonoff.org
-
....not enough wires, old buttons, burned chips, soldering and dirty schematics with coffee on it ... ;)
-
just check the voltage on the IC socket without the HC165 before .... it will work in most of case !
-
this is not more simple to do it on your desk ??? ;D seems to do hard to do it in the ass ! ;)
-
AIn with other values than 0 to 10K ...
gillesdeshays replied to gillesdeshays's topic in Design Concepts
TK ? did you experiment some code about non full course faders ? -
Double MB64E configuration
gillesdeshays replied to gillesdeshays's topic in MIOS programming (Assembler)
first : problem solved ... it was a multiplexer which was crazy .. i changed it ... it works fine now ! second : TK : because i have another problem concerning the config and the soft ... i just want to know first if i choosed the right dispatching of different faders, boutons and encoders regarding the 2 core ... My way to work with Propellerhead Reason is : i make a song with one 14 channels mixer and the next song in my set with another mixer .... And i want to pass from one mixer to the next one just by changing the bank ... I know that i have to use the banks to switch and the SFB to send (from the master core: id0) the Bank change to the slave core (id1) ... So i just need to know if i am right in my config ... thanks PS : TK: how is your new flat ? :D -
Double MB64E configuration
gillesdeshays replied to gillesdeshays's topic in MIOS programming (Assembler)
first : problem solved ... it was a multiplexer which was crazy .. i changed it ... it works fine now ! second : TK : because i have another problem concerning the config and the soft ... i just want to know first if i choosed the right dispatching of different faders, boutons and encoders regarding the 2 core ... My way to work with Propellerhead Reason is : i make a song with one 14 channels mixer and the next song in my set with another mixer .... And i want to pass from one mixer to the next one just by changing the bank ... I know that i have to use the banks to switch and the SFB to send (from the master core: id0) the Bank change to the slave core (id1) ... So i just need to know if i am right in my config ... thanks PS : TK: how is your new flat ? :D -
elles sont a l'endroit ?
-
AIn with other values than 0 to 10K ...
gillesdeshays replied to gillesdeshays's topic in Design Concepts
i'm making a new control glove .. using 10k pot but without the full course ( i mean nothe full rotation ...) the midi values are from 05 to 119 instead of 01 to 127 ... so i need a software trick to have the full 127 values .... i'm looking in the mios code .. without any result from now ... for mark420 i think you can cheat with different voltage ... ( resistor .. post edited ...) MIOS need 0 to 5v ... put another voltage ( instead of 5V) and check what you can have on thepot pins ... but DO NOT PUT more than 5V on AIN !! -
AIn with other values than 0 to 10K ...
gillesdeshays replied to gillesdeshays's topic in Design Concepts
thanks pay_c ... but i'll prefer a soft solution for my double MB64e .... i'm tired to solder wires and wires and wires and wires and wires and wires and wires and wires .. ;) -
avant de brancher le PIC et d'allumer la midibox
gillesdeshays replied to Pierrot's topic in Français
non , en fait tu modifie ton main.asm .. en laissant les commentaires (plus simples pour s'y retrouver ...) puis tu le sauves sous un autre nom, histoire de garder le main.asm original ... il faut aussi modifier le mios_tables.inc pour les modules ... puis tu recompiles tout ca dans MPLAB ... tu le convertis avec le script perl ... et le charges avec MIDIOX ... je sais c est un peu le bordel mais on est là pour aider ... ;) -
c'est par rapport aux spams que tu dis ca ? t'as qu'a creer un mail poubelle special ebay dans ce cas ....
-
Is anybody succed using a software trick to use AIN with another value than 0 - 5V ? i want to use 1.2V to 4.7V instead of classical 0-5V .... in fact i want to use some pots but without using the full rotation ... Any idea ?
-
are the knobs are always for sale ? what is the internal diameter ? 16 mm ?