Re: [LAU] new guitarix breakout (gx_head)

From: hermann <brummer-@web.de>
Date: Wed Nov 03 2010 - 22:37:10 EET

Am Montag, den 25.10.2010, 15:49 +0200 schrieb Robin Gareus:
[........]
> for completeness and since guitarix is GTK:
> gint my_root_x, my_root_y, my_width, my_height;
>
> gtk_window_get_size (GTK_WINDOW(window1), &my_width, &my_height);
> gtk_window_get_position (GTK_WINDOW(window1), &my_root_x, &my_root_y);
> ..
> gtk_window_resize(GTK_WINDOW(window1),my_width,my_height);
> gtk_window_move(GTK_WINDOW(window1),my_root_x,my_root_y);
>
[.......]
> >> HTH,
> >> robin

for those how interested in the gx_head development, update your
checkouts to get the latest insight.

+ save and restore windows position and size
+ all controls inside the racks (one mono, one stereo)
+ resizeable racks
+ new "face" for the racks
+ added some effects
+ fixed some bugs (effect order)
+ selectable knob mode (radial or linear)
- disable right click on knob for 64bit users to prevent a segfault

comments and suggestions are welcome

greats hermann

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Thu Nov 4 00:15:02 2010

This archive was generated by hypermail 2.1.8 : Thu Nov 04 2010 - 00:15:03 EET