-
Posts
56 -
Joined
-
Last visited
Content Type
Profiles
Forums
Blogs
Gallery
Everything posted by matcom3
-
hello is it possible to translate the menus and text of a mios 8 app? I,m a two left hands coder.... thank you
-
Hi Is this project still in progress? I'm really interested Thx
-
-
From the album: Midibox seq V2 vintage
-
From the album: Midibox seq V2 vintage
-
From the album: Midibox seq V2 vintage
-
hi friends yesterday I´ve found a couple of atmega8515 at home and I want to use them to build a stereo swinsid, I have programmer for them and i think all the necesary components and firmware. I´ve heard about the correct fuses programing, where can I found this information and what software will I need to program the chips. I´m thinking about buy 2 swinsid nano for other midibox, are they 100% pin compatible?, if not where can I get information to do the job? thank you very much
-
SOLVED! I have change the chanels with diferent number for each layer and CFG and now WORKS! ; MIDI IN Channel which is used for the transpose/arpeggiator/remote function ; Allowed values: 1-16, select 0 to disable #define DEFAULT_SEQUENCER_CHANNEL 1 ; ; The Note number which activates the remote function (examples: 0x24 == C-2, 0x60 == C-7) #define DEFAULT_MIDI_REMOTE_KEY 0x60 ; C-7 ; ; Optional channels for configuration via CC (1-16, select 0 to disable) #define DEFAULT_MIDI_CHANNEL_LAYER_A 13 #define DEFAULT_MIDI_CHANNEL_LAYER_B 14 #define DEFAULT_MIDI_CHANNEL_LAYER_C 15 #define DEFAULT_MIDI_CHANNEL_CFG 16 thanks!
-
hi again I just do it like this, and stil no response of CCs controls, are the CC chart correct? or its my foult?, I´ve tryed with chanel 16 and the same result...., the unit recive midi because the clock and themidi notes for the arpeggio works perfectly. it´s necesary to use diferent chanel numbers for each layer or CFG? ; MIDI IN Channel which is used for the transpose/arpeggiator/remote function ; Allowed values: 1-16, select 0 to disable #define DEFAULT_SEQUENCER_CHANNEL 1 ; ; The Note number which activates the remote function (examples: 0x24 == C-2, 0x60 == C-7) #define DEFAULT_MIDI_REMOTE_KEY 0x60 ; C-7 ; ; Optional channels for configuration via CC (1-16, select 0 to disable) #define DEFAULT_MIDI_CHANNEL_LAYER_A 1 #define DEFAULT_MIDI_CHANNEL_LAYER_B 1 #define DEFAULT_MIDI_CHANNEL_LAYER_C 1 #define DEFAULT_MIDI_CHANNEL_CFG 1 ; thank you
-
hi midiboxers I´m trying to send midi CCs to my Midibox seq v2.4 vintage (the ones on the midi CC implementation chart) and nothing happends, for example i what to change the patern clock division via midi CC, etc,etc. Have I to send the CCs on a concrete midi chanel?... sometimes when I send the CCs the unit, it reboots. Any idea of what it´s worng? thank you
-
Thank you very much for the help and this wonderfull project
-
hi midiboxers I know this is an ooooold project, but i just buildt a midi box seq v2 vintage with potentiometers and everything works perfect except the bankstick for SONGS, the paterns one works perfect but the second one for songs don´t, I buildt a board with ID0 for the paterns and ID1 for songs I¨ve tryed with ID7 and the same problem, is it correct? or the songs memory goes on another ID. I think this question is more for old midiboxers or even TK thank you
-
-
From the album: juno
controller for de roland cloud juno 106 -
Thanx
-
Hi. Can i use this PIC for a midibox? A friend gave me 3 of them and I want to know if they are compatible Thx
-
-
-
OK guys, DOUT , works fine, I mean you can use the ICs you need, just you need to configure the correct outputs pairs with the virtual midi box software and that's it . I only install 2 ICs on the DOUT board
-
Now I will try with the DOUT module, I will try to use only two ICs and see what happens, I suppose it will do the same, later I will post my test
-
No, I don't compile a new .asm just the original one , looks like the software it's written to control 32 or 64 digital inputs and when an IC it's no present the behavior its crazy
-
Hi again as I supposed the problem ends when I mount the 4 chips, now all works perfect ( or looks like), I think it's a software problem( or configuration) , if someone knows how to solve this for my future boxes I will appreciate. Btw, how can I use the first 4 buttons as midi triggers?, I don't use LCDs on my boxes and the first 4 buttons are use to control the box in the software, I'm talking about midi box 64 thank you guys
-