|
From: <pst...@us...> - 2008-12-27 18:18:42
|
Revision: 659
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=659&view=rev
Author: pstieber
Date: 2008-12-27 18:18:38 +0000 (Sat, 27 Dec 2008)
Log Message:
-----------
Removed WxWidgets.h.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2008-12-27 02:52:58 UTC (rev 658)
+++ trunk/jazz/src/Makefile.am 2008-12-27 18:18:38 UTC (rev 659)
@@ -245,8 +245,7 @@
ToolBar.h \
TrackFrame.h \
Track.h \
-TrackWindow.h \
-WxWidgets.h
+TrackWindow.h
if !USE_ALSA
jazz_LDFLAGS = -framework CoreMIDI -framework CoreAudio
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pst...@us...> - 2009-01-01 03:13:13
|
Revision: 668
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=668&view=rev
Author: pstieber
Date: 2009-01-01 03:13:07 +0000 (Thu, 01 Jan 2009)
Log Message:
-----------
Added the new source modules to the Linux build.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2009-01-01 03:12:31 UTC (rev 667)
+++ trunk/jazz/src/Makefile.am 2009-01-01 03:13:07 UTC (rev 668)
@@ -22,6 +22,8 @@
DeprecatedWx/prop.cpp \
DeprecatedWx/propform.cpp \
DeprecatedWx/proplist.cpp \
+Dialogs/FilterDialog.cpp \
+Dialogs/IntegerEdit.cpp \
Dialogs/KeyOnDialog.cpp \
Dialogs/MetronomeSettingsDialog.cpp \
Dialogs/SynthesizerSettingsDialog.cpp \
@@ -99,6 +101,8 @@
DeprecatedWx/prop.cpp \
DeprecatedWx/propform.cpp \
DeprecatedWx/proplist.cpp \
+Dialogs/FilterDialog.cpp \
+Dialogs/IntegerEdit.cpp \
Dialogs/KeyOnDialog.cpp \
Dialogs/MetronomeSettingsDialog.cpp \
Dialogs/SynthesizerSettingsDialog.cpp \
@@ -181,6 +185,8 @@
DeprecatedWx/propform.h \
DeprecatedWx/proplist.h \
DeprecatedStringUtils.h \
+Dialogs/FilterDialog.h \
+Dialogs/IntegerEdit.h \
Dialogs/KeyOnDialog.h \
Dialogs/MetronomeSettingsDialog.h \
Dialogs/SynthesizerSettingsDialog.h \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pst...@us...> - 2009-01-02 19:13:41
|
Revision: 681
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=681&view=rev
Author: pstieber
Date: 2009-01-02 19:13:35 +0000 (Fri, 02 Jan 2009)
Log Message:
-----------
Added the shift dialog to the Linux build.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2009-01-02 18:37:48 UTC (rev 680)
+++ trunk/jazz/src/Makefile.am 2009-01-02 19:13:35 UTC (rev 681)
@@ -26,6 +26,7 @@
Dialogs/IntegerEdit.cpp \
Dialogs/KeyOnDialog.cpp \
Dialogs/MetronomeSettingsDialog.cpp \
+Dialogs/ShiftDialog.cpp \
Dialogs/SynthesizerSettingsDialog.cpp \
Dialogs/TrackDialog.cpp \
Dialogs.cpp \
@@ -105,6 +106,7 @@
Dialogs/IntegerEdit.cpp \
Dialogs/KeyOnDialog.cpp \
Dialogs/MetronomeSettingsDialog.cpp \
+Dialogs/ShiftDialog.cpp \
Dialogs/SynthesizerSettingsDialog.cpp \
Dialogs/TrackDialog.cpp \
Dialogs.cpp \
@@ -189,6 +191,7 @@
Dialogs/IntegerEdit.h \
Dialogs/KeyOnDialog.h \
Dialogs/MetronomeSettingsDialog.h \
+Dialogs/ShiftDialog.h \
Dialogs/SynthesizerSettingsDialog.h \
Dialogs/TrackDialog.h \
Dialogs.h \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pst...@us...> - 2013-07-21 23:00:08
|
Revision: 1028
http://sourceforge.net/p/jazzplusplus/code/1028
Author: pstieber
Date: 2013-07-21 23:00:04 +0000 (Sun, 21 Jul 2013)
Log Message:
-----------
Changed INCLUDES to AM_CPPFLAGS.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2013-04-09 02:50:53 UTC (rev 1027)
+++ trunk/jazz/src/Makefile.am 2013-07-21 23:00:04 UTC (rev 1028)
@@ -328,5 +328,5 @@
# This directive defines the Jazz++ data directory. This may be a hack, but
# other programs use similar techniques.
# The automake info file suggests using INCLUDES for this purpose
-# and i cant even get it to expand the pkgdatadir, aargh
-INCLUDES= -DJAZZ_DATADIR=\"@datadir@/@PACKAGE@\"
+# and I cant even get it to expand the pkgdatadir, aargh
+AM_CPPFLAGS=-DJAZZ_DATADIR=\"@datadir@/@PACKAGE@\"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pst...@us...> - 2013-10-09 19:56:37
|
Revision: 1030
http://sourceforge.net/p/jazzplusplus/code/1030
Author: pstieber
Date: 2013-10-09 19:56:35 +0000 (Wed, 09 Oct 2013)
Log Message:
-----------
Added AUTOMAKE_OPTIONS = subdir-objects.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2013-07-21 23:06:56 UTC (rev 1029)
+++ trunk/jazz/src/Makefile.am 2013-10-09 19:56:35 UTC (rev 1030)
@@ -1,4 +1,4 @@
-## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = subdir-objects
SUBDIRS = HelpFiles
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pst...@us...> - 2013-10-10 20:21:56
|
Revision: 1034
http://sourceforge.net/p/jazzplusplus/code/1034
Author: pstieber
Date: 2013-10-10 20:21:53 +0000 (Thu, 10 Oct 2013)
Log Message:
-----------
1. Fixed the non-ALSA source list.
2. Moved *.h files to the proper section.
3. Commented out the old portmidi library specifications for the mac
and replaced with a simpler one.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2013-10-10 20:19:50 UTC (rev 1033)
+++ trunk/jazz/src/Makefile.am 2013-10-10 20:21:53 UTC (rev 1034)
@@ -148,8 +148,7 @@
Dialogs/TransposeDialog.cpp \
Dialogs/VelocityDialog.cpp \
Dialogs.cpp \
-DrumEnums.h \
-DrumUtilities.h \
+DrumUtilities.cpp \
ErrorMessage.cpp \
Events.cpp \
EventFrame.cpp \
@@ -255,6 +254,8 @@
Dialogs/TransposeDialog.h \
Dialogs/VelocityDialog.h \
Dialogs.h \
+DrumEnums.h \
+DrumUtilities.h \
DynamicArray.h \
ErrorMessage.h \
Events.h \
@@ -322,7 +323,8 @@
if !USE_ALSA
jazz_LDFLAGS = -framework CoreMIDI -framework CoreAudio
-jazz_LDADD = -L@PORTMIDI_PATH@/porttime -lporttime -L@PORTMIDI_PATH@/pm_mac -lportmidi
+#jazz_LDADD = -L@PORTMIDI_PATH@/porttime -lporttime -L@PORTMIDI_PATH@/pm_mac -lportmidi
+jazz_LDADD = -lportmidi
endif
# This directive defines the Jazz++ data directory. This may be a hack, but
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pst...@us...> - 2010-04-25 05:07:27
|
Revision: 753
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=753&view=rev
Author: pstieber
Date: 2010-04-25 05:07:21 +0000 (Sun, 25 Apr 2010)
Log Message:
-----------
Fixed a file name error.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2010-04-25 04:42:41 UTC (rev 752)
+++ trunk/jazz/src/Makefile.am 2010-04-25 05:07:21 UTC (rev 753)
@@ -30,7 +30,7 @@
Dialogs/KeyOnDialog.cpp \
Dialogs/MetronomeSettingsDialog.cpp \
Dialogs/MidiChannelDialog.cpp \
-Dialogs/ProgramChannelDialog.cpp \
+Dialogs/ProgramChangeDialog.cpp \
Dialogs/QuantizeDialog.cpp \
Dialogs/SearchAndReplaceDialog.cpp \
Dialogs/ShiftDialog.cpp \
@@ -120,7 +120,7 @@
Dialogs/KeyOnDialog.cpp \
Dialogs/MetronomeSettingsDialog.cpp \
Dialogs/MidiChannelDialog.cpp \
-Dialogs/ProgramChannelDialog.cpp \
+Dialogs/ProgramChangeDialog.cpp \
Dialogs/QuantizeDialog.cpp \
Dialogs/SearchAndReplaceDialog.cpp \
Dialogs/ShiftDialog.cpp \
@@ -215,7 +215,7 @@
Dialogs/KeyOnDialog.h \
Dialogs/MetronomeSettingsDialog.h \
Dialogs/MidiChannelDialog.h \
-Dialogs/ProgramChannelDialog.h \
+Dialogs/ProgramChangeDialog.h \
Dialogs/QuantizeDialog.h \
Dialogs/SearchAndReplaceDialog.h \
Dialogs/ShiftDialog.h \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <pst...@us...> - 2013-03-18 18:46:10
|
Revision: 971
http://sourceforge.net/p/jazzplusplus/code/971
Author: pstieber
Date: 2013-03-18 18:46:08 +0000 (Mon, 18 Mar 2013)
Log Message:
-----------
Added the ArrayControl source.
Modified Paths:
--------------
trunk/jazz/src/Makefile.am
Modified: trunk/jazz/src/Makefile.am
===================================================================
--- trunk/jazz/src/Makefile.am 2013-03-18 18:45:02 UTC (rev 970)
+++ trunk/jazz/src/Makefile.am 2013-03-18 18:46:08 UTC (rev 971)
@@ -11,6 +11,7 @@
AlsaDriver.cpp \
AlsaPlayer.cpp \
AlsaThru.cpp \
+ArrayControl.cpp \
AsciiMidiFile.cpp \
Audio.cpp \
AudioDriver.cpp \
@@ -111,6 +112,7 @@
jazz_SOURCES = \
AboutDialog.cpp \
+ArrayControl.cpp \
AsciiMidiFile.cpp \
Audio.cpp \
Command.cpp \
@@ -215,6 +217,7 @@
AlsaDriver.h \
AlsaPlayer.h \
AlsaThru.h \
+ArrayControl.h \
AsciiMidiFile.h \
Audio.h \
AudioDriver.h \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|