-
- Downloads
Add alt. signature to Constraint* constructors to ligthen instantiation code (pyfaut and matfaust).
Example got matfaust: Before it was necessary to write something like: fact_cons{1} = ConstraintInt(ConstraintName(ConstraintName.SPLIN), 500, 32, 5); Now it's easier with equivalent code: fact_cons{1} = ConstraintInt('splin', 500, 32, 5); The former code is still valid though.
Showing
- wrapper/matlab/+matfaust/+factparams/@ConstraintGeneric/ConstraintGeneric.m 4 additions, 0 deletions...tfaust/+factparams/@ConstraintGeneric/ConstraintGeneric.m
- wrapper/matlab/+matfaust/+factparams/@ConstraintInt/ConstraintInt.m 2 additions, 2 deletions...tlab/+matfaust/+factparams/@ConstraintInt/ConstraintInt.m
- wrapper/matlab/+matfaust/+factparams/@ConstraintMat/ConstraintMat.m 1 addition, 1 deletion...tlab/+matfaust/+factparams/@ConstraintMat/ConstraintMat.m
- wrapper/matlab/+matfaust/+factparams/@ConstraintName/ConstraintName.m 36 additions, 3 deletions...ab/+matfaust/+factparams/@ConstraintName/ConstraintName.m
- wrapper/matlab/+matfaust/+factparams/@ConstraintReal/ConstraintReal.m 1 addition, 1 deletion...ab/+matfaust/+factparams/@ConstraintReal/ConstraintReal.m
- wrapper/matlab/+matfaust/+factparams/@ParamsPalm4MSA/ParamsPalm4MSA.m 6 additions, 6 deletions...ab/+matfaust/+factparams/@ParamsPalm4MSA/ParamsPalm4MSA.m
- wrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m 13 additions, 13 deletionswrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m
- wrapper/python/pyfaust.py 8 additions, 8 deletionswrapper/python/pyfaust.py
- wrapper/python/pyfaust/factparams.py 33 additions, 3 deletionswrapper/python/pyfaust/factparams.py
Loading
Please register or sign in to comment