Revision: 339
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=339&view=rev
Author: pstieber
Date: 2008-03-20 22:46:13 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
Changed to use the piano window.
Modified Paths:
--------------
trunk/jazz/src/Rhythm.cpp
Modified: trunk/jazz/src/Rhythm.cpp
===================================================================
--- trunk/jazz/src/Rhythm.cpp 2008-03-21 05:45:24 UTC (rev 338)
+++ trunk/jazz/src/Rhythm.cpp 2008-03-21 05:46:13 UTC (rev 339)
@@ -29,7 +29,7 @@
#include "Globals.h"
#include "Harmony.h"
#include "TrackFrame.h"
-#include "PianoFrame.h"
+#include "PianoWindow.h"
#include "ToolBar.h"
#include "DeprecatedStringUtils.h"
#include "FileSelector.h"
@@ -908,7 +908,7 @@
r->n_keys = 0;
r->mode = keys[i];
tEventArray events;
- tCmdCopyToBuffer cmd(gpTrackFrame->GetPianoWindow()->mpFilter, &events);
+ tCmdCopyToBuffer cmd(gpTrackFrame->GetPianoWindow()->GetFilter(), &events);
cmd.Execute(0); // no UNDO
for (int ii = 0; ii < events.nEvents; ii++)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|