Op 07-06-11 08:26, Jane Andreas schreef:
> Lingot was surpisingly almost there, but after enabling the mic, it
> would APPEAR to work for about 30 secs and then would say "reading from
> audio interface failed: broken pipe"
I think this means lingot is too heavy for the Ben.
> GTKguitune seemed to be working, only the useful part of the interface,
> the part that shows the current and target frequencies, is cut off due
> to screen size.
That's easily fixed. I've attached a trivial patch to swap the left and
right side of the interface, so the interesting parts are on the left.
Then part of the graph will fall off, which is fine.
I haven't tried to make packages for Ben yet, so I'm leaving it to
someone else to actually apply this patch to the package.
Thanks,
Bas
--- guitune.cc.orig 2011-06-07 23:52:48.000000000 +0200
+++ guitune.cc 2011-06-07 23:54:44.000000000 +0200
@@ -362,18 +362,18 @@ MainWidget::MainWidget()
0 // page size
);
- attach( *oszi, 0, 1, 0, 5 );
+ attach( *oszi, 2, 3, 0, 5 );
attach( *manage( new Gtk::Label("Freq:") ),
- 1, 2, 1, 2,
+ 0, 1, 1, 2,
Gtk::AttachOptions(), Gtk::AttachOptions() );
- attach( *freqview, 2, 3, 1, 2,
+ attach( *freqview, 1, 2, 1, 2,
Gtk::FILL, Gtk::AttachOptions() );
attach( *manage( new Gtk::Label("Tune:") ),
- 1, 2, 2, 3,
+ 0, 1, 2, 3,
Gtk::AttachOptions(), Gtk::AttachOptions() );
- attach( *nfreqview, 2, 3, 2, 3,
+ attach( *nfreqview, 1, 2, 2, 3,
Gtk::FILL, Gtk::AttachOptions() );
Gtk::Frame *adj_frame = new Gtk::Frame("Adjust:");
@@ -418,11 +418,11 @@ MainWidget::MainWidget()
2, 3, 4, 5 );
attach( *manage( adj_frame ),
- 1, 3, 3, 4,
+ 0, 2, 3, 4,
Gtk::FILL, Gtk::FILL );
attach( *manage( new Gtk::Label( "" ) ),
- 1, 3, 4, 5, Gtk::AttachOptions() );
+ 0, 2, 4, 5, Gtk::AttachOptions() );
attach( *logview,
0, 3, 5, 6,
_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe:
http://lists.en.qi-hardware.com/mailman/listinfo/discussion