425 lines
12 KiB
Plaintext
425 lines
12 KiB
Plaintext
Comparing files Action.hpp and ..\..\Action.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files BrowserHelper.cpp and ..\..\BrowserHelper.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files BrowserHelper.hpp and ..\..\BrowserHelper.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files ChordDlg.cpp and ..\..\ChordDlg.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files ChordDlg.hpp and ..\..\ChordDlg.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files chordmain.cpp and ..\..\chordmain.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files DragQueryFile.hpp and ..\..\DragQueryFile.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Element.hpp and ..\..\Element.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Fingering.cpp and ..\..\Fingering.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Fingering.hpp and ..\..\Fingering.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Fret.hpp and ..\..\Fret.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Fretboard.cpp and ..\..\Fretboard.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Fretboard.hpp and ..\..\Fretboard.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files FretDlg.cpp and ..\..\FretDlg.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files FretDlg.hpp and ..\..\FretDlg.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files FrettedBoundingNote.hpp and ..\..\FrettedBoundingNote.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files FrettedNote.hpp and ..\..\FrettedNote.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files FrettedNotes.cpp and ..\..\FrettedNotes.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files FretViewWnd.cpp and ..\..\FretViewWnd.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files FretViewWnd.hpp and ..\..\FretViewWnd.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files GlobalDefs.cpp and ..\..\GlobalDefs.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files GlobalDefs.hpp and ..\..\GlobalDefs.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files GUIFretboard.cpp and ..\..\GUIFretboard.cPP
|
|
***** GUIFretboard.cpp
|
|
frettedBoundingNote.setTextColor(smColorBlack);
|
|
|
|
}
|
|
***** ..\..\GUIFretboard.cPP
|
|
frettedBoundingNote.setTextColor(smColorBlack);
|
|
}
|
|
*****
|
|
|
|
***** GUIFretboard.cpp
|
|
chord.play(mSequencer->getDevice());
|
|
::Sleep(250);
|
|
scale.play(mSequencer->getDevice());
|
|
***** ..\..\GUIFretboard.cPP
|
|
chord.play(mSequencer->getDevice());
|
|
::Sleep(Notes::DefaultDelay);
|
|
scale.play(mSequencer->getDevice());
|
|
*****
|
|
|
|
***** GUIFretboard.cpp
|
|
{
|
|
FrettedBoundingNote frettedBoundingNote=frettedBoundingNotes[index];
|
|
frettedBoundingNote.setString(5-frettedBoundingNote.getString());
|
|
::OutputDebugString(frettedBoundingNote.toString()+String("\n"));
|
|
entry.insert(&frettedBoundingNote);
|
|
}
|
|
***** ..\..\GUIFretboard.cPP
|
|
{
|
|
FrettedBoundingNote frettedBoundingNote=frettedBoundingNotes[index]; // make a copy so we can
|
|
frettedBoundingNote.setString(5-frettedBoundingNote.getString()); // translate the string position
|
|
entry.insert(&frettedBoundingNote); // .. and insert into entry
|
|
}
|
|
*****
|
|
|
|
Comparing files GUIFretboard.hpp and ..\..\GUIFretboard.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files guitar.hpp and ..\..\guitar.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files GuitarString.hpp and ..\..\GuitarString.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Instrument.hpp and ..\..\Instrument.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files IntegerPair.hpp and ..\..\IntegerPair.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files license.cpp and ..\..\license.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files License.hpp and ..\..\License.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files LicenseDialog.cpp and ..\..\LicenseDialog.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files LicenseDialog.hpp and ..\..\LicenseDialog.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files LineParser.cpp and ..\..\LineParser.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files LineParser.hpp and ..\..\LineParser.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files main.cpp and ..\..\main.cPP
|
|
***** main.cpp
|
|
}
|
|
GlobalDefs::setLogLevel(GlobalDefs::NoLog);
|
|
GlobalDefs::setRegisteredClipboardFormat(Clipboard::registerClipboardFormat(String("[")+versionInfo.getProductNameStrin
|
|
***** ..\..\main.cPP
|
|
}
|
|
GlobalDefs::setLogLevel(GlobalDefs::Verbose);
|
|
GlobalDefs::setRegisteredClipboardFormat(Clipboard::registerClipboardFormat(String("[")+versionInfo.getProductNameStrin
|
|
*****
|
|
|
|
Comparing files mainfrm.cpp and ..\..\mainfrm.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files mainfrm.hpp and ..\..\mainfrm.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files MessageBox.hpp and ..\..\MessageBox.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files MIDIDialog.cpp and ..\..\MIDIDialog.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files MIDIDialog.hpp and ..\..\MIDIDialog.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files MIDIHelper.cpp and ..\..\MIDIHelper.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files MIDIHelper.hpp and ..\..\MIDIHelper.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files notepath.cpp and ..\..\notepath.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files notepath.hpp and ..\..\notepath.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files NoteType.cpp and ..\..\NoteType.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files NoteType.hpp and ..\..\NoteType.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files ordering.hpp and ..\..\ordering.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Range.hpp and ..\..\Range.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files RangeDlg.cpp and ..\..\RangeDlg.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files RangeDlg.hpp and ..\..\RangeDlg.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files RangeEditDlg.cpp and ..\..\RangeEditDlg.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files RangeEditDlg.hpp and ..\..\RangeEditDlg.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files registration.cpp and ..\..\registration.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Registration.hpp and ..\..\Registration.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files registry.cpp and ..\..\registry.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files registry.hpp and ..\..\registry.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files requirement.hpp and ..\..\requirement.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files requirements.cpp and ..\..\requirements.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files requirements.hpp and ..\..\requirements.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files ScaleDlg.cpp and ..\..\ScaleDlg.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files ScaleDlg.hpp and ..\..\ScaleDlg.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files ScrollInfo.cpp and ..\..\ScrollInfo.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files ScrollInfo.hpp and ..\..\ScrollInfo.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Sequencer.hpp and ..\..\Sequencer.hPP
|
|
***** Sequencer.hpp
|
|
#endif
|
|
|
|
***** ..\..\Sequencer.hPP
|
|
#endif
|
|
#ifndef _GUITAR_GLOBALDEFS_HPP_
|
|
#include <guitar/GlobalDefs.hpp>
|
|
#endif
|
|
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
Sequencer::Sequencer()
|
|
{
|
|
changeProgram();
|
|
***** ..\..\Sequencer.hPP
|
|
Sequencer::Sequencer()
|
|
: MIDIOutputDevice(Registry().getMIDIOutputDevice())
|
|
{
|
|
Registry registry;
|
|
GlobalDefs::outDebug(String("[Sequencer::Sequencer] Sequencer()")+registry.getMIDIOutputDevice(),GlobalDefs::Info);
|
|
changeProgram();
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
{
|
|
closeDevice();
|
|
***** ..\..\Sequencer.hPP
|
|
{
|
|
GlobalDefs::outDebug("[Sequencer::Sequencer] Sequencer()",GlobalDefs::Info);
|
|
closeDevice();
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
{
|
|
return MIDIOutputDevice::midiEvent(somePureEvent);
|
|
***** ..\..\Sequencer.hPP
|
|
{
|
|
GlobalDefs::outDebug(String("[Sequencer::midiEvent] ")+somePureEvent.toString(),GlobalDefs::Info);
|
|
return MIDIOutputDevice::midiEvent(somePureEvent);
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
{
|
|
return MIDIOutputDevice::hasDevice();
|
|
***** ..\..\Sequencer.hPP
|
|
{
|
|
GlobalDefs::outDebug(String("[Sequencer::hasDevice] "),GlobalDefs::Info);
|
|
return MIDIOutputDevice::hasDevice();
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
{
|
|
MIDIOutputDevice::closeDevice();
|
|
***** ..\..\Sequencer.hPP
|
|
{
|
|
GlobalDefs::outDebug(String("[Sequencer::closeDevice] "),GlobalDefs::Info);
|
|
MIDIOutputDevice::closeDevice();
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
|
|
if(!MIDIOutputDevice::openDevice(registry.getMIDIOutputDevice()))return false;
|
|
// if(!MIDIOutputDevice::openDevice())return false;
|
|
changeProgram();
|
|
***** ..\..\Sequencer.hPP
|
|
|
|
GlobalDefs::outDebug(String("[Sequencer::openDevice] registry.getMIDIOutputDevice()")+registry.getMIDIOutputDevice(),GlobalDe
|
|
s::Info);
|
|
if(!MIDIOutputDevice::openDevice(registry.getMIDIOutputDevice()))return false;
|
|
changeProgram();
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
{
|
|
return midiEvent(ChannelModeMessage(ChannelModeMessage::AllNotesOff).getEvent());
|
|
***** ..\..\Sequencer.hPP
|
|
{
|
|
GlobalDefs::outDebug(String("[Sequencer::clearNotes]"),GlobalDefs::Info);
|
|
return midiEvent(ChannelModeMessage(ChannelModeMessage::AllNotesOff).getEvent());
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
{
|
|
if(!hasDevice())
|
|
***** ..\..\Sequencer.hPP
|
|
{
|
|
Registry registry;
|
|
|
|
GlobalDefs::outDebug(String("[Sequencer::getDevice]"),GlobalDefs::Info);
|
|
if(!hasDevice())
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
{
|
|
openDevice();
|
|
changeProgram();
|
|
***** ..\..\Sequencer.hPP
|
|
{
|
|
GlobalDefs::outDebug(String("[Sequencer::getDevice] OpenDevice"),GlobalDefs::Info);
|
|
MIDIOutputDevice::openDevice(registry.getMIDIOutputDevice());
|
|
changeProgram();
|
|
*****
|
|
|
|
***** Sequencer.hpp
|
|
Registry registry;
|
|
midiEvent(ProgramChange(registry.getInstrument()).getEvent());
|
|
***** ..\..\Sequencer.hPP
|
|
Registry registry;
|
|
GlobalDefs::outDebug(String("[Sequencer::changeProgram]"),GlobalDefs::Info);
|
|
midiEvent(ProgramChange(registry.getInstrument()).getEvent());
|
|
*****
|
|
|
|
Comparing files settingsdlg.cpp and ..\..\settingsdlg.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files settingsdlg.hpp and ..\..\settingsdlg.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files splash.cpp and ..\..\splash.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files splash.hpp and ..\..\splash.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files tabdlg.cpp and ..\..\tabdlg.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files tabdlg.hpp and ..\..\tabdlg.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabEntry.cpp and ..\..\TabEntry.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabEntry.hpp and ..\..\TabEntry.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files tablature.cpp and ..\..\tablature.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Tablature.hpp and ..\..\Tablature.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabLines.cpp and ..\..\TabLines.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabLines.hpp and ..\..\TabLines.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files tabpage.cpp and ..\..\tabpage.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files tabpage.hpp and ..\..\tabpage.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabView.cpp and ..\..\TabView.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabView.hpp and ..\..\TabView.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabWriter.cpp and ..\..\TabWriter.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files TabWriter.hpp and ..\..\TabWriter.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Timing.cpp and ..\..\Timing.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Timing.hpp and ..\..\Timing.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Tuning.cpp and ..\..\Tuning.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files Tuning.hpp and ..\..\Tuning.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files uutool.cpp and ..\..\uutool.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files uutool.hpp and ..\..\uutool.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files viewwnd.cpp and ..\..\viewwnd.cPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files viewwnd.hpp and ..\..\viewwnd.hPP
|
|
FC: no differences encountered
|
|
|
|
Comparing files wininfo.hpp and ..\..\wininfo.hPP
|
|
FC: no differences encountered
|
|
|