neo was told there was no spoon, i'm telling you there is no bsharp
git-svn-id: svn://localhost/ardour2/branches/3.0@7589 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
71970fb881
commit
bbdc31768a
@ -485,9 +485,8 @@ StepEntry::register_actions ()
|
||||
/* add named actions for the editor */
|
||||
|
||||
myactions.register_action ("StepEditing", "insert-a", _("Insert Note A"), sigc::mem_fun (*this, &StepEntry::insert_a));
|
||||
myactions.register_action ("StepEditing", "insert-bsharp", _("Insert Note A-sharp"), sigc::mem_fun (*this, &StepEntry::insert_asharp));
|
||||
myactions.register_action ("StepEditing", "insert-asharp", _("Insert Note A-sharp"), sigc::mem_fun (*this, &StepEntry::insert_asharp));
|
||||
myactions.register_action ("StepEditing", "insert-b", _("Insert Note B"), sigc::mem_fun (*this, &StepEntry::insert_b));
|
||||
myactions.register_action ("StepEditing", "insert-bsharp", _("Insert Note B-sharp"), sigc::mem_fun (*this, &StepEntry::insert_bsharp));
|
||||
myactions.register_action ("StepEditing", "insert-c", _("Insert Note C"), sigc::mem_fun (*this, &StepEntry::insert_c));
|
||||
myactions.register_action ("StepEditing", "insert-csharp", _("Insert Note C-sharp"), sigc::mem_fun (*this, &StepEntry::insert_csharp));
|
||||
myactions.register_action ("StepEditing", "insert-d", _("Insert Note D"), sigc::mem_fun (*this, &StepEntry::insert_d));
|
||||
@ -628,12 +627,6 @@ StepEntry::insert_b ()
|
||||
insert_note (11 + (current_octave() * 12));
|
||||
}
|
||||
|
||||
void
|
||||
StepEntry::insert_bsharp ()
|
||||
{
|
||||
insert_note (12 + (current_octave() * 12));
|
||||
}
|
||||
|
||||
void
|
||||
StepEntry::note_length_change (GtkAction* act)
|
||||
{
|
||||
|
@ -135,7 +135,6 @@ class StepEntry : public ArdourDialog
|
||||
void insert_a ();
|
||||
void insert_asharp ();
|
||||
void insert_b ();
|
||||
void insert_bsharp ();
|
||||
void insert_c ();
|
||||
void insert_csharp ();
|
||||
void insert_d ();
|
||||
|
Loading…
Reference in New Issue
Block a user