mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-20 05:07:53 +01:00
Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment.
This commit is contained in:
@@ -84,6 +84,20 @@ void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.AddFixedText(_("Note: Export quality options can be chosen by clicking the Options\nbutton in the Export dialog."));
|
||||
}
|
||||
S.EndStatic();
|
||||
#ifdef USE_MIDI
|
||||
S.StartStatic(_("When exporting track to an Allegro (.gro) file"));
|
||||
{
|
||||
S.StartRadioButtonGroup(wxT("/FileFormats/AllegroStyle"), true);
|
||||
{
|
||||
S.TieRadioButton(_("Represent times and durations in &seconds"),
|
||||
true);
|
||||
S.TieRadioButton(_("Represent times and durations in &beats"),
|
||||
false);
|
||||
}
|
||||
S.EndRadioButtonGroup();
|
||||
}
|
||||
S.EndStatic();
|
||||
#endif
|
||||
}
|
||||
|
||||
bool ImportExportPrefs::Apply()
|
||||
|
||||
Reference in New Issue
Block a user