~artem-anufrij/metronome/trunk

« back to all changes in this revision

Viewing changes to src/Settings.vala

  • Committer: Artem Anufrij
  • Date: 2015-10-05 23:35:34 UTC
  • Revision ID: artem.anufrij@live.de-20151005233534-5tarac8mok59dur7
added presets (dev)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    public double volume_quaver { get; set; }
14
14
    public int tempo { get; set; }
15
15
    public int beat { get; set; }
 
16
    public string [] custom_settings { get; set; }
16
17
    private Settings () {
17
18
        base ("org.pantheon.metronome");
18
19
    }