2006-01-27 01:48:59 +01:00
|
|
|
// Copyright (c) 2005, Rodrigo Braz Monteiro, Niels Martin Hansen
|
2006-01-16 22:02:54 +01:00
|
|
|
// All rights reserved.
|
|
|
|
//
|
|
|
|
// Redistribution and use in source and binary forms, with or without
|
|
|
|
// modification, are permitted provided that the following conditions are met:
|
|
|
|
//
|
|
|
|
// * Redistributions of source code must retain the above copyright notice,
|
|
|
|
// this list of conditions and the following disclaimer.
|
|
|
|
// * Redistributions in binary form must reproduce the above copyright notice,
|
|
|
|
// this list of conditions and the following disclaimer in the documentation
|
|
|
|
// and/or other materials provided with the distribution.
|
|
|
|
// * Neither the name of the Aegisub Group nor the names of its contributors
|
|
|
|
// may be used to endorse or promote products derived from this software
|
|
|
|
// without specific prior written permission.
|
|
|
|
//
|
|
|
|
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
|
|
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
|
|
|
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
// POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
//
|
2009-07-29 07:43:02 +02:00
|
|
|
// Aegisub Project http://www.aegisub.org/
|
2006-01-16 22:02:54 +01:00
|
|
|
//
|
2009-07-29 07:43:02 +02:00
|
|
|
// $Id$
|
|
|
|
|
|
|
|
/// @file audio_box.cpp
|
|
|
|
/// @brief The entire audio area in the main UI, containing display and related toolbars
|
|
|
|
/// @ingroup audio_ui
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
|
2009-01-04 07:31:48 +01:00
|
|
|
#include "config.h"
|
|
|
|
|
2009-09-10 15:06:40 +02:00
|
|
|
#ifndef AGI_PRE
|
2006-01-16 22:02:54 +01:00
|
|
|
#include <math.h>
|
2009-09-10 15:06:40 +02:00
|
|
|
|
2006-01-16 22:02:54 +01:00
|
|
|
#include <wx/recguard.h>
|
2009-09-10 15:06:40 +02:00
|
|
|
#include <wx/statline.h>
|
|
|
|
#include <wx/tglbtn.h>
|
2009-09-11 00:48:29 +02:00
|
|
|
#include <wx/laywin.h> // Keep this last so wxSW_3D is set.
|
2009-09-10 15:06:40 +02:00
|
|
|
#endif
|
|
|
|
|
2010-06-09 01:21:39 +02:00
|
|
|
#include <libaegisub/log.h>
|
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
#include "include/aegisub/audio_player.h"
|
|
|
|
#include "selection_controller.h"
|
|
|
|
#include "audio_controller.h"
|
2006-01-16 22:02:54 +01:00
|
|
|
#include "audio_box.h"
|
|
|
|
#include "audio_display.h"
|
|
|
|
#include "audio_karaoke.h"
|
2010-12-08 04:36:10 +01:00
|
|
|
#include "audio_timing.h"
|
2006-01-16 22:02:54 +01:00
|
|
|
#include "frame_main.h"
|
2010-08-02 08:31:38 +02:00
|
|
|
#include "include/aegisub/audio_player.h"
|
2009-09-10 15:06:40 +02:00
|
|
|
#include "libresrc/libresrc.h"
|
2010-05-21 03:13:36 +02:00
|
|
|
#include "main.h"
|
2006-01-16 22:02:54 +01:00
|
|
|
#include "toggle_bitmap.h"
|
2007-06-30 22:59:32 +02:00
|
|
|
#include "tooltip_manager.h"
|
2009-07-25 18:15:13 +02:00
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
enum AudioBoxControlIDs {
|
|
|
|
Audio_Scrollbar = 1600,
|
|
|
|
Audio_Horizontal_Zoom,
|
|
|
|
Audio_Vertical_Zoom,
|
|
|
|
Audio_Volume,
|
|
|
|
Audio_Sash,
|
|
|
|
Audio_Vertical_Link,
|
|
|
|
Audio_Button_Play,
|
|
|
|
Audio_Button_Stop,
|
|
|
|
Audio_Button_Prev,
|
|
|
|
Audio_Button_Next,
|
|
|
|
Audio_Button_Play_500ms_Before,
|
|
|
|
Audio_Button_Play_500ms_After,
|
|
|
|
Audio_Button_Play_500ms_First,
|
|
|
|
Audio_Button_Play_500ms_Last,
|
|
|
|
Audio_Button_Play_Row,
|
|
|
|
Audio_Button_Play_To_End,
|
|
|
|
Audio_Button_Commit,
|
|
|
|
Audio_Button_Karaoke,
|
|
|
|
Audio_Button_Goto,
|
|
|
|
|
|
|
|
Audio_Button_Join, /// Karaoke -> Enter join mode.
|
|
|
|
Audio_Button_Split, /// Karaoke -> Enter split mode.
|
|
|
|
Audio_Button_Accept, /// Karaoke -> Split/Join mode -> Accept.
|
|
|
|
Audio_Button_Cancel, /// KAraoke -> Split/Join mode -> Cancel.
|
|
|
|
|
|
|
|
Audio_Button_Leadin,
|
|
|
|
Audio_Button_Leadout,
|
|
|
|
|
|
|
|
Audio_Check_AutoCommit,
|
|
|
|
Audio_Check_NextCommit,
|
|
|
|
Audio_Check_AutoGoto,
|
|
|
|
Audio_Check_Medusa,
|
|
|
|
Audio_Check_Spectrum
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2006-01-16 22:02:54 +01:00
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
/// @brief Constructor
|
|
|
|
/// @param parent
|
|
|
|
///
|
2010-12-08 09:10:00 +01:00
|
|
|
AudioBox::AudioBox(wxWindow *parent, AudioController *_controller, SelectionController<AssDialogue> *selection_controller, AssFile *ass)
|
2010-12-08 04:36:10 +01:00
|
|
|
: wxPanel(parent,-1,wxDefaultPosition,wxDefaultSize,wxTAB_TRAVERSAL|wxBORDER_RAISED)
|
|
|
|
, selection_controller(selection_controller)
|
|
|
|
, controller(_controller)
|
2006-01-16 22:02:54 +01:00
|
|
|
{
|
|
|
|
// Setup
|
|
|
|
karaokeMode = false;
|
|
|
|
|
2007-04-04 02:52:50 +02:00
|
|
|
// Sash and Display
|
2010-12-08 04:36:10 +01:00
|
|
|
audioDisplay = new AudioDisplay(this, controller);
|
2007-04-04 02:52:50 +02:00
|
|
|
|
|
|
|
// Zoom
|
2010-12-08 04:36:10 +01:00
|
|
|
HorizontalZoom = new wxSlider(this,Audio_Horizontal_Zoom,0,-50,30,wxDefaultPosition,wxSize(-1,20),wxSL_VERTICAL|wxSL_BOTH);
|
2006-01-16 22:02:54 +01:00
|
|
|
HorizontalZoom->SetToolTip(_("Horizontal zoom"));
|
2007-09-22 02:53:05 +02:00
|
|
|
VerticalZoom = new wxSlider(this,Audio_Vertical_Zoom,50,0,100,wxDefaultPosition,wxSize(-1,20),wxSL_VERTICAL|wxSL_BOTH|wxSL_INVERSE);
|
2006-02-21 01:55:16 +01:00
|
|
|
VerticalZoom->SetToolTip(_("Vertical zoom"));
|
2007-09-22 02:53:05 +02:00
|
|
|
VolumeBar = new wxSlider(this,Audio_Volume,50,0,100,wxDefaultPosition,wxSize(-1,20),wxSL_VERTICAL|wxSL_BOTH|wxSL_INVERSE);
|
2006-02-21 01:55:16 +01:00
|
|
|
VolumeBar->SetToolTip(_("Audio Volume"));
|
2010-05-21 03:13:36 +02:00
|
|
|
bool link = OPT_GET("Audio/Link")->GetBool();
|
2007-01-05 19:27:15 +01:00
|
|
|
if (link) {
|
|
|
|
VolumeBar->SetValue(VerticalZoom->GetValue());
|
|
|
|
VolumeBar->Enable(false);
|
|
|
|
}
|
2010-12-08 04:36:10 +01:00
|
|
|
VerticalLink = new ToggleBitmap(this,Audio_Vertical_Link,GETIMAGE(toggle_audio_link_16));
|
2006-05-17 02:48:00 +02:00
|
|
|
VerticalLink->SetToolTip(_("Link vertical zoom and volume sliders"));
|
2007-01-05 19:27:15 +01:00
|
|
|
VerticalLink->SetValue(link);
|
2006-01-16 22:02:54 +01:00
|
|
|
|
2006-02-21 01:55:16 +01:00
|
|
|
// VertVol sider
|
|
|
|
wxSizer *VertVol = new wxBoxSizer(wxHORIZONTAL);
|
|
|
|
VertVol->Add(VerticalZoom,1,wxEXPAND,0);
|
|
|
|
VertVol->Add(VolumeBar,1,wxEXPAND,0);
|
2008-01-22 21:36:07 +01:00
|
|
|
wxSizer *VertVolArea = new wxBoxSizer(wxVERTICAL);
|
2006-02-21 01:55:16 +01:00
|
|
|
VertVolArea->Add(VertVol,1,wxEXPAND,0);
|
|
|
|
VertVolArea->Add(VerticalLink,0,wxEXPAND,0);
|
|
|
|
|
2006-01-16 22:02:54 +01:00
|
|
|
// Top sizer
|
|
|
|
TopSizer = new wxBoxSizer(wxHORIZONTAL);
|
2010-12-08 04:36:10 +01:00
|
|
|
TopSizer->Add(audioDisplay,1,wxEXPAND,0);
|
2006-01-16 22:02:54 +01:00
|
|
|
TopSizer->Add(HorizontalZoom,0,wxEXPAND,0);
|
2006-02-21 01:55:16 +01:00
|
|
|
TopSizer->Add(VertVolArea,0,wxEXPAND,0);
|
2006-01-16 22:02:54 +01:00
|
|
|
|
|
|
|
// Buttons sizer
|
|
|
|
wxSizer *ButtonSizer = new wxBoxSizer(wxHORIZONTAL);
|
|
|
|
wxButton *temp;
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Prev,GETIMAGE(button_prev_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Previous line or syllable"), "Audio", "time/prev");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Next,GETIMAGE(button_next_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Next line/syllable"), "Audio", "time/next");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Play,GETIMAGE(button_playsel_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Play selection"), "Audio", "audio/play/selection");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2011-01-18 00:53:52 +01:00
|
|
|
/// @todo does this make any sense with default-commit?
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Play_Row,GETIMAGE(button_playline_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Play current line"), "Audio", "Audio Play Original Line");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Stop,GETIMAGE(button_stop_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Stop"), "Audio", "audio/stop");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,10);
|
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Play_500ms_Before,GETIMAGE(button_playfivehbefore_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Play 500 ms before selection"), "Audio", "audio/play/selection/before");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Play_500ms_After,GETIMAGE(button_playfivehafter_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Play 500 ms after selection"), "Audio", "audio/play/selection/after");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Play_500ms_First,GETIMAGE(button_playfirstfiveh_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Play first 500ms of selection"), "Audio", "audio/play/selection/begin");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Play_500ms_Last,GETIMAGE(button_playlastfiveh_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Play last 500ms of selection"), "Audio", "audio/play/selection/end");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Play_To_End,GETIMAGE(button_playtoend_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Play from selection start to end of file"), "Audio", "audio/play/to_end");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,10);
|
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Leadin,GETIMAGE(button_leadin_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Add lead in"), "Audio", "time/lead/in");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Leadout,GETIMAGE(button_leadout_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Add lead out"), "Audio", "time/lead/out");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,10);
|
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Commit,GETIMAGE(button_audio_commit_16),wxDefaultPosition,wxDefaultSize);
|
2011-01-18 00:53:52 +01:00
|
|
|
ToolTipManager::Bind(temp,_("Commit changes"), "Audio", "audio/commit");
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
temp = new wxBitmapButton(this,Audio_Button_Goto,GETIMAGE(button_audio_goto_16),wxDefaultPosition,wxDefaultSize);
|
2006-01-16 22:02:54 +01:00
|
|
|
temp->SetToolTip(_("Go to selection"));
|
|
|
|
ButtonSizer->Add(temp,0,wxRIGHT,10);
|
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
AutoCommit = new ToggleBitmap(this,Audio_Check_AutoCommit,GETIMAGE(toggle_audio_autocommit_16), wxSize(20, -1));
|
2006-01-16 22:02:54 +01:00
|
|
|
AutoCommit->SetToolTip(_("Automatically commit all changes"));
|
2010-05-21 03:13:36 +02:00
|
|
|
AutoCommit->SetValue(OPT_GET("Audio/Auto/Commit")->GetBool());
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->Add(AutoCommit,0,wxRIGHT | wxALIGN_CENTER | wxEXPAND,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
NextCommit = new ToggleBitmap(this,Audio_Check_NextCommit,GETIMAGE(toggle_audio_nextcommit_16), wxSize(20, -1));
|
2007-06-17 04:34:27 +02:00
|
|
|
NextCommit->SetToolTip(_("Auto goes to next line on commit"));
|
2010-05-21 03:13:36 +02:00
|
|
|
NextCommit->SetValue(OPT_GET("Audio/Next Line on Commit")->GetBool());
|
2007-06-17 04:34:27 +02:00
|
|
|
ButtonSizer->Add(NextCommit,0,wxRIGHT | wxALIGN_CENTER | wxEXPAND,0);
|
2010-12-08 04:36:10 +01:00
|
|
|
AutoScroll = new ToggleBitmap(this,Audio_Check_AutoGoto,GETIMAGE(toggle_audio_autoscroll_16), wxSize(20, -1));
|
2006-01-16 22:02:54 +01:00
|
|
|
AutoScroll->SetToolTip(_("Auto scrolls audio display to selected line"));
|
2010-05-21 03:13:36 +02:00
|
|
|
AutoScroll->SetValue(OPT_GET("Audio/Auto/Scroll")->GetBool());
|
2010-12-08 04:36:10 +01:00
|
|
|
ButtonSizer->Add(AutoScroll,0,wxRIGHT | wxALIGN_CENTER | wxEXPAND,10);
|
|
|
|
|
2006-01-16 22:02:54 +01:00
|
|
|
ButtonSizer->AddStretchSpacer(1);
|
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
KaraokeButton = new wxBitmapToggleButton(this,Audio_Button_Karaoke,GETIMAGE(kara_mode_16),wxDefaultPosition,wxDefaultSize);
|
|
|
|
KaraokeButton->SetToolTip(_("Toggle karaoke mode"));
|
|
|
|
ButtonSizer->Add(KaraokeButton,0,wxRIGHT|wxEXPAND,0);
|
|
|
|
|
2006-01-16 22:02:54 +01:00
|
|
|
// Karaoke sizer
|
2009-08-14 05:11:34 +02:00
|
|
|
karaokeSizer = new wxBoxSizer(wxHORIZONTAL);
|
|
|
|
|
|
|
|
JoinSplitSizer = new wxBoxSizer(wxHORIZONTAL);
|
2010-12-08 04:36:10 +01:00
|
|
|
JoinButton = new wxBitmapButton(this,Audio_Button_Join,GETIMAGE(kara_join_16),wxDefaultPosition,wxDefaultSize);
|
2009-08-14 05:11:34 +02:00
|
|
|
JoinButton->SetToolTip(_("Join selected syllables"));
|
2010-12-08 04:36:10 +01:00
|
|
|
SplitButton = new wxBitmapButton(this,Audio_Button_Split,GETIMAGE(kara_split_16),wxDefaultPosition,wxDefaultSize);
|
2009-08-14 05:11:34 +02:00
|
|
|
SplitButton->SetToolTip(_("Enter split-mode"));
|
|
|
|
JoinSplitSizer->Add(JoinButton,0,wxRIGHT|wxEXPAND,0);
|
|
|
|
JoinSplitSizer->Add(SplitButton,0,wxRIGHT|wxEXPAND,0);
|
|
|
|
|
|
|
|
CancelAcceptSizer = new wxBoxSizer(wxHORIZONTAL);
|
2010-12-08 04:36:10 +01:00
|
|
|
CancelButton = new wxBitmapButton(this,Audio_Button_Cancel,GETIMAGE(kara_split_accept_16),wxDefaultPosition,wxDefaultSize);
|
2009-08-14 06:57:32 +02:00
|
|
|
CancelButton->SetToolTip(_("Commit splits and leave split-mode"));
|
2010-12-08 04:36:10 +01:00
|
|
|
AcceptButton = new wxBitmapButton(this,Audio_Button_Accept,GETIMAGE(kara_split_cancel_16),wxDefaultPosition,wxDefaultSize);
|
2009-08-14 06:57:32 +02:00
|
|
|
AcceptButton->SetToolTip(_("Discard all splits and leave split-mode"));
|
2009-08-14 05:11:34 +02:00
|
|
|
CancelAcceptSizer->Add(CancelButton,0,wxRIGHT|wxEXPAND,0);
|
|
|
|
CancelAcceptSizer->Add(AcceptButton,0,wxRIGHT|wxEXPAND,0);
|
|
|
|
|
|
|
|
karaokeSizer->Add(JoinSplitSizer,0,wxRIGHT|wxEXPAND,0);
|
|
|
|
karaokeSizer->Add(CancelAcceptSizer,0,wxRIGHT|wxEXPAND,0);
|
|
|
|
|
|
|
|
audioKaraoke = new AudioKaraoke(this);
|
|
|
|
audioKaraoke->box = this;
|
|
|
|
audioKaraoke->display = audioDisplay;
|
2006-01-16 22:02:54 +01:00
|
|
|
karaokeSizer->Add(audioKaraoke,1,wxEXPAND,0);
|
2009-08-14 05:11:34 +02:00
|
|
|
|
2006-01-16 22:02:54 +01:00
|
|
|
// Main sizer
|
|
|
|
MainSizer = new wxBoxSizer(wxVERTICAL);
|
2010-12-08 04:36:10 +01:00
|
|
|
MainSizer->Add(TopSizer,1,wxEXPAND|wxALL,3);
|
|
|
|
MainSizer->Add(ButtonSizer,0,wxEXPAND|wxBOTTOM|wxLEFT|wxRIGHT,3);
|
|
|
|
//MainSizer->Add(new wxStaticLine(this),0,wxEXPAND|wxTOP|wxBOTTOM,2);
|
|
|
|
MainSizer->Add(karaokeSizer,0,wxEXPAND|wxBOTTOM|wxLEFT|wxRIGHT,3);
|
|
|
|
MainSizer->AddSpacer(3);
|
2006-01-16 22:02:54 +01:00
|
|
|
//MainSizer->SetSizeHints(this);
|
|
|
|
SetSizer(MainSizer);
|
2009-08-14 05:11:34 +02:00
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
SetKaraokeButtons(); // Decide which one to show or hide.
|
2010-12-08 09:09:16 +01:00
|
|
|
|
2010-12-08 09:10:00 +01:00
|
|
|
timing_controller_dialogue = CreateDialogueTimingController(controller, selection_controller, ass);
|
2010-12-08 04:36:10 +01:00
|
|
|
controller->SetTimingController(timing_controller_dialogue);
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Destructor
|
|
|
|
///
|
2010-12-08 04:36:10 +01:00
|
|
|
AudioBox::~AudioBox()
|
|
|
|
{
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
2006-01-16 22:02:54 +01:00
|
|
|
///////////////
|
|
|
|
// Event table
|
|
|
|
BEGIN_EVENT_TABLE(AudioBox,wxPanel)
|
|
|
|
EVT_COMMAND_SCROLL(Audio_Horizontal_Zoom, AudioBox::OnHorizontalZoom)
|
|
|
|
EVT_COMMAND_SCROLL(Audio_Vertical_Zoom, AudioBox::OnVerticalZoom)
|
2006-02-21 01:55:16 +01:00
|
|
|
EVT_COMMAND_SCROLL(Audio_Volume, AudioBox::OnVolume)
|
2006-01-16 22:02:54 +01:00
|
|
|
|
|
|
|
EVT_BUTTON(Audio_Button_Play, AudioBox::OnPlaySelection)
|
|
|
|
EVT_BUTTON(Audio_Button_Play_Row, AudioBox::OnPlayDialogue)
|
|
|
|
EVT_BUTTON(Audio_Button_Stop, AudioBox::OnStop)
|
|
|
|
EVT_BUTTON(Audio_Button_Next, AudioBox::OnNext)
|
|
|
|
EVT_BUTTON(Audio_Button_Prev, AudioBox::OnPrev)
|
|
|
|
EVT_BUTTON(Audio_Button_Play_500ms_Before, AudioBox::OnPlay500Before)
|
|
|
|
EVT_BUTTON(Audio_Button_Play_500ms_After, AudioBox::OnPlay500After)
|
|
|
|
EVT_BUTTON(Audio_Button_Play_500ms_First, AudioBox::OnPlay500First)
|
|
|
|
EVT_BUTTON(Audio_Button_Play_500ms_Last, AudioBox::OnPlay500Last)
|
|
|
|
EVT_BUTTON(Audio_Button_Play_To_End, AudioBox::OnPlayToEnd)
|
|
|
|
EVT_BUTTON(Audio_Button_Commit, AudioBox::OnCommit)
|
|
|
|
EVT_BUTTON(Audio_Button_Goto, AudioBox::OnGoto)
|
|
|
|
EVT_BUTTON(Audio_Button_Join,AudioBox::OnJoin)
|
2007-06-23 01:28:28 +02:00
|
|
|
EVT_BUTTON(Audio_Button_Split,AudioBox::OnSplit)
|
2009-08-14 05:11:34 +02:00
|
|
|
EVT_BUTTON(Audio_Button_Cancel,AudioBox::OnCancel)
|
|
|
|
EVT_BUTTON(Audio_Button_Accept,AudioBox::OnAccept)
|
2006-01-16 22:02:54 +01:00
|
|
|
EVT_BUTTON(Audio_Button_Leadin,AudioBox::OnLeadIn)
|
|
|
|
EVT_BUTTON(Audio_Button_Leadout,AudioBox::OnLeadOut)
|
|
|
|
|
2006-02-21 01:55:16 +01:00
|
|
|
EVT_TOGGLEBUTTON(Audio_Vertical_Link, AudioBox::OnVerticalLink)
|
2006-01-16 22:02:54 +01:00
|
|
|
EVT_TOGGLEBUTTON(Audio_Button_Karaoke, AudioBox::OnKaraoke)
|
|
|
|
EVT_TOGGLEBUTTON(Audio_Check_AutoGoto,AudioBox::OnAutoGoto)
|
|
|
|
EVT_TOGGLEBUTTON(Audio_Check_AutoCommit,AudioBox::OnAutoCommit)
|
2007-06-17 04:34:27 +02:00
|
|
|
EVT_TOGGLEBUTTON(Audio_Check_NextCommit,AudioBox::OnNextLineCommit)
|
2006-01-16 22:02:54 +01:00
|
|
|
END_EVENT_TABLE()
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Horizontal zoom bar changed
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnHorizontalZoom(wxScrollEvent &event) {
|
2010-12-08 04:36:10 +01:00
|
|
|
// Negate the value, we want zoom out to be on bottom and zoom in on top,
|
|
|
|
// but the control doesn't want negative on bottom and positive on top.
|
|
|
|
audioDisplay->SetZoomLevel(-event.GetPosition());
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Vertical zoom bar changed
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnVerticalZoom(wxScrollEvent &event) {
|
|
|
|
int pos = event.GetPosition();
|
|
|
|
if (pos < 1) pos = 1;
|
|
|
|
if (pos > 100) pos = 100;
|
2006-02-21 01:55:16 +01:00
|
|
|
float value = pow(float(pos)/50.0f,3);
|
2010-12-08 04:36:10 +01:00
|
|
|
audioDisplay->SetAmplitudeScale(value);
|
2006-02-21 01:55:16 +01:00
|
|
|
if (VerticalLink->GetValue()) {
|
2010-12-08 04:36:10 +01:00
|
|
|
controller->SetVolume(value);
|
2006-02-21 01:55:16 +01:00
|
|
|
VolumeBar->SetValue(pos);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Volume bar changed
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-02-21 01:55:16 +01:00
|
|
|
void AudioBox::OnVolume(wxScrollEvent &event) {
|
|
|
|
if (!VerticalLink->GetValue()) {
|
|
|
|
int pos = event.GetPosition();
|
|
|
|
if (pos < 1) pos = 1;
|
|
|
|
if (pos > 100) pos = 100;
|
2010-12-08 04:36:10 +01:00
|
|
|
controller->SetVolume(pow(float(pos)/50.0f,3));
|
2006-02-21 01:55:16 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Bars linked/unlinked
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-02-21 01:55:16 +01:00
|
|
|
void AudioBox::OnVerticalLink(wxCommandEvent &event) {
|
|
|
|
int pos = VerticalZoom->GetValue();
|
|
|
|
if (pos < 1) pos = 1;
|
|
|
|
if (pos > 100) pos = 100;
|
|
|
|
float value = pow(float(pos)/50.0f,3);
|
|
|
|
if (VerticalLink->GetValue()) {
|
2010-12-08 04:36:10 +01:00
|
|
|
controller->SetVolume(value);
|
2006-02-21 01:55:16 +01:00
|
|
|
VolumeBar->SetValue(pos);
|
|
|
|
}
|
|
|
|
VolumeBar->Enable(!VerticalLink->GetValue());
|
|
|
|
|
2010-05-21 03:13:36 +02:00
|
|
|
OPT_SET("Audio/Link")->SetBool(VerticalLink->GetValue());
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Play selection
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPlaySelection(wxCommandEvent &event) {
|
2010-12-08 04:36:10 +01:00
|
|
|
controller->PlayPrimaryRange();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Play dialogue
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPlayDialogue(wxCommandEvent &event) {
|
2010-12-08 04:36:10 +01:00
|
|
|
if (controller->GetTimingController())
|
|
|
|
controller->GetTimingController()->Revert();
|
|
|
|
controller->PlayPrimaryRange();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Stop Playing
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnStop(wxCommandEvent &event) {
|
2010-12-08 04:36:10 +01:00
|
|
|
controller->Stop();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Next
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnNext(wxCommandEvent &event) {
|
2010-12-08 04:36:10 +01:00
|
|
|
//audioDisplay->SetFocus();
|
|
|
|
controller->Stop();
|
|
|
|
if (controller->GetTimingController())
|
|
|
|
controller->GetTimingController()->Next();
|
|
|
|
controller->PlayPrimaryRange();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Previous
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPrev(wxCommandEvent &event) {
|
2010-12-08 04:36:10 +01:00
|
|
|
//audioDisplay->SetFocus();
|
|
|
|
controller->Stop();
|
|
|
|
if (controller->GetTimingController())
|
|
|
|
controller->GetTimingController()->Prev();
|
|
|
|
controller->PlayPrimaryRange();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief 500 ms before
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPlay500Before(wxCommandEvent &event) {
|
2010-12-08 09:09:16 +01:00
|
|
|
SampleRange times(controller->GetPrimaryPlaybackRange());
|
|
|
|
controller->PlayRange(SampleRange(
|
2010-12-08 04:36:10 +01:00
|
|
|
times.begin() - controller->SamplesFromMilliseconds(500),
|
|
|
|
times.begin()));
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief 500 ms after
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPlay500After(wxCommandEvent &event) {
|
2010-12-08 09:09:16 +01:00
|
|
|
SampleRange times(controller->GetPrimaryPlaybackRange());
|
|
|
|
controller->PlayRange(SampleRange(
|
2010-12-08 04:36:10 +01:00
|
|
|
times.end(),
|
|
|
|
times.end() + controller->SamplesFromMilliseconds(500)));
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief First 500 ms
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPlay500First(wxCommandEvent &event) {
|
2010-12-08 09:09:16 +01:00
|
|
|
SampleRange times(controller->GetPrimaryPlaybackRange());
|
|
|
|
controller->PlayRange(SampleRange(
|
2010-12-08 04:36:10 +01:00
|
|
|
times.begin(),
|
|
|
|
times.begin() + std::min(
|
|
|
|
controller->SamplesFromMilliseconds(500),
|
|
|
|
times.length())));
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Last 500 ms
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPlay500Last(wxCommandEvent &event) {
|
2010-12-08 09:09:16 +01:00
|
|
|
SampleRange times(controller->GetPrimaryPlaybackRange());
|
|
|
|
controller->PlayRange(SampleRange(
|
2010-12-08 04:36:10 +01:00
|
|
|
times.end() - std::min(
|
|
|
|
controller->SamplesFromMilliseconds(500),
|
|
|
|
times.length()),
|
|
|
|
times.end()));
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Start to end of file
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnPlayToEnd(wxCommandEvent &event) {
|
2010-12-08 04:36:10 +01:00
|
|
|
controller->PlayToEnd(controller->GetPrimaryPlaybackRange().begin());
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Commit changes
|
|
|
|
/// @param event
|
|
|
|
/// @return
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnCommit(wxCommandEvent &event) {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "OnCommit";
|
2006-01-16 22:02:54 +01:00
|
|
|
audioDisplay->SetFocus();
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "has set focus, now committing changes";
|
2010-12-08 09:10:00 +01:00
|
|
|
controller->GetTimingController()->Commit();
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "returning";
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Toggle karaoke
|
|
|
|
/// @param event
|
|
|
|
/// @return
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnKaraoke(wxCommandEvent &event) {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "OnKaraoke";
|
2006-01-16 22:02:54 +01:00
|
|
|
audioDisplay->SetFocus();
|
|
|
|
if (karaokeMode) {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "karaoke enabled, disabling";
|
2006-01-27 01:48:59 +01:00
|
|
|
if (audioKaraoke->splitting) {
|
2007-07-03 20:28:08 +02:00
|
|
|
audioKaraoke->EndSplit(false);
|
2006-01-27 01:48:59 +01:00
|
|
|
}
|
2006-01-16 22:02:54 +01:00
|
|
|
karaokeMode = false;
|
|
|
|
audioKaraoke->enabled = false;
|
2010-12-08 04:36:10 +01:00
|
|
|
/// @todo Replace this with changing timing controller
|
|
|
|
//audioDisplay->SetDialogue();
|
2006-01-16 22:02:54 +01:00
|
|
|
audioKaraoke->Refresh(false);
|
|
|
|
}
|
|
|
|
|
|
|
|
else {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "karaoke disabled, enabling";
|
2006-01-16 22:02:54 +01:00
|
|
|
karaokeMode = true;
|
|
|
|
audioKaraoke->enabled = true;
|
2010-12-08 04:36:10 +01:00
|
|
|
/// @todo Replace this with changing timing controller
|
|
|
|
//audioDisplay->SetDialogue();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
2009-08-14 05:11:34 +02:00
|
|
|
|
2007-08-15 22:41:57 +02:00
|
|
|
SetKaraokeButtons();
|
2007-06-20 04:18:55 +02:00
|
|
|
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "returning";
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Sets karaoke buttons
|
|
|
|
///
|
2007-06-23 01:28:28 +02:00
|
|
|
void AudioBox::SetKaraokeButtons() {
|
|
|
|
// What to enable
|
|
|
|
bool join,split;
|
|
|
|
join = audioKaraoke->enabled && (audioKaraoke->splitting || audioKaraoke->selectionCount>=2);
|
|
|
|
split = audioKaraoke->enabled;
|
|
|
|
|
2007-08-16 00:33:38 +02:00
|
|
|
// If we set focus here, the audio display will continually steal the focus
|
|
|
|
// when navigating via the grid and karaoke is enabled. So don't.
|
|
|
|
//audioDisplay->SetFocus();
|
|
|
|
|
2007-06-23 01:28:28 +02:00
|
|
|
JoinButton->Enable(join);
|
2006-01-16 22:02:54 +01:00
|
|
|
SplitButton->Enable(split);
|
2010-12-08 04:36:10 +01:00
|
|
|
|
|
|
|
karaokeSizer->Show(CancelAcceptSizer, audioKaraoke->splitting);
|
|
|
|
karaokeSizer->Show(JoinSplitSizer, !audioKaraoke->splitting);
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
2009-08-14 05:11:34 +02:00
|
|
|
/// @brief Join button in karaoke mode
|
|
|
|
/// @param event wxEvent
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnJoin(wxCommandEvent &event) {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "join";
|
2006-01-16 22:02:54 +01:00
|
|
|
audioDisplay->SetFocus();
|
2009-08-14 05:11:34 +02:00
|
|
|
audioKaraoke->Join();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
2009-08-14 05:11:34 +02:00
|
|
|
/// @brief Split button in karaoke mode
|
|
|
|
/// @param event wxEvent
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnSplit(wxCommandEvent &event) {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "split";
|
2006-01-16 22:02:54 +01:00
|
|
|
audioDisplay->SetFocus();
|
2006-01-27 01:48:59 +01:00
|
|
|
audioKaraoke->BeginSplit();
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
2009-08-14 05:11:34 +02:00
|
|
|
/// @brief Cancel join/split in karaoke mode.
|
|
|
|
/// @param event wxEvent
|
|
|
|
///
|
|
|
|
void AudioBox::OnCancel(wxCommandEvent &event) {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "cancel";
|
2009-08-14 05:11:34 +02:00
|
|
|
audioDisplay->SetFocus();
|
|
|
|
audioKaraoke->EndSplit(true);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// @brief Accept join/split button in karaoke mode.
|
|
|
|
/// @param event wxEvent
|
|
|
|
///
|
|
|
|
void AudioBox::OnAccept(wxCommandEvent &event) {
|
2010-06-09 01:21:39 +02:00
|
|
|
LOG_D("audio/box") << "accept";
|
2009-08-14 05:11:34 +02:00
|
|
|
audioDisplay->SetFocus();
|
|
|
|
audioKaraoke->EndSplit(false);
|
|
|
|
}
|
2006-01-16 22:02:54 +01:00
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Goto button
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnGoto(wxCommandEvent &event) {
|
|
|
|
audioDisplay->SetFocus();
|
2010-12-08 04:36:10 +01:00
|
|
|
if (controller->GetTimingController())
|
|
|
|
audioDisplay->ScrollSampleRangeInView(controller->GetTimingController()->GetIdealVisibleSampleRange());
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Auto Goto
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnAutoGoto(wxCommandEvent &event) {
|
|
|
|
audioDisplay->SetFocus();
|
2010-05-21 03:13:36 +02:00
|
|
|
OPT_SET("Audio/Auto/Scroll")->SetBool(AutoScroll->GetValue());
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Auto Commit
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnAutoCommit(wxCommandEvent &event) {
|
|
|
|
audioDisplay->SetFocus();
|
2010-05-21 03:13:36 +02:00
|
|
|
OPT_SET("Audio/Auto/Commit")->SetBool(AutoCommit->GetValue());
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Next line on Commit
|
|
|
|
/// @param event
|
|
|
|
///
|
2007-06-17 04:34:27 +02:00
|
|
|
void AudioBox::OnNextLineCommit(wxCommandEvent &event) {
|
|
|
|
audioDisplay->SetFocus();
|
2010-05-21 03:13:36 +02:00
|
|
|
OPT_SET("Audio/Next Line on Commit")->SetBool(NextCommit->GetValue());
|
2007-06-17 04:34:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
2010-12-08 04:36:10 +01:00
|
|
|
/// @todo Put global audio hotkeys toggling into the menu bar
|
|
|
|
/*
|
2006-12-30 23:08:23 +01:00
|
|
|
void AudioBox::OnMedusaMode(wxCommandEvent &event) {
|
|
|
|
audioDisplay->SetFocus();
|
2010-05-21 03:13:36 +02:00
|
|
|
OPT_SET("Audio/Medusa Timing Hotkeys")->SetBool(MedusaMode->GetValue());
|
2006-12-30 23:08:23 +01:00
|
|
|
frameMain->SetAccelerators();
|
|
|
|
}
|
2010-12-08 04:36:10 +01:00
|
|
|
*/
|
2006-01-16 22:02:54 +01:00
|
|
|
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief Lead in/out
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnLeadIn(wxCommandEvent &event) {
|
|
|
|
audioDisplay->SetFocus();
|
2010-12-08 04:36:10 +01:00
|
|
|
//audioDisplay->AddLead(true,false);
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
|
|
|
|
Note: This was done using a script! it's far from perfect but 95% of the work has been done already formatting-wise.
Document all functions, class, struct, union, enum, macro, variable, typedefs. This isn't the actual document in itself but empty documentation using any old documentation if it was there.
This was done using exuberant ctags to get tag info, then a TCL script to parse/remove old comments and convert them into Doxygen-style.
Some notes:
* Anything labeled 'DOCME' needs to be documented, @param and @return have been left blank as it would be annoying to delete the 'DOCME' from every one of those.
* Some multiline comments may have been munged into single line comments
* Leave the /// comments above global variables with a space, if they're harder to read then we'll be less likey to use them.
* Enum comments can go after the enumeration itself '[value] /// comment'
* include/aegisub/*.h haven't been converted yet, this will be done in a later commit
* Some documentation blocks are in the wrong place, in the .h when it should be in the .cpp, or vice versa.
See http://devel.aegisub.org/wiki/Doxygen for some details on Doxygen and a 'style guide'.
Originally committed to SVN as r3312.
2009-07-30 00:59:22 +02:00
|
|
|
|
|
|
|
/// @brief DOCME
|
|
|
|
/// @param event
|
|
|
|
///
|
2006-01-16 22:02:54 +01:00
|
|
|
void AudioBox::OnLeadOut(wxCommandEvent &event) {
|
|
|
|
audioDisplay->SetFocus();
|
2010-12-08 04:36:10 +01:00
|
|
|
//audioDisplay->AddLead(false,true);
|
2006-01-16 22:02:54 +01:00
|
|
|
}
|
2006-03-05 21:31:04 +01:00
|
|
|
|