├── README ├── bassdll ├── bassdll.cpp ├── bassdll.h ├── debug.cpp └── debug.h └── demos └── core2 └── core2.pde /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drewcrawford/bassdll/HEAD/README -------------------------------------------------------------------------------- /bassdll/bassdll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drewcrawford/bassdll/HEAD/bassdll/bassdll.cpp -------------------------------------------------------------------------------- /bassdll/bassdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drewcrawford/bassdll/HEAD/bassdll/bassdll.h -------------------------------------------------------------------------------- /bassdll/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drewcrawford/bassdll/HEAD/bassdll/debug.cpp -------------------------------------------------------------------------------- /bassdll/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drewcrawford/bassdll/HEAD/bassdll/debug.h -------------------------------------------------------------------------------- /demos/core2/core2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/drewcrawford/bassdll/HEAD/demos/core2/core2.pde --------------------------------------------------------------------------------