-
- Downloads
Add matfaust.factparams.ConstraintList in the same idea than previous commit did for pyfaust.
Example of what it changes: Previously: fact_cons = {ConstraintInt('splin', 500, 32, 5), ConstraintInt('sp', 32, 32, 96), ConstraintInt('sp', 32, 32, 96)}; Now: fact_cons = ConstraintList('splin', 5, 500, 32, 'sp', 96, 32, 32, 'sp', 96, 32, 32); The former expression is still valid, the new one is a shorthand.
Showing
- wrapper/matlab/+matfaust/+factparams/@ConstraintList/ConstraintList.m 48 additions, 0 deletions...ab/+matfaust/+factparams/@ConstraintList/ConstraintList.m
- wrapper/matlab/+matfaust/+factparams/@ParamsHierarchicalFact/ParamsHierarchicalFact.m 6 additions, 0 deletions...ctparams/@ParamsHierarchicalFact/ParamsHierarchicalFact.m
- wrapper/matlab/+matfaust/+factparams/@ParamsPalm4MSA/ParamsPalm4MSA.m 3 additions, 0 deletions...ab/+matfaust/+factparams/@ParamsPalm4MSA/ParamsPalm4MSA.m
- wrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m 3 additions, 5 deletionswrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m
Please register or sign in to comment