Changeset 2496

Show
Ignore:
Timestamp:
11/12/08 03:05:29 (8 weeks ago)
Author:
bzr
Message:

config: Set a default of None for synth variant. This should prevent exceptions where the user has an old config file which doesn't specify variant. synthDriverHandler.setSynth() needs to be reworked slightly to solve this problem fully.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property bzr:revision-info
      •  

        old new  
        1 timestamp: 2008-11-11 22:49:48.023000002 +0100 
        2 committer: Peter Vágner <peter.v@datagate.sk> 
         1timestamp: 2008-11-12 14:03:02.933000088 +1100 
         2committer: James Teh <jamie@jantrid.net> 
        33properties:  
        44        branch-nick: main 
    • Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
      •  

        old new  
        2652652293 peter.v@datagate.sk-20081111134223-egai5qic7a5sxefg 
        2662662294 peter.v@datagate.sk-20081111214948-6plfk2h28yw7yqx3 
         2672295 jamie@jantrid.net-20081112030302-5v0cz8up9xybol1i 
  • trunk/source/config/__init__.py

    r2495 r2496  
    3434 
    3535        [[__many__]] 
    36                 variant = string 
     36                variant = string(default=None) 
    3737                rate = integer(default=50,min=0,max=100) 
    3838                pitch = integer(default=50,min=0,max=100)