[Audacity-cvs] audacity-src/src LabelTrack.cpp, 1.121, 1.122 LabelTrack.h, 1.53, 1.54

2009-12-18 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25734/src Modified Files: LabelTrack.cpp LabelTrack.h Log Message: Adding label synchronisation for Change Speed, Change Tempo, and Time Scale (SBSMS). This will move the labels

[Audacity-cvs] audacity-src/src/effects ChangeSpeed.cpp, 1.66, 1.67 ChangeSpeed.h, 1.18, 1.19 ChangeTempo.cpp, 1.45, 1.46 SBSMSEffect.cpp, 1.15, 1.16 SBSMSEffect.h, 1.1, 1.2 SoundTouchEffect.cpp, 1.28

2009-12-18 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/effects In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25734/src/effects Modified Files: ChangeSpeed.cpp ChangeSpeed.h ChangeTempo.cpp SBSMSEffect.cpp SBSMSEffect.h SoundTouchEffect.cpp SoundTouchEffect.h

[Audacity-cvs] audacity-src/src/toolbars EditToolBar.h,1.5,1.6

2009-12-10 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/toolbars In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16552/src/toolbars Modified Files: EditToolBar.h Log Message: Adding an include to fix a build error with GCC that I get when track linking is enabled. Index:

[Audacity-cvs] audacity-src/src/commands CommandHandler.cpp, 1.4, 1.5

2009-10-26 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/commands In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19257/src/commands Modified Files: CommandHandler.cpp Log Message: Scripting: redraw the project window after executing a command. This should mean changes like renaming a track

[Audacity-cvs] audacity-src/src/effects SBSMSEffect.cpp,1.14,1.15

2009-09-03 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6389/src/effects Modified Files: SBSMSEffect.cpp Log Message: Prevent SBSMS effects (Timescale) joining clips together when start and ending rates are the same. Index:

[Audacity-cvs] audacity-src/src/effects Equalization.cpp, 1.101, 1.102 Equalization.h, 1.42, 1.43

2009-08-17 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12752/src/effects Modified Files: Equalization.cpp Equalization.h Log Message: Tweaks to fix the remaining EQ batch chain problems. Fixed possible crash when opening dialog, added

[Audacity-cvs] audacity-src/src Menus.cpp,1.518,1.519

2009-08-17 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19838/src Modified Files: Menus.cpp Log Message: Ensure all Edit menu items consistently enabled and work consistently when select-all-on-none enabled. Implemented MJS's suggested

[Audacity-cvs] audacity-src/src Makefile.in, 1.166, 1.167 Project.cpp, 1.448, 1.449 Project.h, 1.162, 1.163

2009-08-17 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24813/src Modified Files: Makefile.in Project.cpp Project.h Log Message: Basic effect testing script. Added Import Export commands. Two new files: src/commands/ImportExportCommands.h

[Audacity-cvs] audacity-src/src/commands ImportExportCommands.h, NONE, 1.1 ImportExportCommands.cpp, NONE, 1.1 CommandDirectory.cpp, 1.3, 1.4 CommandManager.h, 1.28, 1.29 CommandManager.cpp, 1.73, 1.7

