History | View | Annotate | Download (498 Bytes)
.gitignore: adding more CMake ignores
an initial CMake file for the Clipper extension. the details are not yet correct, but it does compile something, at least on the Mac.
Adding *.perspectivev3 to gitignore
.gitignore updates
Squashed commit of the following:
commit 4ed3ed0879a5af98279e2d78467a03e0ecedc0d2Author: Timothy Place <tim@electrotap.com>Date: Fri Oct 16 15:37:27 2009 -0500
TTWavetable: fix for uninitialized member, which led to memory corruption...
commit 037330269094c48e793f451a2e87770cc16c4731...
ignore .orig files
more work to make externals build. There is still an 2019 linking error
Merge branch 'master' of git@github.com:tap/JamomaDSP
Adding a number of comments, and ignoring Mac Finder .DS_Store
Trying to fix the building of DSP on Windows. Can't load JamomaFondation.lib
Doxygen updated
adding Code::Blocks workspace for the Jamoma DSP project
created a Code::Blocks project ( http://www.codeblocks.com/ ) for the Clipper extension, which compiles. Extensions on Linux will have a .tt.so suffix I guess (Code::Blocks, at least, won't allow for .ttso). Code::Blocks seems to be a much less offensive and stupid IDE than Eclipse. It doesn't export a Makefile though, which is a bit of a downer.
dsp lib is now building on linux, linking to the foundation lib. this is done using the eclipse ide -- I'm not certain how portable these eclipse projects are, but I'm adding it anyway and I guess we'll find out.
ignore the build logs
VST example builds against the foundation framework
all mac projects now reference the new file locations
re-organizing the JamomaDSP library folder