Changeset 283 for cpp


Ignore:
Timestamp:
01/05/15 00:34:25 (9 years ago)
Author:
Maciej Komosinski
Message:

Clarified "normal f0" comment and removed another misleading comment

Location:
cpp/frams/_demos
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/full_props.cpp

    r197 r283  
    9393m.close();
    9494
    95 // normal f0 would be retrieved using m.getF0Geno()
     95// normal f0 (omitting default values) would be retrieved using m.getF0Geno()
    9696// the following form allows for more control:
    9797Geno f0_g;
  • cpp/frams/_demos/shapeconvert.cpp

    r269 r283  
    8686        newmodel.close();
    8787
    88         // Normal f0 would be retrieved using m.getF0Geno().
    89         // The following form allows for more control:
    9088        Geno f0_g = newmodel.getF0Geno();
    9189        puts((const char*)f0_g.toString());
Note: See TracChangeset for help on using the changeset viewer.