-
- Downloads
Simplify the way init_facts is used/defined in both matfaust and pyfaust FaustFactory.
- Delete init_facts arg. for ParamsHierarchicalFact (because it's not used behind). - Set init_facts as optional argument in ParamsPalm4MSA (default values are zero matrices for n-1 factors and identity for the remaining factor).
Showing
- misc/test/src/Python/test_FaustPy.py 5 additions, 9 deletionsmisc/test/src/Python/test_FaustPy.py
- wrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m 2 additions, 10 deletionswrapper/matlab/+matfaust/@FaustFactory/FaustFactory.m
- wrapper/matlab/+matfaust/@ParamsFact/ParamsFact.m 6 additions, 16 deletionswrapper/matlab/+matfaust/@ParamsFact/ParamsFact.m
- wrapper/matlab/+matfaust/@ParamsHierarchicalFact/ParamsHierarchicalFact.m 13 additions, 14 deletions...matfaust/@ParamsHierarchicalFact/ParamsHierarchicalFact.m
- wrapper/matlab/+matfaust/@ParamsPalm4MSA/ParamsPalm4MSA.m 39 additions, 10 deletionswrapper/matlab/+matfaust/@ParamsPalm4MSA/ParamsPalm4MSA.m
- wrapper/python/pyfaust.py 34 additions, 24 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCy.pxd 2 additions, 2 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 1 addition, 27 deletionswrapper/python/src/FaustCorePy.pyx
- wrapper/python/src/FaustFact.h 2 additions, 2 deletionswrapper/python/src/FaustFact.h
- wrapper/python/src/FaustFact.hpp 13 additions, 13 deletionswrapper/python/src/FaustFact.hpp
Loading
Please register or sign in to comment