bount Posted January 23, 2005 Report Share Posted January 23, 2005 hello i try to build the low cost version which requires only the core board, and a single AIN and DIN ones ( not the x4 ones)but it is specified 16 faders for the AIN, why? if i use a single AIN there'll be only 8 faders? no? ???if someone can help me, or knows where i can find informations for the low cost versionthanks a lot Quote Link to comment Share on other sites More sharing options...
etko Posted January 28, 2005 Report Share Posted January 28, 2005 I dint clearly understood but... With 1 AIN u have 32 analog inputs! You can connect as many pots or faders as you want until you reach the 32! Quote Link to comment Share on other sites More sharing options...
TK. Posted January 28, 2005 Report Share Posted January 28, 2005 Hi,It's even possible to build a least-cost version without an AINX4 module. See the comments in main.asm:; Number of connected pots; Allowed values: 1-64#define DEFAULT_NUMBER_POTS 64 ; number of connected pots;; Multiplexers (AINX4 modules) connected? -> set this value to 1; No multiplexer connected= -> set this value to 0, allowed number of pots in this case: 1-8#define DEFAULT_MUX_ENABLED 1 ; enable multiplexers[/code]In "unmuxed" mode the pots have to be connected directly to the J5Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
bount Posted February 5, 2005 Author Report Share Posted February 5, 2005 sorry for my stupid questions but :you mean i don't need either AINx4 or DINX4but just this ( http://www.ucapps.de/mios/j5_din.pdf ) connected to the CORE?with this system i have only digital inputs and i lose analog inputs (where are pots connected?))thanks for your patiencebount. Quote Link to comment Share on other sites More sharing options...
TK. Posted February 5, 2005 Report Share Posted February 5, 2005 Hi bount,you are mixing digital inputs with analog inputs. The J5 solution is only for people who don't want to use analog pots - the example is directed to programmers (not for users)You have to connect your pots to J5, there is no other port where you could do this. Buttons have to be connected to a DINX4 moduleBest Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
bount Posted February 5, 2005 Author Report Share Posted February 5, 2005 ok actually i'd like to build a very simplified midibox64 in order to transmit a channel control 4 midi signal by moving a analog pot.so i want to know if i have to build this version http://www.ucapps.de/mbhp/mbhp_midibox64_lc.gifor if it's possible to have a more simplified one for my little "head"!!oh i didn't understand this explanation:No multiplexer connected= -> set this value to 0, allowed number of pots in this case: 1-8 how you can have 1-8 pots without any AINX4 connected?.thanks a lot.bount. Quote Link to comment Share on other sites More sharing options...
TK. Posted February 5, 2005 Report Share Posted February 5, 2005 You have to change the settings in main.asm of the midibox64 application to 8 (pots) and 0 (no multiplexer), rebuild the application (like described here: http://www.ucapps.de/howto_tools_mpasm.html), and then you can connect your pots directly to the pins of J5. It shouldn't be so difficult - just try it out and you will understand what I mean ;-)Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
bount Posted February 5, 2005 Author Report Share Posted February 5, 2005 thanks a lot Thorsten ;)i understood unbelievable !! no?!? :Pthe last questioncan i also simplify the DIN connection ( like you explain me how to make the AIN disappeared ) or is it necessary to use a DINX4 or a DINX1 board like this http://bount.free.fr/edrum/DINx1r.jpg?anyway thanks for your helpbount.. Quote Link to comment Share on other sites More sharing options...
TK. Posted February 5, 2005 Report Share Posted February 5, 2005 No, you have to use at least one 74HC165Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.