LV2 files updated to accomodate python 3.12 which deleted imp since deprecated for...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filesndfile.C
index a215080de577b4230cfcfe644e8a7a64e294b51e..a24002f3614b90b915df83c61d50fb8bee226ce5 100644 (file)
@@ -442,6 +442,7 @@ SndFileHILO::SndFileHILO(SndFileConfig *gui, int x, int y)
  : BC_Radial(x, y, gui->asset->byte_order == 0, _("Hi Lo"))
 {
        this->gui = gui;
+       set_tooltip(_("Little Endian"));
 }
 int SndFileHILO::handle_event()
 {
@@ -457,6 +458,7 @@ SndFileLOHI::SndFileLOHI(SndFileConfig *gui, int x, int y)
  : BC_Radial(x, y, gui->asset->byte_order == 1, _("Lo Hi"))
 {
        this->gui = gui;
+       set_tooltip(_("Big Endian"));
 }
 int SndFileLOHI::handle_event()
 {