/[svn]/gigedit/trunk/src/gigedit/Settings.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/Settings.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3461 by persson, Sat Feb 2 17:53:36 2019 UTC revision 3637 by schoenebeck, Thu Oct 24 13:12:52 2019 UTC
# Line 46  public: Line 46  public:
46          MIDI_RULES,          MIDI_RULES,
47          FILE_PROPS,          FILE_PROPS,
48          INSTR_PROPS,          INSTR_PROPS,
49            SAMPLE_PROPS,
50          SAMPLE_REFS,          SAMPLE_REFS,
51          MACRO_EDITOR,          MACRO_EDITOR,
52          MACROS_SETUP,          MACROS_SETUP,
# Line 178  public: Line 179  public:
179      Property<int> instrPropsWindowW;      Property<int> instrPropsWindowW;
180      Property<int> instrPropsWindowH;      Property<int> instrPropsWindowH;
181    
182        // settings of "SampleProps" group
183        Property<int> samplePropsWindowX;
184        Property<int> samplePropsWindowY;
185        Property<int> samplePropsWindowW;
186        Property<int> samplePropsWindowH;
187    
188      // settings of "SampleRefs" group      // settings of "SampleRefs" group
189      Property<int> sampleRefsWindowX;      Property<int> sampleRefsWindowX;
190      Property<int> sampleRefsWindowY;      Property<int> sampleRefsWindowY;

Legend:
Removed from v.3461  
changed lines
  Added in v.3637

  ViewVC Help
Powered by ViewVC