Jump to content

k2z3k0

Members
  • Posts

    129
  • Joined

  • Last visited

  • Days Won

    3

k2z3k0 last won the day on June 21 2018

k2z3k0 had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

k2z3k0's Achievements

MIDIbox Addict

MIDIbox Addict (2/4)

7

Reputation

  1. hello T ok so i am on http://www.ucapps.de/mios32/midibox_seq_v4_098_pre2.zip fresh new project 1.make GLOBAL BOOKMARK #1 for DIVIDER with FAST ON, 2.FAST is ON and CLOCK GP #2 scrolls fast, 3.switch to EDIT page ,FAST is automatically turned off, 4.recall GLOBAL BOOKMARK #1 ,FAST is ON BUT not working,CLOCK GP #2 scrolls normal 5.switch to EDIT page,turn on FAST,recall BOOKMARK #1 now FAST is ON and working in SEQ_UI.C it says and to restore i think there might be a bug somewhere,something missing it seems seq_ui_button_state.FAST_ENCODERS = 1 is turning FAST button LED on but not the FAST function when recalled from BOOKMARKS i also tried to use seq_ui_button_state.FAST_ENCODERS = 1 for example when switching to MIXER page so my encoders work fast in MIXER page,but same effect p.s. while i have your attention , in HUMANIZER there is 2nd option VEL/CC ,should that humanize VELOCITY and MIDI CC messages from PARAMETER LAYERS of the track? cause when i set track with one CC param HUMANIZER does not humanize that CC layer thank you for your time best regards Kazik
  2. when restoring seq_ui_button_state.FAST_ENCODERS from recalled BM lights the led ,but FAST does not work, i tried also to seq_ui_button_state.FAST_ENCODERS = 1; when switching to MIXER page, and FAST led comes up but no effect can some one confirm? any ideas? best regards
  3. little a side question,but how can i make humanizer/robotizer work on CC's ,i have NOTE track with CC layer,and when turnin VEL/CC in hum/rob i does nothing,wha i do wrong?
  4. hello did anyone tried HUMANIZER to CC values? i have NOTE track with one layer of CC ,but when i turn VEL/CC on in HUMANIZER it doesnt do anything bests
  5. hello did anyone tried HUMANIZER fo CC values? i have NOTE track with one layer of CC ,but when i turn VEL/CC in HUMANIZER it doesnt do anything bests
  6. hi did anyone tried that ? i can make it work with 0..15 but not 127 for currently selected track o CC#99 (0x63 - NRPN MSB) Selects the Track which should be modified via NRPN Allowed values: 0..15 for Track 1-16, 127 to modify the current selected track seq_midi_in.c says case 0x63: // NRPN MSB (selects track, if >= SEQ_CORE_NUM_TRACKS, take the currently visible track) nrpn_msb = value; break;
  7. hi did anyone tried that ? i can make it work with 0..15 but not 127 for currently selected track o CC#99 (0x63 - NRPN MSB) Selects the Track which should be modified via NRPN Allowed values: 0..15 for Track 1-16, 127 to modify the current selected track seq_midi_in.c says case 0x63: // NRPN MSB (selects track, if >= SEQ_CORE_NUM_TRACKS, take the currently visible track) nrpn_msb = value; break;
  8. hi did anyone tried that ? i can make it work with 0..15 but not 127 for currently selected track o CC#99 (0x63 - NRPN MSB) Selects the Track which should be modified via NRPN Allowed values: 0..15 for Track 1-16, 127 to modify the current selected track seq_midi_in.c says case 0x63: // NRPN MSB (selects track, if >= SEQ_CORE_NUM_TRACKS, take the currently visible track) nrpn_msb = value; break;
  9. hello there do anyone know some one i could send broken AOUT NG module for fixing? something happend to mine,and i have no idea how to repair it there is nothing coming out of it bests K
  10. hi everyone is possible to generate random values only for steps with trig?
  11. u8 base, range; seq_par_layer_type_t layer_type = SEQ_PAR_AssignmentGet(visible_track, layer); if( layer_type == SEQ_PAR_Type_Length ) { base = 16; range = ((par_layer_range[layer] >> 2) - 1); // -> +/- 16 if( !range || range > 128 ) // (on underrun...) range = 1; } else { base = 0x40; <- WILL THIS DO THE TRICK? range = par_layer_range[layer]; }
  12. hello everybody I noticed that when randomizing clean empty track LayA(notes) with value 1,(TrgAll),it makes -1 / +1 deviations from 64 which is E-3. Now initial note for track is 60 (C-3) and this makes a bit strange situation ,that randomizer starts from other point then initial note value(60) Also i want to ask if there is a way to set default initial value(now 64,C-3) of notes,there is initial value for CC(option 24/33),maybe would be great to have one, also for notes. And maybe would be great if randomizer deviate starting from that default init value thank you in advance best regards Kazik
  13. yes it is! result is amazing! thank you TK kind regards
  14. yes i suppose is just minor thing to straight out in code if you go to Menu -> Midi ->Transpose and Arp ,there yes you can set CHANNEL to AUTO BUT if you go to Utility -> Jam -> MIDI ,there you CAN'T set Midi channel to AUTO,instead is showing Channel #18 but as i said i suppose is little thing to straight out we just need to wait and give careful and precise feedback and as always THANK YOU TK for your time i feel if this works out correctly it will be huge upgrade for live perfomance capabilities of MBSEQ v4. thanks for your time Kazik
×
×
  • Create New...