-
- Downloads
Project 'nbellec1/llvm-project' was moved to 'x-NBelle/llvm-project'. Please update any links and bookmarks that may still have the old path.
Implement the mul. of two Fausts in C++ and bind py. wrapper to this impl.
- Fix by the way FaustCoreCpp::to_string(), avoiding to use directly c_str() on the result of iostringstream::str() like described in the notes here: https://en.cppreference.com/w/cpp/io/basic_ostringstream/str. It actually made strange results, empty strings and utf-8 decoding error.
Showing
- src/faust_linear_operator/CPU/faust_Transform.h 1 addition, 0 deletionssrc/faust_linear_operator/CPU/faust_Transform.h
- src/faust_linear_operator/CPU/faust_Transform.hpp 50 additions, 1 deletionsrc/faust_linear_operator/CPU/faust_Transform.hpp
- src/faust_linear_operator/CPU/faust_TransformHelper.h 2 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.h
- src/faust_linear_operator/CPU/faust_TransformHelper.hpp 14 additions, 0 deletionssrc/faust_linear_operator/CPU/faust_TransformHelper.hpp
- wrapper/python/pyfaust.py 14 additions, 4 deletionswrapper/python/pyfaust.py
- wrapper/python/src/FaustCoreCpp.h 1 addition, 0 deletionswrapper/python/src/FaustCoreCpp.h
- wrapper/python/src/FaustCoreCpp.hpp 13 additions, 1 deletionwrapper/python/src/FaustCoreCpp.hpp
- wrapper/python/src/FaustCoreCy.pxd 1 addition, 0 deletionswrapper/python/src/FaustCoreCy.pxd
- wrapper/python/src/FaustCorePy.pyx 19 additions, 1 deletionwrapper/python/src/FaustCorePy.pyx
Loading
Please register or sign in to comment