Skip to content

Commit

Permalink
Fixed: Track FX: "Virus" Initial II
Browse files Browse the repository at this point in the history
  • Loading branch information
rio-rattenrudel committed Jun 15, 2021
1 parent d37505f commit e6ed99d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/sequencers/midibox_seq_v4/!!!!!INFO!!!!.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7382,6 +7382,8 @@ static s32 LCD_Handler(u8 high_prio)
}
}

SEQ_LCD_PrintSpaces(10);

SEQ_LCD_CursorSet(40, 1);

///////////////////////////////////////////////////////////////////////////
Expand Down
9 changes: 9 additions & 0 deletions apps/sequencers/midibox_seq_v4/core/seq_cc.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ s32 SEQ_CC_Init(u32 mode)
// clear all CCs
memset((u8 *)tcc, 0, sizeof(seq_cc_trk_t));

//####################################
//# RIO: VIRUSFX
//####################################
// init undefined
SEQ_VIRUSFX_Reset(track);
//####################################
//# RIO: END MODIFICATION
//####################################

#ifndef MBSEQV4L
// set parameters which are not changed by SEQ_LAYER_CopyPreset() function
tcc->midi_chn = track % 16;
Expand Down
2 changes: 2 additions & 0 deletions apps/sequencers/midibox_seq_v4/core/seq_ui_fx_virus.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ static s32 LCD_Handler(u8 high_prio)
}
}

SEQ_LCD_PrintSpaces(10);

SEQ_LCD_CursorSet(40, 1);

///////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit e6ed99d

Please sign in to comment.