mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-12 02:15:12 +00:00
PCM moved out of beatdetect. Only projectM.hpp needs to be included, and even more headers removed from installation
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@530 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -12,10 +12,7 @@
|
||||
|
||||
#include <config.h>
|
||||
#include <libvisual/libvisual.h>
|
||||
#include <libprojectM/BeatDetect.hpp>
|
||||
#include <libprojectM/PCM.hpp>
|
||||
#include <libprojectM/projectM.hpp>
|
||||
#include <libprojectM/KeyHandler.hpp>
|
||||
#include "lvtoprojectM.h"
|
||||
#include "ConfigFile.h"
|
||||
|
||||
@ -234,7 +231,7 @@ extern "C" int lv_projectm_render (VisPluginData *plugin, VisVideo *video, VisAu
|
||||
addPCM16Data(pcms,512);
|
||||
*/
|
||||
|
||||
priv->PM->beatDetect->pcm->addPCMfloat(*pcm,512);
|
||||
priv->PM->pcm->addPCMfloat(*pcm,512);
|
||||
|
||||
priv->PM->renderFrame();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user