RT-WDF / rt-wdf_lib

RT-WDF - Real-Time Wave Digital Filter Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-organize repository into more atomic units

m-rest opened this issue · comments

  • Separate RT-WDF Library, Renderer and example projects into different repos
  • Configure their dependencies state of the art style
  • Include JUCE and r8resampler as a submomdule
  • Exclude Armadillo and r8resampler from wdf-lib repo

-> organisation created. renderer and lib to be separated

commented

For the renderer, its probably enough to just commit the include folder from armadillo that contains the headers + their README.txt and LICENSE.txt (and maybe their version although that can be extracted from armadillo_bits/arma_version.hpp).

So the structure would be

\ Circuits
\ libs \ armadillo
\ libs \ r8brain-free
\ libs \ rt-wdf_lib
\ wdfRenderer \ Builds
\ wdfRenderer \ Source
\ wdfRenderer \ wdfRenderer.jucer
\ README
\ LICENSE

with rt-wdf_lib and possibly the example circuits being submodules. Not sure about the toolchain.