Jump to content

matcom3

Members
  • Posts

    56
  • Joined

  • Last visited

Recent Profile Visitors

1,607 profile views

matcom3's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

3

Reputation

  1. hello is it possible to translate the menus and text of a mios 8 app? I,m a two left hands coder.... thank you
  2. Hi Is this project still in progress? I'm really interested Thx
  3. matcom3

    Midibox seq V2 vintage

    I love wood ;)
  4. 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
  5. 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!
  6. 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
  7. 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
  8. Thank you very much for the help and this wonderfull project
  9. 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
  10. matcom3

    juno

    Midibox 64 controller for the juno 106 vst from Roland Cloud
  11. 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
  12. matcom3

    LoopA Side

    Fantástic job
  13. Finally working thank you guys
×
×
  • Create New...