2009-08-17 Thread Dan Horgan
--- /** Audacity - A Digital Audio Editor Copyright 1999-2009 Audacity Team File License: wxWidgets Dan Horgan **//** \file ImportExportCommands.cpp \brief

[Audacity-cvs] audacity-src/src/commands PreferenceCommands.cpp, NONE, 1.1 PreferenceCommands.h, NONE, 1.1 SetTrackInfoCommand.cpp, NONE, 1.1 SetTrackInfoCommand.h, NONE, 1.1 CommandDirectory.cpp, 1.2

2009-08-16 Thread Dan Horgan
--- /** Audacity: A Digital Audio Editor Audacity(R) is copyright (c) 1999-2009 Audacity Team. File License: wxwidgets PreferenceCommands.h Dan Horgan **//** \class SetPreferenceCommand \brief Command for setting

[Audacity-cvs] audacity-src/scripts pipe-test.pl,1.7,1.8

2009-08-16 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23045/scripts Modified Files: pipe-test.pl Log Message: Work on the time-alteration behaviour of effects, and associated general and scripting improvements. New files:

[Audacity-cvs] audacity-src/src/effects TimeWarper.cpp, NONE, 1.1 TimeWarper.h, NONE, 1.1 ChangePitch.cpp, 1.53, 1.54 ChangeSpeed.cpp, 1.63, 1.64 ChangeTempo.cpp, 1.44, 1.45 Effect.cpp, 1.84, 1.85 Eff

2009-08-16 Thread Dan Horgan
-2009 Audacity Team License: GPL v2 - see LICENSE.txt Dan Horgan **//** \file TimeWarper.h \brief Contains declarations for TimeWarper, IdentityTimeWarper, ShiftTimeWarper, LinearTimeWarper, LogarithmicTimeWarper classes \class

[Audacity-cvs] audacity-src/src/effects/nyquist Nyquist.cpp, 1.79, 1.80

2009-08-16 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/effects/nyquist In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23045/src/effects/nyquist Modified Files: Nyquist.cpp Log Message: Work on the time-alteration behaviour of effects, and associated general and scripting improvements. New

[Audacity-cvs] audacity-src/src Makefile.in, 1.165, 1.166 WaveTrack.cpp, 1.163, 1.164 WaveTrack.h, 1.72, 1.73

2009-08-16 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23045/src Modified Files: Makefile.in WaveTrack.cpp WaveTrack.h Log Message: Work on the time-alteration behaviour of effects, and associated general and scripting improvements. New

[Audacity-cvs] audacity-src/src BatchCommandDialog.cpp, 1.14, 1.15 BatchCommands.cpp, 1.37, 1.38 BatchCommands.h, 1.10, 1.11

2009-08-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26080/src Modified Files: BatchCommandDialog.cpp BatchCommands.cpp BatchCommands.h Log Message: Fix (I hope) for P2 Chains: EQ applies parameters last used via Effect menu instead of those

[Audacity-cvs] audacity-src/src/commands BatchEvalCommand.cpp, 1.2, 1.3

2009-08-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/commands In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26080/src/commands Modified Files: BatchEvalCommand.cpp Log Message: Fix (I hope) for P2 Chains: EQ applies parameters last used via Effect menu instead of those stored in chain.

[Audacity-cvs] audacity-src/src/effects Equalization.cpp, 1.100, 1.101 Equalization.h, 1.41, 1.42

2009-08-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26080/src/effects Modified Files: Equalization.cpp Equalization.h Log Message: Fix (I hope) for P2 Chains: EQ applies parameters last used via Effect menu instead of those stored

[Audacity-cvs] audacity-src/src Makefile.in, 1.164, 1.165 Project.cpp, 1.446, 1.447 Project.h, 1.161, 1.162 Screenshot.cpp, 1.25, 1.26

2009-08-03 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32056/src Modified Files: Makefile.in Project.cpp Project.h Screenshot.cpp Log Message: Various improvements and additions to scripting the command system. (win mac projects currently

[Audacity-cvs] audacity-src/scripts pipe-test.pl,1.6,1.7

2009-08-03 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32056/scripts Modified Files: pipe-test.pl Log Message: Various improvements and additions to scripting the command system. (win mac projects currently aren't updated) New files:

[Audacity-cvs] audacity-src/src PluginManager.h,1.1,1.2

2009-08-03 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1893/src Modified Files: PluginManager.h Log Message: Remove some qualifiers to satisfy GCC. Index: PluginManager.h ===

[Audacity-cvs] audacity-src/src TrackPanel.cpp,1.470,1.471

2009-07-31 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32173/src Modified Files: TrackPanel.cpp Log Message: Fix for 'vertical lines on waveform display' drawing bug reported by Steve. Now all visible tracks are refreshed when the sliders are

[Audacity-cvs] audacity-src/scripts pipe-test.pl,1.5,1.6

2009-07-26 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10717/scripts Modified Files: pipe-test.pl Log Message: Added a command (ExecMenuCommand) for calling menu commands. Improved the way commands are built - there's now a command

[Audacity-cvs] audacity-src/src Makefile.in,1.162,1.163

2009-07-26 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10717/src Modified Files: Makefile.in Log Message: Added a command (ExecMenuCommand) for calling menu commands. Improved the way commands are built - there's now a command directory which

[Audacity-cvs] lib-src/mod-script-pipe ScripterCallback.cpp, 1.8, 1.9 ScripterCallback.h, 1.3, 1.4

2009-07-26 Thread Dan Horgan
Update of /cvsroot/audacity/lib-src/mod-script-pipe In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10717/lib-src/mod-script-pipe Modified Files: ScripterCallback.cpp ScripterCallback.h Log Message: Added a command (ExecMenuCommand) for calling menu commands. Improved the way

[Audacity-cvs] audacity-src/src/commands BatchEvalCommand.cpp, NONE, 1.1 CommandDirectory.cpp, NONE, 1.1 CommandDirectory.h, NONE, 1.1 ExecMenuCommand.cpp, NONE, 1.1 ExecMenuCommand.h, NONE, 1.1 GetAl

2009-07-26 Thread Dan Horgan
--- /** Audacity - A Digital Audio Editor Copyright 1999-2009 Audacity Team License: wxWidgets Dan Horgan **//** \file CommandDirectory.h \brief Contains declarations for CommandDirectory, CommandFactory

[Audacity-cvs] lib-src/mod-script-pipe ScripterCallback.h, 1.2, 1.3 ScripterCallback.cpp, 1.7, 1.8

2009-07-23 Thread Dan Horgan
Update of /cvsroot/audacity/lib-src/mod-script-pipe In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20492/lib-src/mod-script-pipe Modified Files: ScripterCallback.h ScripterCallback.cpp Log Message: Add module version check (currently only affects mod-script-pipe) A module can

[Audacity-cvs] audacity-src/src LoadModules.cpp,1.12,1.13

2009-07-23 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20492/src Modified Files: LoadModules.cpp Log Message: Add module version check (currently only affects mod-script-pipe) A module can provide a function wxString GetVersionString() If it

[Audacity-cvs] audacity-src/src TrackPanel.cpp,1.467,1.468

2009-07-22 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8192/src Modified Files: TrackPanel.cpp Log Message: Prevent the play indicator line being drawn through the Track Info by checking the x value. Index: TrackPanel.cpp

[Audacity-cvs] audacity-src/src/prefs KeyConfigPrefs.cpp, 1.83, 1.84

2009-07-18 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/prefs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18081/src/prefs Modified Files: KeyConfigPrefs.cpp Log Message: Fix crash that can occur when running under sudo (not that there's any good reason to do this as far as I know)

[Audacity-cvs] audacity-src/src/effects DtmfGen.cpp, 1.30, 1.31 DtmfGen.h, 1.13, 1.14 Generator.h, 1.1, 1.2

2009-07-18 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18903/src/effects Modified Files: DtmfGen.cpp DtmfGen.h Generator.h Log Message: Move DTMF generator parameter-remembering into an Init method so that it is done at the right time.

[Audacity-cvs] audacity-src/src Menus.cpp,1.500,1.501

2009-07-14 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9415/src Modified Files: Menus.cpp Log Message: I believe this fixes P2 (Linux only) Crash undoing a label edit, or repeatedly undoing/redoing addition of a label. Now the

[Audacity-cvs] audacity-src/src Menus.cpp, 1.501, 1.502 Project.cpp, 1.440, 1.441

2009-07-14 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18369/src Modified Files: Menus.cpp Project.cpp Log Message: Remove heavy-handed fix which caused some menu items not to be updated correctly. Add a different fix to stop OnUpdateUI

[Audacity-cvs] audacity-src/src Project.cpp,1.441,1.442

2009-07-14 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19659/src Modified Files: Project.cpp Log Message: Reverting my second attempted fix for the label undo bug as it wasn't particularly sane! (Still had problems with menu updating) I don't

[Audacity-cvs] audacity-src/src AudacityApp.cpp, 1.238, 1.239 Project.cpp, 1.437, 1.438

2009-07-10 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19025/src Modified Files: AudacityApp.cpp Project.cpp Log Message: This can't be tested too much, but I believe it fixes P1 Closing any project window removes the clipboard content without

[Audacity-cvs] audacity-src/src Makefile.in,1.160,1.161

2009-07-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9718/src Modified Files: Makefile.in Log Message: Add Lyrics.o, LyricsWindow.o to Makefile.in Index: Makefile.in === RCS

[Audacity-cvs] audacity-src/src FileNames.h,1.13,1.14

2009-07-06 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8364/src Modified Files: FileNames.h Log Message: Added foreward-declaration to keep GCC happy Index: FileNames.h === RCS

[Audacity-cvs] audacity-src/src BatchCommands.cpp, 1.35, 1.36 Menus.cpp, 1.495, 1.496 Menus.h, 1.137, 1.138 Project.h, 1.155, 1.156

2009-07-06 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11017/src Modified Files: BatchCommands.cpp Menus.cpp Menus.h Project.h Log Message: Making batch chains undoable in one step. I had to make AudacityProject::PushState public, and I added

[Audacity-cvs] audacity-src/src/effects Effect.h, 1.48, 1.49 Effect.cpp, 1.81, 1.82

2009-07-04 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/effects In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19370/src/effects Modified Files: Effect.h Effect.cpp Log Message: This should fix P2 Chains: some effects apply parameters last used via Effect menu instead of those stored in

[Audacity-cvs] audacity-src/src Menus.h, 1.135, 1.136 Menus.cpp, 1.492, 1.493 BatchCommands.cpp, 1.34, 1.35

2009-07-04 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19370/src Modified Files: Menus.h Menus.cpp BatchCommands.cpp Log Message: This should fix P2 Chains: some effects apply parameters last used via Effect menu instead of those stored in

[Audacity-cvs] audacity-src/src Screenshot.cpp,1.24,1.25

2009-07-04 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv24079/src Modified Files: Screenshot.cpp Log Message: Seems like the routine I commented out was a fix for a Mac bug - I've changed it to an #ifdef. Index: Screenshot.cpp

[Audacity-cvs] audacity-src/src/export Export.cpp,1.94,1.95

2009-07-04 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/export In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv/src/export Modified Files: Export.cpp Log Message: Fix for 'P2 Advanced Mixing Options: custom mapping of inputs to outputs broken.' Lines were being drawn to the wrong

[Audacity-cvs] audacity-src/src BatchProcessDialog.cpp,1.29,1.30

2009-07-03 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23904/src Modified Files: BatchProcessDialog.cpp Log Message: Fix for P2 Chains applied to files do not clear temporary files after processing each file. Clears UndoHistory after the

[Audacity-cvs] audacity-src/src/commands ScreenshotCommand.cpp, NONE, 1.1 ScreenshotCommand.h, NONE, 1.1 CommandTargets.h, NONE, 1.1 BatchEvalCommand.h, 1.2, 1.3 Command.h, 1.2, 1.3 CommandBuilder.cpp

2009-07-02 Thread Dan Horgan
License: GPL v2 - see LICENSE.txt Dan Horgan **//** \file CommandTargets \brief Contains classes for 'command output targets' - objects which can receive output from a command. For instance, a progress target might pass

[Audacity-cvs] audacity-src/scripts pipe-test.pl,1.4,1.5

2009-07-02 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30115/scripts Modified Files: pipe-test.pl Log Message: This update provides improved structure for the commands system and adds a command for taking screenshots. The screenshot tools

[Audacity-cvs] audacity-src/src Makefile.in, 1.159, 1.160 Project.h, 1.154, 1.155 Screenshot.cpp, 1.23, 1.24 TrackPanel.h, 1.136, 1.137

2009-07-02 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30115/src Modified Files: Makefile.in Project.h Screenshot.cpp TrackPanel.h Log Message: This update provides improved structure for the commands system and adds a command for taking

[Audacity-cvs] audacity-src/src/commands CommandMisc.h,NONE,1.1

2009-07-02 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src/commands In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9155/src/commands Added Files: CommandMisc.h Log Message: Adding the one that got away! --- NEW FILE: CommandMisc.h --- #ifndef __COMMANDMISC__ #define __COMMANDMISC__ #include

[Audacity-cvs] lib-src/mod-script-pipe ScripterCallback.cpp, 1.6, 1.7 PipeServer.cpp, 1.5, 1.6

2009-06-28 Thread Dan Horgan
Update of /cvsroot/audacity/lib-src/mod-script-pipe In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1544/lib-src/mod-script-pipe Modified Files: ScripterCallback.cpp PipeServer.cpp Log Message: Modifying the way command responses are delimited. Now a blank line is sent at the end

[Audacity-cvs] audacity-src/scripts pipe-test.pl,1.3,1.4

2009-06-28 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1544/scripts Modified Files: pipe-test.pl Log Message: Modifying the way command responses are delimited. Now a blank line is sent at the end of each set of response lines. This makes

[Audacity-cvs] lib-src/libnyquist/nyquist/nyqstk/src FileRead.cpp, 1.2, 1.3

2009-06-28 Thread Dan Horgan
Update of /cvsroot/audacity/lib-src/libnyquist/nyquist/nyqstk/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8478/lib-src/libnyquist/nyquist/nyqstk/src Modified Files: FileRead.cpp Log Message: This should fix the compile error for the time being... Index: FileRead.cpp

[Audacity-cvs] audacity-src/src/commands ResponseQueue.h, NONE, 1.1 ResponseQueue.cpp, NONE, 1.1

2009-06-07 Thread Dan Horgan
to be sent from the main thread back to the script thread. --- NEW FILE: ResponseQueue.cpp --- /** Audacity - A Digital Audio Editor Copyright 1999-2009 Audacity Team File License: wxWidgets Dan Horgan

[Audacity-cvs] audacity-src/src Makefile.in,1.157,1.158

2009-06-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28912/src Modified Files: Makefile.in Log Message: Add new file target to the Makefile (ResponseQueue.o) Index: Makefile.in

[Audacity-cvs] audacity-src/win/Projects/Audacity Audacity.vcproj, 1.38, 1.39

2009-06-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/win/Projects/Audacity In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29411/win/Projects/Audacity Modified Files: Audacity.vcproj Log Message: Update MSVC solution and project with ResponseQueue.cpp and ResponseQueue.h (apologies in advance

[Audacity-cvs] lib-src/mod-script-pipe PipeServer.cpp, 1.4, 1.5 ScripterCallback.cpp, 1.5, 1.6

2009-06-07 Thread Dan Horgan
Update of /cvsroot/audacity/lib-src/mod-script-pipe In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30254/lib-src/mod-script-pipe Modified Files: PipeServer.cpp ScripterCallback.cpp Log Message: Enable responses again for mod-script-pipe (still uses the same method for multi-line

[Audacity-cvs] audacity-src/scripts pipe-test.pl,1.2,1.3

2009-06-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31091/scripts Modified Files: pipe-test.pl Log Message: Update the mod-script-pipe test script to get responses again Index: pipe-test.pl

[Audacity-cvs] audacity-src/src/commands CommandBuilder.cpp, 1.1, 1.2 ScriptCommandRelay.cpp, 1.1, 1.2 ScriptCommandRelay.h, 1.1, 1.2

2009-06-07 Thread Dan Horgan
--- ScriptCommandRelay.cpp 30 May 2009 04:30:33 - 1.1 +++ ScriptCommandRelay.cpp 7 Jun 2009 15:35:49 - 1.2 @@ -2,7 +2,7 @@ Audacity - A Digital Audio Editor Copyright 1999-2009 Audacity Team - License: GPL v2 - see LICENSE.txt + File License: wxWidgets Dan Horgan

[Audacity-cvs] audacity-src/src LoadModules.cpp,1.11,1.12

2009-06-07 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31971/src Modified Files: LoadModules.cpp Log Message: Update scripting on the Audacity side to use ResponseQueue to get command responses back to the script. Index: LoadModules.cpp

[Audacity-cvs] audacity-src/src/commands AppCommandEvent.cpp, 1.1, 1.2 AppCommandEvent.h, 1.1, 1.2 BatchEvalCommand.h, 1.1, 1.2 Command.h, 1.1, 1.2 CommandBuilder.h, 1.1, 1.2 CommandHandler.cpp, 1.1,

2009-06-07 Thread Dan Horgan
License: wxWidgets Dan Horgan Index: Command.h === RCS file: /cvsroot/audacity/audacity-src/src/commands/Command.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Command.h 30 May 2009 04:30:33

[Audacity-cvs] audacity-src/win sandbox.txt,1.3,1.4

2009-05-30 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/win In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9076/win Modified Files: sandbox.txt Log Message: Test commit. Index: sandbox.txt === RCS file:

[Audacity-cvs] lib-src/mod-script-pipe Makefile, NONE, 1.1 PipeServer.cpp, 1.3, 1.4 ScripterCallback.cpp, 1.4, 1.5

2009-05-29 Thread Dan Horgan
Update of /cvsroot/audacity/lib-src/mod-script-pipe In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30497/lib-src/mod-script-pipe Modified Files: PipeServer.cpp ScripterCallback.cpp Added Files: Makefile Log Message: Modifications to script plugin: Include a basic

[Audacity-cvs] audacity-src/scripts pipe-test.pl,NONE,1.1

2009-05-29 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/scripts In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30691/scripts Added Files: pipe-test.pl Log Message: Include a basic test script (perl version) based on the one from the audacity-extra website. Audacity must be running (with plugin)

[Audacity-cvs] audacity-src/src/commands AppCommandEvent.cpp, NONE, 1.1 AppCommandEvent.h, NONE, 1.1 BatchEvalCommand.h, NONE, 1.1 Command.h, NONE, 1.1 CommandBuilder.cpp, NONE, 1.1 CommandBuilder.h,

2009-05-29 Thread Dan Horgan
: ScriptCommandRelay.cpp --- /** Audacity - A Digital Audio Editor Copyright 1999-2009 Audacity Team License: GPL v2 - see LICENSE.txt Dan Horgan **//** \file

[Audacity-cvs] audacity-src/src AudacityApp.cpp, 1.233, 1.234 AudacityApp.h, 1.53, 1.54 LoadModules.cpp, 1.10, 1.11 LoadModules.h, 1.5, 1.6

2009-05-29 Thread Dan Horgan
Update of /cvsroot/audacity/audacity-src/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32268/src Modified Files: AudacityApp.cpp AudacityApp.h LoadModules.cpp LoadModules.h Log Message: Some modifications to the main app to connect up the new scripting GUI delegation stuff.