cwIoPresetSelApp.cpp : disable app_t.audioFileSrcFl
This commit is contained in:
parent
5d235d0887
commit
b5172afc5f
@ -1930,9 +1930,10 @@ namespace cw
|
|||||||
//io_flow::apply_preset( app->ioFlowH, 2000.0, app->tmp==0 ? "a" : "b");
|
//io_flow::apply_preset( app->ioFlowH, 2000.0, app->tmp==0 ? "a" : "b");
|
||||||
//app->tmp = !app->tmp;
|
//app->tmp = !app->tmp;
|
||||||
//io_flow::print(app->ioFlowH);
|
//io_flow::print(app->ioFlowH);
|
||||||
io_flow::report(app->ioFlowH);
|
//io_flow::report(app->ioFlowH);
|
||||||
//midi_record_play::save_csv(app->mrpH,"/home/kevin/temp/mrp_1.csv");
|
//midi_record_play::save_csv(app->mrpH,"/home/kevin/temp/mrp_1.csv");
|
||||||
//printf("%i %i\n",app->beg_play_loc,app->end_play_loc);
|
//printf("%i %i\n",app->beg_play_loc,app->end_play_loc);
|
||||||
|
io::realTimeReport(app->ioH);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case kSaveBtnId:
|
case kSaveBtnId:
|
||||||
@ -2376,7 +2377,7 @@ cw::rc_t cw::preset_sel_app::main( const object_t* cfg, int argc, const char* ar
|
|||||||
rc_t rc;
|
rc_t rc;
|
||||||
app_t app = { .hpDelayMs=250, .hpPedalVel=127, .hpPitch=64, .hpVel=64, .hpDurMs=500, .hpDnDelayMs=1000,
|
app_t app = { .hpDelayMs=250, .hpPedalVel=127, .hpPitch=64, .hpVel=64, .hpDurMs=500, .hpDnDelayMs=1000,
|
||||||
.trackMidiFl = true,
|
.trackMidiFl = true,
|
||||||
.audioFileSrcFl = true,
|
.audioFileSrcFl = false,
|
||||||
.pvWndSmpCnt = 512,
|
.pvWndSmpCnt = 512,
|
||||||
.sdBypassFl = false,
|
.sdBypassFl = false,
|
||||||
.sdInGain = 1.0,
|
.sdInGain = 1.0,
|
||||||
@ -2404,6 +2405,8 @@ cw::rc_t cw::preset_sel_app::main( const object_t* cfg, int argc, const char* ar
|
|||||||
|
|
||||||
log::setOutputCb( log::globalHandle(),_log_output_func,&app);
|
log::setOutputCb( log::globalHandle(),_log_output_func,&app);
|
||||||
|
|
||||||
|
io::report(app.ioH);
|
||||||
|
|
||||||
// create the preset selection state object
|
// create the preset selection state object
|
||||||
if((rc = create(app.psH, app.presets_cfg )) != kOkRC )
|
if((rc = create(app.psH, app.presets_cfg )) != kOkRC )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user