From 514624508d16f6a3f3e6419479642acc931b0f52 Mon Sep 17 00:00:00 2001 From: Comment Date: Mon, 14 Oct 2013 21:48:48 -0700 Subject: fragmentation OFF by default --- rotord/src/graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/graph.h') diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 06f7970..e40d753 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -17,7 +17,7 @@ Graph is an instance of a rotor renderer namespace Rotor { class Graph{ public: - Graph(){duration=20.0f;loaded = false;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=true;}; + Graph(){duration=20.0f;loaded = false;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=false;}; Graph(const string& _uid,const string& _desc){ init(_uid,_desc); audio_loaded=false; -- cgit v1.2.3