Mentions légales du service

Skip to content
Snippets Groups Projects
  • hhakim's avatar
    80e429fb
    Add functions in the Py wrapper: size(), get_factor(), save() and adapt the... · 80e429fb
    hhakim authored
    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.
    80e429fb
    History
    Add functions in the Py wrapper: size(), get_factor(), save() and adapt the...
    hhakim authored
    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.