triggerbox UI: lots of work on first pass control of follow action, launch style, quantization via context menu

This commit is contained in:
Paul Davis 2021-08-05 15:04:02 -06:00
parent d0e9b5d66d
commit def9392ac6
3 changed files with 204 additions and 5 deletions

View file

@ -4169,6 +4169,7 @@ Editor::get_grid_type_as_beats (bool& success, timepos_t const & position)
}
break;
default:
#warning NUTEMPO need to implement all other subdivs
success = false;
break;
}