Home
last modified time | relevance | path

Searched refs:CONF_KEY_SAMPLE_EDITOR_GRID_ON (Results 1 – 2 of 2) sorted by relevance

/dports/audio/giada/giada-0.17.1/src/core/
H A Dconf.cpp190 …conf.sampleEditorGridOn = j.value(CONF_KEY_SAMPLE_EDITOR_GRID_ON, conf.sampleEditorGridOn… in read()
299 j[CONF_KEY_SAMPLE_EDITOR_GRID_ON] = conf.sampleEditorGridOn; in write()
H A Dconst.h450 constexpr auto CONF_KEY_SAMPLE_EDITOR_GRID_ON = "sample_editor_grid_on"; variable