|
From: <pst...@us...> - 2013-04-07 22:14:23
|
Revision: 1016
http://sourceforge.net/p/jazzplusplus/code/1016
Author: pstieber
Date: 2013-04-07 22:14:21 +0000 (Sun, 07 Apr 2013)
Log Message:
-----------
Added the new rhythm array control code.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2013-04-07 22:12:11 UTC (rev 1015)
+++ trunk/jazz/src/Makefile.am 2013-04-07 22:14:21 UTC (rev 1016)
@@ -89,6 +89,7 @@
RecordingInfo.cpp \
Rectangle.cpp \
Rhythm.cpp \
+RhythmArrayControl.cpp \
Sample.cpp \
SampleCommand.cpp \
SampleDialog.cpp \
@@ -191,6 +192,7 @@
RecordingInfo.cpp \
Rectangle.cpp \
Rhythm.cpp \
+RhythmArrayControl.cpp \
Sample.cpp \
SampleCommand.cpp \
SampleDialog.cpp \
@@ -297,6 +299,7 @@
Rectangle.h \
Resources.h \
Rhythm.h \
+RhythmArrayControl.h \
Sample.h \
SampleCommand.h \
SampleDialog.h \
Modified: trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj
===================================================================
--- trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj 2013-04-07 22:12:11 UTC (rev 1015)
+++ trunk/jazz/vc9/JazzPlusPlus-VC9.vcproj 2013-04-07 22:14:21 UTC (rev 1016)
@@ -870,6 +870,14 @@
>
</File>
<File
+ RelativePath="..\src\RhythmArrayControl.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\RhythmArrayControl.h"
+ >
+ </File>
+ <File
RelativePath="..\src\Sample.cpp"
>
</File>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|