|
From: <pst...@us...> - 2008-04-06 02:17:56
|
Revision: 408
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=408&view=rev
Author: pstieber
Date: 2008-04-05 19:17:53 -0700 (Sat, 05 Apr 2008)
Log Message:
-----------
Updated the copyright line and removed the knob.
Modified Paths:
--------------
trunk/jazz/src/SynthesizerSettingsDialog.cpp
trunk/jazz/src/SynthesizerSettingsDialog.h
Modified: trunk/jazz/src/SynthesizerSettingsDialog.cpp
===================================================================
--- trunk/jazz/src/SynthesizerSettingsDialog.cpp 2008-04-06 02:17:20 UTC (rev 407)
+++ trunk/jazz/src/SynthesizerSettingsDialog.cpp 2008-04-06 02:17:53 UTC (rev 408)
@@ -1,7 +1,7 @@
//*****************************************************************************
// The JAZZ++ Midi Sequencer
//
-// Copyright (C) 2008 Peter J. Stieber
+// Copyright (C) 2008 Peter J. Stieber, all rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -23,7 +23,6 @@
#include "SynthesizerSettingsDialog.h"
#include "Configuration.h"
#include "Globals.h"
-#include "Knob.h"
using namespace std;
@@ -36,8 +35,6 @@
mpSynthesizerListbox(0),
mpStartListbox(0)
{
- JZKnob* pKnob = new JZKnob(this, wxID_ANY, 100, 0, 128);
-
mpSynthesizerListbox = new wxListBox(this, wxID_ANY);
int Selection = 0;
@@ -75,8 +72,6 @@
wxBoxSizer* pLeftSizer = new wxBoxSizer(wxVERTICAL);
wxBoxSizer* pRightSizer = new wxBoxSizer(wxVERTICAL);
- pLeftSizer->Add(pKnob, 0, wxALL, 2);
-
pLeftSizer->Add(
new wxStaticText(this, wxID_ANY, "Synthesizer Type"),
0,
Modified: trunk/jazz/src/SynthesizerSettingsDialog.h
===================================================================
--- trunk/jazz/src/SynthesizerSettingsDialog.h 2008-04-06 02:17:20 UTC (rev 407)
+++ trunk/jazz/src/SynthesizerSettingsDialog.h 2008-04-06 02:17:53 UTC (rev 408)
@@ -1,7 +1,7 @@
//*****************************************************************************
// The JAZZ++ Midi Sequencer
//
-// Modifications Copyright (C) 2008 Peter J. Stieber
+// Copyright (C) 2008 Peter J. Stieber, all rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -36,4 +36,4 @@
wxListBox* mpStartListbox;
};
-#endif // !defined()
+#endif // !defined(JZ_SYNTHESIZERSETTINGDIALOG_H)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|