-
- Downloads
There was an error fetching the commit references. Please try again later.
Add functions in the Py wrapper: size(), get_factor(), save() and adapt the...
Add functions in the Py wrapper: size(), get_factor(), save() and adapt the constructor to read a Faust from file. The FaustPy.Faust constructor is able to receive a matlab file as a Faust definition (saved before with FaustPy.Faust.save() or the Faust matlab wrapper). Adding also needed functions in Py wrapper C++ backend (FaustCoreCpp): get_fact_nb_rows(), get_fact_nb_cols(), get_fact(). Adding a piece of code in quickstart.py for testing.
Showing
- wrapper/python/FaustPy.py 31 additions, 2 deletionswrapper/python/FaustPy.py
- wrapper/python/quickstart.py 11 additions, 0 deletionswrapper/python/quickstart.py
- wrapper/python/src/FaustCoreCpp.h 3 additions, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 54 additions, 0 deletionswrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 3 additions, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 10 additions, 2 deletionswrapper/python/src/FaustCorePy.pyx
Please register or sign in to comment