Log of /gigedit/trunk
Directory Listing
Revision
3365 -
Directory Listing
Modified
Wed Nov 15 16:01:48 2017 UTC
(6 years, 9 months ago)
by
schoenebeck
* Fixed compiler error with GTKMM 2.
Revision
3364 -
Directory Listing
Modified
Tue Nov 14 18:07:25 2017 UTC
(6 years, 9 months ago)
by
schoenebeck
* Added experimental support for upcoming GTK(MM)4
(for now up to GTKMM 3.91.2 while still preserving backward compatibility
down to GTKMM 2).
* Re-merged r2845 to compile now with and without Gtk "Stock ID" API
(see also r3158).
Revision
3363 -
Directory Listing
Modified
Sat Oct 28 11:20:46 2017 UTC
(6 years, 10 months ago)
by
schoenebeck
* Raised max. pitchbend range to 48 semi tones.
* Bumped version (1.0.0.svn63).
Revision
3353 -
Directory Listing
Modified
Sat Oct 7 18:03:58 2017 UTC
(6 years, 11 months ago)
by
schoenebeck
* Debian: Raised Debian compatibility level to Debian 9 "Stretch".
Revision
3344 -
Directory Listing
Modified
Wed Aug 2 10:39:46 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
* Yet another attempt to fix a GTKMM version dependent
compilation error.
Revision
3343 -
Directory Listing
Modified
Mon Jul 31 11:35:30 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
- Fixed compilation error.
Revision
3342 -
Directory Listing
Modified
Mon Jul 31 11:32:49 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
- Fixed compilation error.
Revision
3341 -
Directory Listing
Modified
Mon Jul 31 11:26:56 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
- Fixed compilation error.
Revision
3340 -
Directory Listing
Modified
Mon Jul 31 11:20:18 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
* Added search filter field which allows to quickly filter the instrument
list by case insensitive search tokens.
* Fix: navigating between dimension zones by keyboard did sometimes not
work after switching from an instrument with different dimension types.
* Fix: Sample references view dialog had some odd behaviors, like it did not
respond to mouse scroll events for instance.
* Bumped version (1.0.0.svn62).
Revision
3339 -
Directory Listing
Modified
Sun Jul 30 18:57:35 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
* Fix: after the combine instruments dialog, the new instrument was not
correctly displayed by the GUI as being selected.
* Fix: automatically reload instrument after script slots have been
modified.
* Combine Tool: OK button has focus now by default to quickly combine
instruments by pressing Return key.
* Added keyboard accelerators Shift+F1 to Shift+F12 for quick assigning
a script to the currently selected instrument, and an appropriate
additional menu "Instruments" -> "Assign Script".
* Added keyboard accelerators Ctrl + Arrow Down and Ctrl + Arrow Up for
switching between instruments.
* Bumped version (1.0.0.svn61).
Revision
3329 -
Directory Listing
Modified
Sun Jul 23 18:31:53 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
* Added EG state machine options for EG1 and EG2, which may be used
to configure whether the individual EG stages may be cancelled.
* Bumped version (1.0.0.svn60).
Revision
3315 -
Directory Listing
Modified
Wed Jul 19 12:25:47 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
* Fixed compilation error on Mac.
Revision
3314 -
Directory Listing
Modified
Tue Jul 18 22:00:56 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
* Script Editor: Right aligned line numbers.
* Script Editor: Fixed font readability issue on Mac.
* Bumped version (1.0.0.svn59).
Revision
3310 -
Directory Listing
Modified
Sat Jul 15 12:02:21 2017 UTC
(7 years, 1 month ago)
by
schoenebeck
* Script Editor: Show line numbers.
* Bumped version (1.0.0.svn58).
Revision
3307 -
Directory Listing
Modified
Tue Jul 11 23:06:38 2017 UTC
(7 years, 2 months ago)
by
schoenebeck
* Fixed loop and sample reference icons being displayed
incorrectly sometimes, because unused dimension regions
were not ignored.
* Bumped version (1.0.0.svn57).
Revision
3305 -
Directory Listing
Modified
Mon Jul 10 20:27:44 2017 UTC
(7 years, 2 months ago)
by
schoenebeck
* Draw icons on individual dimension region zones, similar to
the icons already been drawn on regions.
* Bumped version (1.0.0.svn56).
Revision
3301 -
Directory Listing
Modified
Sun Jul 9 19:00:46 2017 UTC
(7 years, 2 months ago)
by
schoenebeck
- Fixed compilation error with GTK 3.
Revision
3300 -
Directory Listing
Modified
Sun Jul 9 18:15:02 2017 UTC
(7 years, 2 months ago)
by
schoenebeck
* Combine Tool: Added a vertical list which represents the order of the
selected instruments to be combined; dragging them modifies their order.
* Combine Tool: After returning from the combine tool dialog,
automatically scroll to the newly added (combined) instrument.
* Bumped version (1.0.0.svn55).
Revision
3299 -
Directory Listing
Modified
Sun Jul 9 12:44:59 2017 UTC
(7 years, 2 months ago)
by
schoenebeck
* Combine Tool: Now it allows to select the instruments to be combined
already in the main window's instruments list view; then either call
the combine instrument dialog from the main menu or use the new
keyboard shortcut Ctrl + j.
* Combine Tool: Show instruments' index number in the list view.
* Bumped version (1.0.0.svn54).
Revision
3287 -
Directory Listing
Modified
Thu Jun 22 11:24:50 2017 UTC
(7 years, 2 months ago)
by
schoenebeck
- Fixed compilation error.
Revision
3286 -
Directory Listing
Modified
Thu Jun 22 10:54:10 2017 UTC
(7 years, 2 months ago)
by
schoenebeck
* Script Editor: strike through code blocks filtered out by the
preprocessor.
* Visual refinements of hatched patterns.
* Bumped version (1.0.0.svn53).
Revision
3261 -
Directory Listing
Modified
Wed May 31 21:11:56 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Script Editor: only if compiled without liblinuxsampler; added support
for new NKSP language keyword "synchronized".
Revision
3258 -
Directory Listing
Modified
Tue May 30 20:17:12 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Mac fix: Make sure app window appears in front of all other apps.
* Bumped version (1.0.0.svn52).
Revision
3226 -
Directory Listing
Modified
Fri May 26 22:15:06 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
- Just forgot one dialog with last commit.
Revision
3225 -
Directory Listing
Modified
Fri May 26 22:10:16 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Assigned more useful default dimensions (and default position) for various
windows and dialogs (if auto-restore of user's own custom window
dimensions is disabled).
* Bumped version (1.0.0.svn51).
Revision
3206 -
Directory Listing
Modified
Thu May 25 10:50:08 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Script Editor: Fixed Gtk crash while entering a variety of
ill formed code like unterminated string literals.
* Bumped version (1.0.0.svn50).
Revision
3202 -
Directory Listing
Modified
Mon May 22 18:58:46 2017 UTC
(7 years, 3 months ago)
by
persson
* fixed building with G_DISABLE_DEPRECATED
Revision
3197 -
Directory Listing
Modified
Sat May 20 17:15:36 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Instruments list view: show amount of real-time instruments scripts used
by instrument.
* Bumped version (1.0.0.svn49).
Revision
3192 -
Directory Listing
Modified
Fri May 19 18:09:37 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus
and buttons with GTK3; Cudos to those GTK heros who thought it might be
a clever idea to simply remove such features for all users, all devices
and all apps by default with GTK3!
* Debian: Added build-dependency to either libgtk2.0-dev or libgtk-3-dev.
* Debian: Added dependency to to either gnome-icon-theme or
hicolor-icon-theme.
* Bumped version (1.0.0.svn48).
Revision
3187 -
Directory Listing
Modified
Wed May 17 16:14:20 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Macro Editor: Handle boolean parameter types appropriately, i.e. show
'Yes' or 'NO' instead of '1' or '0'.
* Bumped version (1.0.0.svn47).
Revision
3184 -
Directory Listing
Modified
Wed May 17 12:28:39 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Added bunch of help text and tooltips for the new
"Macro Setup" and "Macro Editor" windows.
* wrapLabel: Fixed wrong dimensions when using
padding.
* Bumped version (1.0.0.svn46).
Revision
3180 -
Directory Listing
Modified
Sun May 14 13:17:03 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Fixed more compile errors with GCC 5.
Revision
3179 -
Directory Listing
Modified
Sat May 13 18:56:36 2017 UTC
(7 years, 3 months ago)
by
schoenebeck
* Fixed compile error which happened with some compilers.
Revision
3177 -
Directory Listing
Modified
Thu May 11 20:59:46 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Live mode performance optimization: fixed the editor to be non-responsive
for a very long time, which happened if changing instrument parameters of
a very large amount of dimension regions was requested.
* Bumped version (1.0.0.svn45).
Revision
3176 -
Directory Listing
Modified
Thu May 11 11:36:33 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Macros Setup: Implemented duplicating macros.
* Bumped version (1.0.0.svn44).
Revision
3174 -
Directory Listing
Modified
Wed May 10 23:10:37 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* "Macro" main menu section: show macro comments as tooltip.
* Macro Editor: Display demangled C++ type names.
* Bumped version (1.0.0.svn43).
Revision
3170 -
Directory Listing
Modified
Wed May 10 21:21:14 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Macro Editor: Fixed deleting rows when delete button was hit
without Ctrl being pressed.
* Macro Editor: Show combo box with textual options for enum types.
* Bumped version (1.0.0.svn42).
Revision
3162 -
Directory Listing
Modified
Tue May 9 14:35:23 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Macros Setup: Implemented reordering macros by "Up" and
"Down" buttons (and accordingly also altering the
F1 ... F12 acceleration keys they are assigned to).
* Macros Setup: Implemented calling Macro Editor from
this macro setup dialog by hitting "Edit" button.
* Macros Setup: Implemented editing comment on macros.
* Macros Setup: Enabled various icons.
* Bumped version (1.0.0.svn41).
Revision
3161 -
Directory Listing
Modified
Mon May 8 22:25:46 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
- Minor bugfix regarding time displayed.
Revision
3160 -
Directory Listing
Modified
Mon May 8 21:31:45 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Macro Setup (WIP): Implemented adding new macro from
clipboard or from currently selected DimensionRegion.
* Bumped version (1.0.0.svn40).
Revision
3158 -
Directory Listing
Modified
Mon May 8 18:05:35 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Reverted major parts of r2845 concerning deprected Gtk StockIDs
(StockIDs still available with Gtk 3, no replacement API available,
and these changes caused useful icons to vanish with Gtk 2).
* Bumped version (1.0.0.svn39).
Revision
3157 -
Directory Listing
Modified
Mon May 8 17:30:10 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Fixed potentially unhandled exceptions when app is loading
its config file.
* WIP: Introduced user configurable list of macros which are
auto assigned to keyboard accelerators (F1 ... F12) and
saved along with the app's config file (added under new
main menu bar section "Macro").
* Bumped version (1.0.0.svn38).
Revision
3155 -
Directory Listing
Modified
Sun May 7 15:32:43 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Macro Editor: implemented reverse selected deletion of rows
* Macro Editor: Fixed "modified" state not being updated after
clicking on "Apply" button.
* Macro Editor: Show implemented keyboard accelerators as
symbols on the "Delete" (Ctrl+Del) and "Inverse Delete"
(Alt+Del) buttons.
* Bumped version (1.0.0.svn37).
Revision
3154 -
Directory Listing
Modified
Sat May 6 13:46:14 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* WIP Macro Editor: Implemented deleting of rows.
* WIP Macro Editor: Implemented changing values
of rows.
* WIP Macro Editor: show type column in gray color.
* Bumped version (1.0.0.svn36).
Revision
3152 -
Directory Listing
Modified
Fri May 5 19:06:20 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
- Forgot to commit one file.
Revision
3151 -
Directory Listing
Modified
Fri May 5 18:44:59 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* WIP: Added initial draft implementation of macro editor
(accessible for copied clipboard content via Alt+x).
* Bumped version (1.0.0.svn35).
Revision
3148 -
Directory Listing
Modified
Thu May 4 11:47:45 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Region Chooser: Mark all regions which are auto selected by check box
"All Regions" with gray hatched pattern.
* Bumped version (1.0.0.svn34).
Revision
3147 -
Directory Listing
Modified
Wed May 3 21:23:16 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Dimension Region Chooser: Mark all zones auto selected by check box trio
with gray hatched pattern.
* Bumped version (1.0.0.svn33).
Revision
3145 -
Directory Listing
Modified
Wed May 3 19:13:26 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
- Fixed compile error (wrong header name).
Revision
3144 -
Directory Listing
Modified
Wed May 3 19:00:11 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Implemented copy & paste of DimensionRegion (with Alt+c and Alt+v).
* Bumped version (1.0.0.svn32).
Revision
3134 -
Directory Listing
Modified
Fri Apr 28 12:41:12 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Implemented selecting multiple dimension region zones by keyboard with
keyboard accelerators Alt+Shift+Left and Alt+Shift+Right.
* Bumped version (1.0.0.svn31).
Revision
3132 -
Directory Listing
Modified
Thu Apr 27 17:31:50 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
- Fixed compile error.
Revision
3131 -
Directory Listing
Modified
Thu Apr 27 17:28:01 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Color tweaking on selected regions and selected dimension zones.
* Dimension Region Chooser: Show main selected case in opaque blue color
(like before), but all other selected dimension zones with a blue hatched
pattern instead.
* Dimension Region Chooser: Show the label of the currently selected
dimension in bold font.
* Fix: Keyboard accelerator Ctrl+Left and Ctrl+Right caused the current
dimension zone to switch as well if Dimension Region Chooser got focus.
Revision
3123 -
Directory Listing
Modified
Tue Apr 25 20:45:54 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Implemented fast navigation through regions by keyboard accelerator
Ctrl+Left and Ctrl+Right (on Mac: Cmd+Left and Cmd+Right).
* Implemented fast navigation through dimension region zones of currently
selected region by keyboard accelerator Alt+Left, Alt+Right, Alt+Up,
Alt+Down, as well as simply using the arrow keys alone if the dimension
region chooser got focus (i.e. when it was selected by mouse previously).
* Bumped version (1.0.0.svn29).
Revision
3116 -
Directory Listing
Modified
Sat Apr 15 20:21:41 2017 UTC
(7 years, 4 months ago)
by
schoenebeck
* Fixed crash on saving file if a sample was requested to be
replaced twice by the user.
* Bumped version (1.0.0.svn28).
Revision
3109 -
Directory Listing
Modified
Sun Feb 12 16:35:03 2017 UTC
(7 years, 6 months ago)
by
schoenebeck
- Just added a "Legend:" label to the new symbols.
Revision
3108 -
Directory Listing
Modified
Sun Feb 12 13:13:06 2017 UTC
(7 years, 6 months ago)
by
schoenebeck
* Fixed compile errors.
Revision
3107 -
Directory Listing
Modified
Sat Feb 11 17:12:03 2017 UTC
(7 years, 6 months ago)
by
schoenebeck
- Fixed automake error.
Revision
3106 -
Directory Listing
Modified
Sat Feb 11 17:04:48 2017 UTC
(7 years, 6 months ago)
by
schoenebeck
* Show graphical symbol on region that uses loop(s).
* Show graphical symbol on region that misses sample
reference(s).
* Bumped version (1.0.0.svn27).
Revision
3105 -
Directory Listing
Modified
Fri Feb 10 18:40:26 2017 UTC
(7 years, 7 months ago)
by
schoenebeck
* Implemented deleting dimension region zones of all regions at once, which
is controlled by checkbox "all regions".
* Implemented splitting up dimension region zones of all regions at once,
which is controlled by checkbox "all regions".
* Bumped version (1.0.0.svn26).
Revision
3089 -
Directory Listing
Modified
Sun Jan 15 19:18:39 2017 UTC
(7 years, 7 months ago)
by
schoenebeck
* Implemented resizing multiple dimension region zones at once, which is
controlled by the infamous checkbox trio "all regions",
"all dimension splits" and "both channels".
* Bumped version (1.0.0.svn25).
Revision
3071 -
Directory Listing
Modified
Wed Jan 4 12:01:00 2017 UTC
(7 years, 8 months ago)
by
schoenebeck
* Fixed interesting libtool linker error on some systems.
Revision
3070 -
Directory Listing
Modified
Mon Jan 2 22:30:03 2017 UTC
(7 years, 8 months ago)
by
schoenebeck
* Fixed compiler warning.
* Bumped version (1.0.0.svn24).
Revision
3069 -
Directory Listing
Modified
Mon Jan 2 22:20:51 2017 UTC
(7 years, 8 months ago)
by
schoenebeck
- Fixed compilation error for Mac.
Revision
3068 -
Directory Listing
Modified
Mon Jan 2 22:13:01 2017 UTC
(7 years, 8 months ago)
by
schoenebeck
- Preparations for Xcode project update.
Revision
3033 -
Directory Listing
Modified
Sun Oct 30 17:02:51 2016 UTC
(7 years, 10 months ago)
by
persson
* windows: look for the data directory in the parent of the dll
directory, if the dll directory is called "32" or "64"
Revision
3021 -
Directory Listing
Modified
Sun Oct 23 07:24:40 2016 UTC
(7 years, 10 months ago)
by
persson
* windows, 32-bit: fixed crashes by making sure the stack in sub
threads is 16-byte aligned
Revision
2994 -
Directory Listing
Modified
Sat Sep 24 23:34:37 2016 UTC
(7 years, 11 months ago)
by
schoenebeck
* Show instrument index number on instruments list view.
* Added multi-row selection support on samples tree view.
* Added multi-row selection support on instruments list view.
* Bumped version (1.0.0.svn23).
Revision
2991 -
Directory Listing
Modified
Sat Sep 24 15:08:37 2016 UTC
(7 years, 11 months ago)
by
schoenebeck
* Show sample group name and CRC-32 checksum on "Sample" tab.
* Bumped version (1.0.0.svn22).
Revision
2976 -
Directory Listing
Modified
Thu Jul 28 06:47:25 2016 UTC
(8 years, 1 month ago)
by
schoenebeck
* Fixed crash when opening dimension manager dialolg multiple times
(and i.e. adding or removing dimensions each time).
* Bumped version (1.0.0.svn21).
Revision
2975 -
Directory Listing
Modified
Fri Jul 22 18:14:29 2016 UTC
(8 years, 1 month ago)
by
schoenebeck
* Script Editor: Fixed crash on Ctrl + A, followed by Del.
* Bumped version (1.0.0.svn20).
Revision
2968 -
Directory Listing
Modified
Mon Jul 18 11:25:13 2016 UTC
(8 years, 1 month ago)
by
schoenebeck
- Fixed compile error for Windows.
Revision
2967 -
Directory Listing
Modified
Mon Jul 18 11:22:38 2016 UTC
(8 years, 1 month ago)
by
schoenebeck
* Added option to main menu for performing "Save" operation with a
tempoary file (may perform faster than directly modifying existing
.gig file).
* Bumped version (2.0.0.svn19).
Revision
2964 -
Directory Listing
Modified
Sun Jul 17 22:02:36 2016 UTC
(8 years, 1 month ago)
by
schoenebeck
* Script Editor: Decreased default font size on Mac to 13.
Revision
2956 -
Directory Listing
Modified
Sat Jul 16 15:31:47 2016 UTC
(8 years, 1 month ago)
by
schoenebeck
* Script Editor: Added "Font Size ..." to editor's menu.
* Bumped version (1.0.0.svn18).
Revision
2939 -
Directory Listing
Modified
Mon Jul 11 17:58:33 2016 UTC
(8 years, 2 months ago)
by
schoenebeck
- Script Editor: further increased font size for Mac to 14
(due to underscore visibility issue).
Revision
2928 -
Directory Listing
Modified
Fri Jul 1 14:09:25 2016 UTC
(8 years, 2 months ago)
by
schoenebeck
* Script Editor: Fixed editor which did not appear on some systems due
to missing icons (using now lists of alternative icon names).
* Bumped version (1.0.0.svn17).
Revision
2926 -
Directory Listing
Modified
Sun Jun 5 14:33:58 2016 UTC
(8 years, 3 months ago)
by
schoenebeck
- Fix of previous commit.
Revision
2925 -
Directory Listing
Modified
Sun Jun 5 13:17:28 2016 UTC
(8 years, 3 months ago)
by
schoenebeck
* Dimension Region Editor: when assigning a new sample to a dimension
region, apply the sample to all currently selected dimension regions
(i.e. when Ctrl select was used on the dimension selector widget).
* Bumped version (1.0.0.svn16).
Revision
2921 -
Directory Listing
Modified
Wed May 18 11:57:58 2016 UTC
(8 years, 3 months ago)
by
schoenebeck
- Fixed compile error with older GTKMM versions.
Revision
2920 -
Directory Listing
Modified
Wed May 18 11:50:49 2016 UTC
(8 years, 3 months ago)
by
schoenebeck
- Added svn ignore filter for auto generated files.
Revision
2919 -
Directory Listing
Modified
Wed May 18 11:37:31 2016 UTC
(8 years, 3 months ago)
by
schoenebeck
* Fixed crash after changing a dimension type with the dimension manager
dialog.
* Bumped version (1.0.0.svn15).
Revision
2918 -
Directory Listing
Modified
Wed May 18 10:10:25 2016 UTC
(8 years, 3 months ago)
by
schoenebeck
* Added setting to main menu "View" -> "Auto Restore Window Dimension"
(disabled by default since it causes issues on some machines).
* Bumped version (1.0.0.svn14).
Revision
2903 -
Directory Listing
Modified
Tue May 3 14:08:34 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Script Editor: altered keyboard shortcut Ctrl-X to Ctrl-Q (to avoid
masking the common cut text shortcut).
* Script Editor: if editor is used in live-mode, inform the sampler that
it needs to automatically reload the script after the script has been
altered and applied with the script editor.
* Bumped version (1.0.0.svn13).
Revision
2901 -
Directory Listing
Modified
Mon May 2 16:10:56 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S)
and "Close" (Ctrl-X).
* Bumped version (1.0.0.svn12).
Revision
2900 -
Directory Listing
Modified
Mon May 2 14:47:34 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
- Fixed compile error with GTK 2.
Revision
2899 -
Directory Listing
Modified
Mon May 2 14:36:40 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Script Editor: Added status bar at the bottom of the script editor
window showing the amount (if any) of errors and warnings.
* Bumped version (1.0.0.svn11).
Revision
2898 -
Directory Listing
Modified
Sun May 1 21:17:42 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Script Editor: Show a question dialog to the user when the editor is
to be closed and the script changes have not been applied yet.
* Bumped version (1.0.0.svn10).
Revision
2897 -
Directory Listing
Modified
Sun May 1 20:20:06 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Script Editor: Reverted previous commit regarding error/warning
icons, since Gtk seems not to be appropriate for handling icons
correctly that way.
* Script Editor: Show precise parser error/warning messages as tooltip
when the mouse points over the respective location in the script's
source code.
* Bumped version (1.0.0.svn9).
Revision
2896 -
Directory Listing
Modified
Sun May 1 14:51:55 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* EXPERIMENTAL: Show error/warning icon at the respective script
locations of instrument script editor.
* Bumped version (1.0.0.svn8).
Revision
2895 -
Directory Listing
Modified
Sat Apr 30 14:42:37 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
- Minor update to Changelog.
Revision
2894 -
Directory Listing
Modified
Sat Apr 30 14:42:14 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Enabled auto save & restore of window size & position of all
remaining windows.
* Bumped version (1.0.0.svn7).
Revision
2893 -
Directory Listing
Modified
Fri Apr 29 14:19:53 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Automatically save & restore window size and position
(yet limited to main window and script editor window).
* Bumped version (1.0.0.svn6).
Revision
2892 -
Directory Listing
Modified
Tue Apr 26 18:06:31 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
- Fixes compile error with older gtkmm versions.
Revision
2891 -
Directory Listing
Modified
Tue Apr 26 17:42:26 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* User settings are now automatically saved and restored.
* Bumped version (1.0.0.svn5).
Revision
2890 -
Directory Listing
Modified
Mon Apr 25 17:35:21 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Script Editor: Added support for liblinuxsampler's NKSP parser
backend for displaying parser errors and warnings directly within
the source code (for now simply errors cause a red background color
at the relevant location, and warnings a yellow background color;
error text / warning text is not displayed yet).
* Bumped version (1.0.0.svn4).
Revision
2887 -
Directory Listing
Modified
Fri Apr 22 17:10:51 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Script Editor: Some color tweaks (using now same text colors as on
the NKSP refrence documentation website).
* Bumped version (1.0.0.svn3).
Revision
2886 -
Directory Listing
Modified
Fri Apr 22 15:55:08 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Automake: set environment variable GCC_COLORS=auto to allow GCC to
auto detect whether it (sh/c)ould output its messages in color.
* Instrument script editor: Added support for liblinuxsampler's
NKSP syntax highlighting backend.
* Bumped version (1.0.0.svn2).
Revision
2877 -
Directory Listing
Modified
Fri Apr 15 13:45:12 2016 UTC
(8 years, 4 months ago)
by
schoenebeck
* Synthesis paremeter page tabs are now scrollable (fixes an issue with
GTK 3: default theme uses huge tabs which breaks the overall layout on
average window sizes).
* Bumped version (1.0.0.svn1).
Revision
2845 -
Directory Listing
Modified
Sun Sep 20 10:18:22 2015 UTC
(8 years, 11 months ago)
by
persson
* avoid using gtk stock items, as they are deprecated in gtk 3.10
Revision
2844 -
Directory Listing
Modified
Sun Sep 20 08:49:40 2015 UTC
(8 years, 11 months ago)
by
persson
* allow building with gtkmm 2 and G/GDK/GTK_DISABLE_DEPRECATED
Revision
2841 -
Directory Listing
Modified
Sun Aug 30 10:00:49 2015 UTC
(9 years ago)
by
persson
* allow building with G_DISABLE_DEPRECATED
* fixed building without liblinuxsampler on Mac
* fixed some compiler and cppcheck warnings
Revision
2795 -
Directory Listing
Modified
Fri Jul 17 12:06:00 2015 UTC
(9 years, 1 month ago)
by
schoenebeck
* Preparations for new release (Gigedit 1.0.0).
Revision
2793 -
Directory Listing
Modified
Thu Jul 16 08:29:46 2015 UTC
(9 years, 1 month ago)
by
persson
* Updated Swedish translation.
Revision
2774 -
Directory Listing
Modified
Sat Jun 13 12:39:14 2015 UTC
(9 years, 3 months ago)
by
schoenebeck
* Updated German translation.
Revision
2773 -
Directory Listing
Modified
Fri Jun 12 17:57:52 2015 UTC
(9 years, 3 months ago)
by
schoenebeck
* Region Chooser: when moving a region around automatically move the
keyboard position dependent pitch accordingly (can be turned off with
"Settings"->"Move root key with region moved").
Revision
2772 -
Directory Listing
Modified
Thu Jun 11 20:29:22 2015 UTC
(9 years, 3 months ago)
by
schoenebeck
* Fixed file name disappearing from title bar on certain actions.
* Added new menu item "View"->"Refresh All".
* Added new menu item "Samples"->"Remove Unused Samples".
Revision
2721 -
Directory Listing
Modified
Mon Mar 2 23:39:24 2015 UTC
(9 years, 6 months ago)
by
schoenebeck
* Updated German translation.
Revision
2720 -
Directory Listing
Modified
Sun Mar 1 15:43:42 2015 UTC
(9 years, 6 months ago)
by
schoenebeck
* Added "X" button next to sample reference field, which allows to remove
the current sample reference, allowing to create a "silent case" where
no sample shall be played.
Revision
2715 -
Directory Listing
Modified
Tue Jan 20 18:48:15 2015 UTC
(9 years, 7 months ago)
by
schoenebeck
* Implemented replacing of existing samples.
Revision
2701 -
Directory Listing
Modified
Mon Jan 12 23:28:04 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
* Implemented reordering of instruments by drag & drop.
Revision
2697 -
Directory Listing
Modified
Sun Jan 11 16:39:22 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
* Fixed instruments, samples and scripts to appear twice after save.
Revision
2696 -
Directory Listing
Modified
Tue Jan 6 18:12:51 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
- Forgot to commit ChangeLog change with previous commit.
Revision
2695 -
Directory Listing
Modified
Tue Jan 6 18:11:27 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
* Sample Referenve View Dialog: Clicking on a reference in the list closes
the dialog and jumps directly to the respective instrument, region and
dimension region the respective sample reference is located at.
Revision
2694 -
Directory Listing
Modified
Tue Jan 6 16:08:48 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
* Bug fix: app could not be closed on modified files without
saving them.
Revision
2692 -
Directory Listing
Modified
Sun Jan 4 21:06:12 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
- Just replaced primitive "<-" US ASCII string to a more pretier
left arrow unicode character.
Revision
2691 -
Directory Listing
Modified
Sun Jan 4 19:46:54 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
* Dimension Region Editor: Added button "Select Sample" on the sample tab,
which allows to conveniently select the dimension region's sample on the
left hand side's samples tree view.
Revision
2690 -
Directory Listing
Modified
Sun Jan 4 18:36:42 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
* Dimension Region Editor: Show coarse sample format info (audio channels,
bit depth, sample rate) and unique sample ID (since the gig format allows
different samples to have the same name).
Revision
2689 -
Directory Listing
Modified
Sun Jan 4 17:19:19 2015 UTC
(9 years, 8 months ago)
by
schoenebeck
* Automatically switch the sampler's (audible) instrument (in live-mode)
whenever another instrument was selected in gigedit (this default
behavior can be switched off in the settings menu of gigedit).
Revision
2683 -
Directory Listing
Modified
Mon Dec 29 16:30:21 2014 UTC
(9 years, 8 months ago)
by
schoenebeck
* Fixed potential crash if exception was thrown while opening a gig file.
* Added progress bar while saving a gig file.
Revision
2666 -
Directory Listing
Modified
Mon Jul 7 15:01:01 2014 UTC
(10 years, 2 months ago)
by
schoenebeck
* Fixed endless loop when deleting a sample.
Revision
2664 -
Directory Listing
Modified
Sat Jul 5 19:43:14 2014 UTC
(10 years, 2 months ago)
by
schoenebeck
* If launched by the sampler ("live-mode"): automatically
select and show the instrument which the sampler requested
gigedit to edit.
* OS X: Increased instrument script editor's font size by 20%.
Revision
2663 -
Directory Listing
Modified
Wed Jul 2 23:53:21 2014 UTC
(10 years, 2 months ago)
by
schoenebeck
* Fix: double click on the virtual MIDI keyboard opened the
dimension manager dialog.
Revision
2661 -
Directory Listing
Modified
Wed Jul 2 19:38:16 2014 UTC
(10 years, 2 months ago)
by
schoenebeck
* Updated German translation.
Revision
2658 -
Directory Listing
Modified
Tue Jun 24 02:50:05 2014 UTC
(10 years, 2 months ago)
by
persson
* fixed compile errors with GTK3 (#223)
Revision
2644 -
Directory Listing
Modified
Tue Jun 17 22:55:02 2014 UTC
(10 years, 2 months ago)
by
schoenebeck
* Script Tree: Double click opens script editor.
Revision
2641 -
Directory Listing
Modified
Mon Jun 16 15:24:54 2014 UTC
(10 years, 2 months ago)
by
schoenebeck
* Region Chooser: Double click opens dimension manager dialog.
* Dimension Manager: Clicking on dimension type cell of an existing
dimension opens a popup to alter the dimension type.
Revision
2628 -
Directory Listing
Modified
Thu Jun 12 16:19:06 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
- Updated German translation.
Revision
2627 -
Directory Listing
Modified
Thu Jun 12 16:12:55 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Increased region selector height by 50%.
* Increased dimension region selector height by 20%.
* Some minor fixes.
* Updated "about" dialog: not so immature anymore ;-).
* Configure script: require at least LinuxSampler v1.0.0.
Revision
2626 -
Directory Listing
Modified
Thu Jun 12 15:12:00 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Dimension Region Selector: implemented multi zone selection by press and
hold CTRL key.
* Dimension Region Selector: show bottom and upper limit values for all
dimension zones, not just the currently selected ones.
* Dimension Region Selector: Fixed drawing issues when zone sizes were
altered by mouse drag and labels being displayed at wrong positions.
Revision
2625 -
Directory Listing
Modified
Wed Jun 11 21:22:24 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Restructured main menu: duplicated all popup menus to the main menu,
automatically switch to the right tree view tab when either selecting the
"Sample", "Instrument" or "Script" main menu entry.
* Mark all not referenced samples in red color (instead of gray).
Revision
2624 -
Directory Listing
Modified
Wed Jun 11 20:26:26 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Samples tree view: implemented sample reference browser, which shows a
tree with all instruments and their respective regions which reference the
selected sample once ore more.
Revision
2623 -
Directory Listing
Modified
Wed Jun 11 20:23:28 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
- Forgot to commit ChangeLog with previous commit.
Revision
2622 -
Directory Listing
Modified
Wed Jun 11 16:49:09 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
- updated German translation
Revision
2621 -
Directory Listing
Modified
Wed Jun 11 16:46:27 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Samples tree view on main window: display the amount of
references for each sample and show the respective sample
in gray color in case it is not referenced at all.
Revision
2617 -
Directory Listing
Modified
Tue Jun 10 22:49:45 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
- Fix of a fix.
Revision
2616 -
Directory Listing
Modified
Tue Jun 10 20:20:21 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Fixed a crash in "combine instruments" dialog which happened when
there was a region which did not overlap with a region of the
other instrument.
* Added scrollbar to "combine instruments" selection list.
Revision
2615 -
Directory Listing
Modified
Tue Jun 10 19:14:01 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Fixed refresh of script tree view on main window.
* Updated German translation.
Revision
2610 -
Directory Listing
Modified
Sun Jun 8 19:09:26 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* GIG SOUND FORMAT EXTENSION: Added support for managing script slots for
instruments. Script slots define which scripts shall be executed for an
instrument by the sampler and in which order.
Revision
2604 -
Directory Listing
Modified
Sat Jun 7 22:34:31 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* GIG SOUND FORMAT EXTENSION: Added support for managing and
editing real-time instrument scripts. Instrument scripts are
a LinuxSampler extension of the original Giga format and will
not load with the GigaStudio software.
* Added a new tab "Scripts" where script groups and scripts can
be created and deleted.
* Added an initial script editor.
Revision
2579 -
Directory Listing
Modified
Sat May 24 06:44:39 2014 UTC
(10 years, 3 months ago)
by
persson
* fixed compile errors with GTK3
Revision
2566 -
Directory Listing
Modified
Tue May 20 14:35:36 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Minor usability improvements (UI labels and tooltips).
Revision
2562 -
Directory Listing
Modified
Mon May 19 18:06:57 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* 'Dimension Manager' dialog: added support for viewing and editing
dimensions of all regions simultaniously.
Revision
2560 -
Directory Listing
Modified
Sun May 18 18:55:29 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* File Property Dialog: allow viewing and altering the Giga file format
version (by combo box).
Revision
2558 -
Directory Listing
Modified
Sat May 17 23:55:30 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Combine instruments: generalized this tool to allow combining instruments
based on any dimension (selectable by combo box), not only the 'layer'
dimension. Also fixed some bugs that could lead to undesired results
when combining instruments, i.e. source instruments being copied into
wrong target zones or in wrong order under certain conditions.
* 'Dimension Manager' dialog: show dialog window with at least 460x300px on
initial usage (was far too small by default).
Revision
2556 -
Directory Listing
Modified
Fri May 16 23:19:23 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Dimension zone amount: Support for increasing and decreasing the amount of
dimension zones by right clicking on the respective zone and either
selecting "delete" or "split" in the popup menu.
Revision
2553 -
Directory Listing
Modified
Wed May 14 19:57:56 2014 UTC
(10 years, 3 months ago)
by
schoenebeck
* Added and implemented "Tools" -> "Merge Files..." which can be used
to merge the content of separate .gig files.
Revision
2552 -
Directory Listing
Modified
Wed May 14 16:09:58 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* "combine instruments" tool: added more robustness by also handling
instruments with only 1 dimension zone (which is not standard conform)
and if there were any kind of warnings during the combine operation,
then show a list of all warnings as a popup to the user after combine
algorithm has finished
Revision
2550 -
Directory Listing
Modified
Wed May 14 01:31:30 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* Fixed various bugs regarding new "combine instruments" tool.
* Show a warning if user tries to combine instruments in old
.gig v2 format.
* Don't auto remove stereo dimension if user drags a mono
sample reference on DimensionRegion's sample reference.
* Select "Instruments" tab on app start by default.
Revision
2549 -
Directory Listing
Modified
Tue May 13 16:14:33 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* Fix: "combine instruments" crashed if two of the input
instruments had a velocity dimension.
Revision
2548 -
Directory Listing
Modified
Tue May 13 12:17:43 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* Combine instruments: a new feature that allows to merge a selection of
instruments to one new single instrument. It uses the 'layer' dimension
to stack up the instruments. This feature is available from the main menu
under 'Tools' -> 'Combine Instruments'.
Revision
2542 -
Directory Listing
Modified
Sat Apr 26 14:41:28 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* updated German translation
Revision
2541 -
Directory Listing
Modified
Wed Apr 23 16:49:05 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* Mark all recently added new leverage controllers (which are an
unofficial gig sound format extension, only understood by
LinuxSampler so far, not by GSt) with a "[EXT]" tag and show
the user a warning dialog in case he tries to use one of those
new controller types (warning can be switched off from menu).
Revision
2539 -
Directory Listing
Modified
Tue Apr 22 17:38:40 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* fixed minor typo
* updated German translation
Revision
2538 -
Directory Listing
Modified
Tue Apr 22 16:13:50 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* fix: only a small set of possible MIDI controllers was selectable for
EG1 controller, EG2 controller and attenuation controller (and no CC
number was shown in the combo box)
Revision
2537 -
Directory Listing
Modified
Mon Apr 21 20:03:03 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* updated German translation
* added short description how to update or add a new translation
to the README file (in case there are any volunteers out there)
Revision
2536 -
Directory Listing
Modified
Mon Apr 21 17:49:17 2014 UTC
(10 years, 4 months ago)
by
schoenebeck
* if there is no region yet, show a red hint text to the user that he may
right click on the region chooser area to add a region
* added tooltips to main menu entries (was buggy before)
* added tooltips to instruments tree view and samples tree view
* added various tooltips and adjusted some labels on the region settings
pane
Revision
2507 -
Directory Listing
Modified
Sun Jan 12 19:37:55 2014 UTC
(10 years, 8 months ago)
by
persson
* added dialog for editing the CtrlTrigger and Legato midi rules
Revision
2476 -
Directory Listing
Modified
Mon Sep 16 13:20:46 2013 UTC
(10 years, 11 months ago)
by
schoenebeck
* show build date and libgig version number in about dialog
Revision
2475 -
Directory Listing
Modified
Sun Sep 15 18:34:28 2013 UTC
(10 years, 11 months ago)
by
schoenebeck
- Fixed compilation error introduced with previous commit.
Revision
2474 -
Directory Listing
Modified
Sun Sep 15 18:16:21 2013 UTC
(10 years, 11 months ago)
by
schoenebeck
* Mac OS X: try to launch the GUI on the process's "main" thread
Revision
2472 -
Directory Listing
Modified
Sun Sep 15 17:19:45 2013 UTC
(10 years, 11 months ago)
by
persson
* added configure check for Mac OS X
Revision
2471 -
Directory Listing
Modified
Sun Sep 15 17:06:45 2013 UTC
(10 years, 11 months ago)
by
persson
* fixed compilation error from previous commit (on OS X without gettext)
Revision
2470 -
Directory Listing
Modified
Sun Sep 15 13:31:04 2013 UTC
(10 years, 11 months ago)
by
persson
* fixed compilation error with newer glibmm
* minor update of Swedish and German translations
* Mac OS X: initialize gtk and gettext with files from base directory
of the libgigedit library
* Mac OS X: fixed "recently used" in file dialogs
* Mac OS X: avoid crash when starting gigedit as an application bundle
Revision
2466 -
Directory Listing
Modified
Thu Sep 5 03:02:48 2013 UTC
(11 years ago)
by
schoenebeck
* import 'fine tune' when importing samples with libsndfile
Revision
2464 -
Directory Listing
Modified
Thu Sep 5 00:49:13 2013 UTC
(11 years ago)
by
schoenebeck
* copying sample informations automatically may now be disabled from the
new "Edit" main menu
Revision
2462 -
Directory Listing
Modified
Wed Sep 4 20:23:05 2013 UTC
(11 years ago)
by
schoenebeck
* show dimension zone start and end as numeric text labels
Revision
2446 -
Directory Listing
Modified
Sun Apr 28 15:40:43 2013 UTC
(11 years, 4 months ago)
by
persson
* use character encoding Windows-1252 for all strings in gig files
Revision
2445 -
Directory Listing
Modified
Sun Apr 28 06:07:22 2013 UTC
(11 years, 4 months ago)
by
persson
* fixed name entry field in instrument properties window
Revision
2442 -
Directory Listing
Modified
Sun Apr 14 07:29:59 2013 UTC
(11 years, 4 months ago)
by
persson
* made sure the instruments menu is updated when instruments are
added, removed or renamed
Revision
2430 -
Directory Listing
Modified
Sun Mar 3 17:26:11 2013 UTC
(11 years, 6 months ago)
by
persson
* cross fade graph: draw curves of all layers in the same graph
Revision
2423 -
Directory Listing
Modified
Sun Feb 24 15:19:39 2013 UTC
(11 years, 6 months ago)
by
persson
* code refactoring: created a PropEdit class for property editor
windows, moved Table class from mainwindow to paramedit
* minor gui tweaks: made note entry fields a bit wider, set a minimum
width for scales
* bug fix: avoid stale information in the instrument properties window
when a new file is loaded or the instrument is removed
Revision
2398 -
Directory Listing
Modified
Sun Jan 13 09:14:29 2013 UTC
(11 years, 7 months ago)
by
persson
* fixed import of 32 bit float wav files
Revision
2397 -
Directory Listing
Modified
Wed Jan 9 20:59:29 2013 UTC
(11 years, 8 months ago)
by
persson
* minor tweaks to the graphical curves
* updated Swedish translation
Revision
2395 -
Directory Listing
Modified
Mon Jan 7 23:35:08 2013 UTC
(11 years, 8 months ago)
by
schoenebeck
* added "Duplicate Instrument" function
Revision
2392 -
Directory Listing
Modified
Mon Jan 7 20:41:16 2013 UTC
(11 years, 8 months ago)
by
persson
* added graphical curves for velocity response and crossfade
Revision
2366 -
Directory Listing
Modified
Sat Sep 8 17:21:48 2012 UTC
(12 years ago)
by
persson
* modernized configure script
Revision
2359 -
Directory Listing
Modified
Sun Aug 5 13:21:12 2012 UTC
(12 years, 1 month ago)
by
persson
* fixed building on Debian testing (#186)
Revision
2344 -
Directory Listing
Modified
Sun Apr 29 16:15:45 2012 UTC
(12 years, 4 months ago)
by
persson
* gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3
Revision
2332 -
Directory Listing
Modified
Wed Mar 14 05:22:26 2012 UTC
(12 years, 6 months ago)
by
persson
* compilation fix: glibmm threads API was changed (#178)
Revision
2325 -
Directory Listing
Modified
Sun Mar 4 09:01:40 2012 UTC
(12 years, 6 months ago)
by
persson
* added support for new glibmm threads API
Revision
2246 -
Directory Listing
Modified
Fri Aug 19 10:55:41 2011 UTC
(13 years ago)
by
persson
* gtkmm 3 fix: rewrote the custom widgets (regionchooser and
dimregionchooser) so they only draw pixels in the on_draw
method. This should make them work again in newer gtkmm 3
environments.
Revision
2170 -
Directory Listing
Modified
Sun Mar 6 07:52:43 2011 UTC
(13 years, 6 months ago)
by
persson
- added new files missing in previous commit
Revision
2169 -
Directory Listing
Modified
Sun Mar 6 07:51:04 2011 UTC
(13 years, 6 months ago)
by
persson
* ported to gtkmm 3, keeping compatibility with gtkmm 2
Revision
2151 -
Directory Listing
Modified
Sun Nov 21 12:38:41 2010 UTC
(13 years, 9 months ago)
by
persson
* use Cairo instead of deprecated gdk drawing primitives
* avoid deprecated gtk methods when using newer gtk versions
* raised minimum supported gtkmm version to 2.8
Revision
2134 -
Directory Listing
Modified
Tue Sep 28 20:11:15 2010 UTC
(13 years, 11 months ago)
by
persson
* minor Makefile fix for parallel make
Revision
2129 -
Directory Listing
Modified
Sat Sep 25 13:57:22 2010 UTC
(13 years, 11 months ago)
by
persson
* minor fix in configure for cross-compiling
Revision
2054 -
Directory Listing
Modified
Wed Jan 27 20:40:13 2010 UTC
(14 years, 7 months ago)
by
schoenebeck
* minor update in quickstart documentation
Revision
1962 -
Directory Listing
Modified
Fri Jul 31 10:58:38 2009 UTC
(15 years, 1 month ago)
by
schoenebeck
- minor fix regarding 'make dist'
Revision
1961 -
Directory Listing
Modified
Fri Jul 31 10:38:58 2009 UTC
(15 years, 1 month ago)
by
schoenebeck
- minor adjustments for release 0.2.0
Revision
1959 -
Directory Listing
Modified
Fri Jul 31 10:15:27 2009 UTC
(15 years, 1 month ago)
by
persson
* preparations for release 0.2.0
Revision
1952 -
Directory Listing
Modified
Wed Jul 29 18:02:35 2009 UTC
(15 years, 1 month ago)
by
persson
- don't remove COPYING when doing make -f Makefile.cvs clean
Revision
1925 -
Directory Listing
Modified
Tue Jun 30 19:44:07 2009 UTC
(15 years, 2 months ago)
by
persson
- added COPYING so automake doesn't complain and installs wrong
version
Revision
1898 -
Directory Listing
Modified
Sun May 10 09:35:56 2009 UTC
(15 years, 4 months ago)
by
persson
* Windows: look for translations using base directory of libgigedit
dll
* virtual keyboard fixes: restore to grey when outside keyboard. Don't
trigger multiple notes for each key when moving mouse.
Revision
1877 -
Directory Listing
Modified
Fri Mar 27 12:18:12 2009 UTC
(15 years, 5 months ago)
by
schoenebeck
* updated LinuxSampler plugin of gigedit to the latest liblinuxsampler
C++ API changes
Revision
1853 -
Directory Listing
Modified
Sun Mar 1 22:26:36 2009 UTC
(15 years, 6 months ago)
by
schoenebeck
* bugfix: inform the sampler when new file(s) has been imported on save
operation (#82)
Revision
1831 -
Directory Listing
Modified
Tue Feb 3 19:38:19 2009 UTC
(15 years, 7 months ago)
by
persson
* made all visible strings translatable
Revision
1824 -
Directory Listing
Modified
Sat Jan 10 11:47:00 2009 UTC
(15 years, 8 months ago)
by
schoenebeck
* added rpm packaging file
(patch by Devin Anderson, slightly modified, fixes #88)
Revision
1823 -
Directory Listing
Modified
Sun Dec 28 09:58:05 2008 UTC
(15 years, 8 months ago)
by
persson
* Windows fixes: find translation files after install. Don't open
a console window.
Revision
1809 -
Directory Listing
Modified
Sun Dec 14 15:52:10 2008 UTC
(15 years, 8 months ago)
by
persson
* fixes for building the plugin with MinGW
Revision
1799 -
Directory Listing
Modified
Sat Dec 6 13:49:26 2008 UTC
(15 years, 9 months ago)
by
persson
* minor gui fix: made multi line lables expand to use full width
Revision
1798 -
Directory Listing
Modified
Thu Dec 4 20:35:33 2008 UTC
(15 years, 9 months ago)
by
persson
* bugfix: when a stereo sample is replaced, make sure both zones of
the sample channel dimension get updated with the new sample
Revision
1793 -
Directory Listing
Modified
Sun Nov 16 19:23:57 2008 UTC
(15 years, 9 months ago)
by
persson
* fixed configure check for libsndfile loop support
Revision
1733 -
Directory Listing
Modified
Sat May 3 09:54:36 2008 UTC
(16 years, 4 months ago)
by
persson
* allow to create amounts of dimension zones that aren't powers of two
(patch by Devin Anderson, #89, slightly modified)
Revision
1725 -
Directory Listing
Modified
Sat Apr 26 08:52:15 2008 UTC
(16 years, 4 months ago)
by
persson
* the "Add Samples" dialog now remembers current directory (patch by
Devin Anderson, fixes #81)
Revision
1714 -
Directory Listing
Modified
Thu Mar 6 20:50:04 2008 UTC
(16 years, 6 months ago)
by
persson
* fixed compilation with gcc 4.3
Revision
1680 -
Directory Listing
Modified
Tue Feb 12 14:14:26 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
- forgot to commit file with the recent CVS commit
Revision
1679 -
Directory Listing
Modified
Tue Feb 12 14:13:46 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* in "Save As..." dialog set inital filename to "copy_of_<filename>" and
show a warning message that saving to the same .gig file will corrupt
the sample wave data
* added autoconf test for the recent virtual MIDI device support on LS
side to prevent compile time errors when compiling gigedit against an
old LS version
Revision
1677 -
Directory Listing
Modified
Sun Feb 10 08:50:35 2008 UTC
(16 years, 7 months ago)
by
persson
* bugfix: dimension manager window didn't update when another region
was selected (#78)
Revision
1673 -
Directory Listing
Modified
Wed Feb 6 22:08:29 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* added "replace all samples" function to samples popup menu
(patch by Anders Dahnielson, a bit extended, fixes #73)
Revision
1664 -
Directory Listing
Modified
Mon Feb 4 00:40:03 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* show absolute velocity values of "real" MIDI sources
in the editor as well
Revision
1661 -
Directory Listing
Modified
Sun Feb 3 14:10:47 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* implemented alternative behavior for the virtual MIDI keyboard
(selectable by combobox below the keyboard)
* show absolute velocity value of note-on & note-off events below
the virtual MIDI keyboard
Revision
1660 -
Directory Listing
Modified
Sun Feb 3 00:19:55 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* call it virtually baby: the keyboard finally can trigger notes on
sampler side (only in live-mode of course)
* added a red cross on top of the detached-mode icon to make
it more obvious
Revision
1658 -
Directory Listing
Modified
Sat Feb 2 08:52:48 2008 UTC
(16 years, 7 months ago)
by
persson
* fixed the inaccurate drawing of pressed keys
Revision
1657 -
Directory Listing
Modified
Sat Feb 2 08:40:36 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
- forgot to delete a method declaration with the last commit
(would cause the plugin DLL load to fail)
Revision
1656 -
Directory Listing
Modified
Sat Feb 2 08:18:19 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* bugfix: key highlighting of active keys on the virtual keyboard is now
working on multiple invocations from the sampler as well
* renamed misleading names regarding the gig format's "keyswitching"
feature (the dimension is now displayed as "keyswitching" instead of
"keyboard" in the dimregchooser widget and the two parameters for
defining the actual keyswitching area on the keyboard in the instruments
properties dialog are now called "Keyswitching range low/high" instead of
"Dimension key range low/high")
Revision
1654 -
Directory Listing
Modified
Wed Jan 30 02:20:48 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* first step to make the virtual keyboard interactive: active keys of the
sampler (in live-mode only of course) are highlighted on the virtual
keyboard - NOTE: yet inaccurate draw of the keys and this mechanism
yet only works on the first gigedit invocation by the sampler process,
so this still has to be fixed
Revision
1645 -
Directory Listing
Modified
Sat Jan 19 20:07:39 2008 UTC
(16 years, 7 months ago)
by
schoenebeck
* autoconf fix: LS plugin dirs with digits in their prefix
(e.g. "/usr/lib64/foo") are now resolved in relative dirs as well
(show a warning when resolving the relative path failed)
Revision
1641 -
Directory Listing
Modified
Sun Jan 13 16:31:45 2008 UTC
(16 years, 8 months ago)
by
nagata
* OSX Xcode project files are added (directory osx)
Revision
1623 -
Directory Listing
Modified
Fri Jan 4 19:42:45 2008 UTC
(16 years, 8 months ago)
by
persson
* gig files where regions are not internally ordered are now handled
* the resize mouse pointer is not shown anymore for regions that can't
be resized
* the region and dimregion chooser widgets are now resizable
* bugfix: sometimes you could not delete more than one dimension
* filter headers are now also greyed out when the filter is inactive
Revision
1582 -
Directory Listing
Modified
Sat Dec 8 12:28:53 2007 UTC
(16 years, 9 months ago)
by
persson
* fixed file properties dialog - properties can now be edited
Revision
1580 -
Directory Listing
Modified
Fri Dec 7 17:44:33 2007 UTC
(16 years, 9 months ago)
by
schoenebeck
* minor quickstart doc update
Revision
1564 -
Directory Listing
Modified
Thu Dec 6 18:56:51 2007 UTC
(16 years, 9 months ago)
by
schoenebeck
- updated Debian Changelog for release 0.1.1
Revision
1562 -
Directory Listing
Modified
Thu Dec 6 18:30:40 2007 UTC
(16 years, 9 months ago)
by
persson
* preparations for release 0.1.1
Revision
1533 -
Directory Listing
Modified
Sat Dec 1 10:21:07 2007 UTC
(16 years, 9 months ago)
by
persson
* parameter edits can now be applied to multiple regions and dimension
regions simultaneously - three checkboxes were added that select
if changes apply to all regions and/or all dimension regions
Revision
1460 -
Directory Listing
Modified
Sat Oct 27 12:28:33 2007 UTC
(16 years, 10 months ago)
by
persson
* code refactoring: preparing for being able to edit multiple
dimension regions simultaneously
Revision
1456 -
Directory Listing
Modified
Sun Oct 21 15:32:36 2007 UTC
(16 years, 10 months ago)
by
persson
* multiple editor windows can now be opened by the plugin
* bugfix: gigedit didn't start on windows 2000
* standard gtk command line parameters is now handled
Revision
1452 -
Directory Listing
Modified
Thu Oct 18 13:01:47 2007 UTC
(16 years, 10 months ago)
by
schoenebeck
* trivial Debian packaging fix: ignore missing Makefile.cvs
(which doesn't exist in release tarballs)
Revision
1451 -
Directory Listing
Modified
Tue Oct 16 16:24:16 2007 UTC
(16 years, 10 months ago)
by
schoenebeck
* added Windows installer
Revision
1442 -
Directory Listing
Modified
Mon Oct 15 20:12:58 2007 UTC
(16 years, 10 months ago)
by
schoenebeck
- preparations for release 0.1.0
Revision
1441 -
Directory Listing
Modified
Mon Oct 15 20:02:33 2007 UTC
(16 years, 10 months ago)
by
persson
- preparations for release 0.1.0
Revision
1436 -
Directory Listing
Modified
Mon Oct 15 15:29:58 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* updated "About" dialog a bit
Revision
1420 -
Directory Listing
Modified
Sun Oct 14 15:39:32 2007 UTC
(16 years, 11 months ago)
by
persson
* removed some compiler warnings and a verbose logging
Revision
1415 -
Directory Listing
Modified
Sat Oct 13 13:14:10 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* statusbar can be hidden by menu
Revision
1411 -
Directory Listing
Modified
Fri Oct 12 17:46:29 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* added status bar to the bottom of main window (independent area on the
right shows whether gigedit is running stand-alone or attached to
LinuxSampler)
* minor cosmetical fix in dimension manager widget
* regionchooser.cpp: temporary fix for a crash which occured when gigedit
was compiled with CXXFLAGS="-g"
Revision
1398 -
Directory Listing
Modified
Wed Oct 10 22:41:51 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* don't show a console on Windows by default
Revision
1396 -
Directory Listing
Modified
Wed Oct 10 15:48:54 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* gettext is now an optional dependency
* added Dev-C++ project files for Windows
Revision
1392 -
Directory Listing
Modified
Sun Oct 7 20:29:07 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* quickstart documentation: added chapter "live editing" describing howto
run gigedit in conjunction with LinuxSampler to be able to immediately
hear all modifications made with gigedit
Revision
1382 -
Directory Listing
Modified
Thu Oct 4 23:29:22 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* fixed a crash when selecting 'New' or opening another file while being
attached to the sampler
* don't allow the user to remove an instrument while being attached to the
sampler, because it wouldn't end well ;-)
* don't show a 'file modified' confirmation dialog when closing/quitting
the application and being attached to the sampler, since the
modifications won't be lost until the sampler was quit
* while beng attached to the sampler, show the user an information dialog
when he selects 'New' or 'Open', since this will detach gigedit from the
sampler
* updated German translation
Revision
1376 -
Directory Listing
Modified
Wed Oct 3 19:15:47 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* honored recent LS refactoring: #include paths for LS instrument
editor plugin classes have changed to:
<linuxsampler/plugins/InstrumentEditor.h>,
<linuxsampler/plugins/InstrumentEditorFactory.h>
Revision
1359 -
Directory Listing
Modified
Sun Sep 30 18:30:52 2007 UTC
(16 years, 11 months ago)
by
schoenebeck
* fixed couple other parameters which were silently ignored by the sampler
on a live-editing session with LS (parameter "Gain" and various velocity
response parameters for attenuation, filter cutoff frequency and EG
release time)
Revision
1356 -
Directory Listing
Modified
Sat Sep 22 07:40:13 2007 UTC
(16 years, 11 months ago)
by
persson
* fix in the configure script for an intltoolize problem
Revision
1339 -
Directory Listing
Modified
Mon Sep 10 19:56:26 2007 UTC
(17 years ago)
by
schoenebeck
* bugfix: signals triggered before and after sensible modifications didn't
ever make it to the outer world (i.e. to LinuxSampler)
Revision
1336 -
Directory Listing
Modified
Sun Sep 9 21:31:20 2007 UTC
(17 years ago)
by
schoenebeck
* bugfix: changing the position / keyrange of a region was simply ignored
by the sampler, also causing crashs (moved some code over to libgig)
Revision
1333 -
Directory Listing
Modified
Sun Sep 9 16:53:29 2007 UTC
(17 years ago)
by
schoenebeck
* fixed another crash ocurring when invoked multiple times
within the same process
Revision
1331 -
Directory Listing
Modified
Sun Sep 9 11:30:42 2007 UTC
(17 years ago)
by
persson
* fixed load/save of crossfade values on big-endian systems
Revision
1328 -
Directory Listing
Modified
Fri Sep 7 21:18:31 2007 UTC
(17 years ago)
by
schoenebeck
* fixed a crash that happened when gigedit was spawned more than once by
LinuxSampler
* fixed list box in main window which showed default elements twice when
spawned by LinuxSampler
Revision
1322 -
Directory Listing
Modified
Tue Sep 4 11:04:56 2007 UTC
(17 years ago)
by
schoenebeck
* as counterpart to latest LS commit: added experimental support to
synchronize gigedit with LinuxSampler to avoid race conditions / crash
while modifying data structures and playing the instrument with LS at
the same time
* packaging fixes: don't use a hard coded path to install the LS plugin
DLL, trying to substitute the given LS plugin directory by the
'${libdir}' automake variable (mandatory i.e. for Gentoo ebuild) and
include plugin/linuxsamplerplugin.h into the release tarball
('make dist')
* updated German translation (po/de.po)
Revision
1303 -
Directory Listing
Modified
Sun Aug 26 09:29:52 2007 UTC
(17 years ago)
by
persson
* make sure samplechannel dimension gets created for stereo samples
* allow building with older versions of gtk and libsndfile
* remember selected dimension when switching regions
* fix for loop parameters for unmapped dimregions
* check if file is savable before trying to save
Revision
1300 -
Directory Listing
Modified
Fri Aug 24 19:11:41 2007 UTC
(17 years ago)
by
schoenebeck
* start with a new gig file by default
* fixed minor compilation error
Revision
1265 -
Directory Listing
Modified
Sun Jul 29 13:44:59 2007 UTC
(17 years, 1 month ago)
by
persson
* added support for 24 bit sample import
* when importing samples, settings for loops and root note are copied
from the sample files (if they have such settings)
Revision
1263 -
Directory Listing
Modified
Sun Jul 22 15:12:51 2007 UTC
(17 years, 1 month ago)
by
persson
- forgot to comment the octave numbers in ChangeLog
Revision
1262 -
Directory Listing
Modified
Sun Jul 22 15:07:08 2007 UTC
(17 years, 1 month ago)
by
persson
* regions can now be moved, not just resized
* improved labels in instrument properties dialog
* remove file extensions from file names when importing samples
* fixed some more checkbox layouts
Revision
1261 -
Directory Listing
Modified
Thu Jul 5 17:12:20 2007 UTC
(17 years, 2 months ago)
by
persson
* a changed file is now marked with an asterisk in the window title
* added close confirmation dialog, shown if file is changed
* "save" means "save as" for new files
* enabled acceleration keys
* add .gig to filename in "save as" if it's not already there
* filename character encodings other than utf-8 supported
Revision
1240 -
Directory Listing
Modified
Sat Jun 16 15:53:58 2007 UTC
(17 years, 2 months ago)
by
schoenebeck
added Debian packaging build dependency to xsltproc and docbook-xslt
Revision
1239 -
Directory Listing
Modified
Sat Jun 16 15:47:39 2007 UTC
(17 years, 2 months ago)
by
schoenebeck
just a comment
Revision
1238 -
Directory Listing
Modified
Sat Jun 16 14:30:29 2007 UTC
(17 years, 2 months ago)
by
persson
* minor cleanup of the quickstart document: VCO -> VCF, removed
trademark markers, GigEdit -> Gigedit. XML validates now.
* Use http URI for the DocBook stylesheet.
Revision
1237 -
Directory Listing
Modified
Sat Jun 16 12:03:23 2007 UTC
(17 years, 2 months ago)
by
persson
- added odf source for an image in the doc
Revision
1236 -
Directory Listing
Modified
Sat Jun 16 11:28:29 2007 UTC
(17 years, 2 months ago)
by
persson
* added quick start documentation by Alexander Methke
Revision
1235 -
Directory Listing
Modified
Sat Jun 16 11:05:53 2007 UTC
(17 years, 2 months ago)
by
persson
- updated the translations for the changed source file structure
Revision
1230 -
Directory Listing
Modified
Sun Jun 10 11:58:01 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
* the correct plugin path of the installed LinuxSampler is now
automatically retrieved by the configure script using LS's respective
pkg-config variable field
Revision
1229 -
Directory Listing
Modified
Sun Jun 10 11:23:15 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
- tiny fix of the previous commit batch (directory structure has changed)
Revision
1228 -
Directory Listing
Modified
Sun Jun 10 11:20:15 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
- tiny automake fix of the previous commit batch
Revision
1227 -
Directory Listing
Modified
Sun Jun 10 11:03:06 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
moved gigedit sources from src/ -> src/gigedit/
Revision
1226 -
Directory Listing
Modified
Sun Jun 10 11:01:16 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
* revised directories to a more automake-friendly structure
to avoid compilation and install errors
Revision
1225 -
Directory Listing
Modified
Sun Jun 10 10:56:11 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
moved gigedit sources from src/ -> src/gigedit/
Revision
1224 -
Directory Listing
Modified
Sun Jun 10 09:26:36 2007 UTC
(17 years, 3 months ago)
by
persson
* removed gcc 4.2.0 warnings
Revision
1214 -
Directory Listing
Modified
Wed May 30 00:16:35 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
- debian packaging: compile with -g and don't strip binary
(to allow debugging)
Revision
1213 -
Directory Listing
Modified
Wed May 30 00:14:05 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
* moved instrument editor into a shared library 'libgigedit', the 'gigedit'
binary is now just calling that shared library
* implemented an "instrument editor plugin" for LinuxSampler to allow
on-the-fly instrument editing within the sampler's own process
(this is an optional feature, auto detected at compile time)
Revision
1198 -
Directory Listing
Modified
Fri May 18 17:31:49 2007 UTC
(17 years, 3 months ago)
by
schoenebeck
- just some code comments
Revision
1197 -
Directory Listing
Modified
Fri May 18 16:07:18 2007 UTC
(17 years, 3 months ago)
by
persson
* fixed last commit, which was bad - wrong file was committed
Revision
1196 -
Directory Listing
Modified
Fri May 18 10:19:36 2007 UTC
(17 years, 3 months ago)
by
persson
* more fixes for resizing of new dimension zones
Revision
1185 -
Directory Listing
Modified
Sun May 13 14:09:20 2007 UTC
(17 years, 4 months ago)
by
schoenebeck
* allow to resize dimension zones even when the respective dimension has
no custom dimension splits yet
Revision
1164 -
Directory Listing
Modified
Wed Apr 18 12:31:41 2007 UTC
(17 years, 4 months ago)
by
schoenebeck
* grouped crossfade control elements together
* moved pan from sample tab to amp tab
Revision
1160 -
Directory Listing
Modified
Sun Apr 15 20:25:13 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* minor fix regarding sensitivity of a loop control GUI element
Revision
1159 -
Directory Listing
Modified
Fri Apr 13 17:57:26 2007 UTC
(17 years, 5 months ago)
by
persson
* improved labels in dimension region editor
* use normal layout for checkboxes
Revision
1157 -
Directory Listing
Modified
Thu Apr 12 11:48:45 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
- when inifinite sample loop was disabled, set loop play count to 1 by
default
Revision
1156 -
Directory Listing
Modified
Wed Apr 11 21:36:30 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* implemented sample loop editing
Revision
1153 -
Directory Listing
Modified
Mon Apr 9 21:05:01 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* added couple tooltips to dimregionedit
Revision
1152 -
Directory Listing
Modified
Mon Apr 9 18:52:39 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* added Makefile.cvs (just for standard compliance with other projects)
* added Debian packaging infrastructure
Revision
1151 -
Directory Listing
Modified
Sun Apr 8 13:45:45 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* splitted "Amplitude" and "Filter" tabs each into two tabs, so the GUI
fits into smaller screens (like 800x600) as well
Revision
1150 -
Directory Listing
Modified
Sun Apr 8 00:14:17 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* restructured dimension region editor for elements to be in a more
logical and intuitive order
Revision
1138 -
Directory Listing
Modified
Sat Mar 31 09:33:40 2007 UTC
(17 years, 5 months ago)
by
persson
* reworked instrument properties dialog - properties can now be edited
* code cleanup: removed the pointer to member usage in paramedit as it
just made things more complicated
Revision
1134 -
Directory Listing
Modified
Mon Mar 26 17:13:36 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* added German translation
Revision
1127 -
Directory Listing
Modified
Sun Mar 25 07:16:01 2007 UTC
(17 years, 5 months ago)
by
persson
* fixed compilation with older gcc versions
Revision
1121 -
Directory Listing
Modified
Sat Mar 24 17:41:39 2007 UTC
(17 years, 5 months ago)
by
persson
* updated README
* require libgig 3.1.1
Revision
1119 -
Directory Listing
Modified
Sat Mar 24 14:04:30 2007 UTC
(17 years, 5 months ago)
by
persson
* wrote ChangeLog and NEWS
* removed some verbose logging
Revision
1118 -
Directory Listing
Modified
Sat Mar 24 13:48:16 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
- just added a tooltip to the sample entry field
Revision
1117 -
Directory Listing
Modified
Sat Mar 24 13:05:58 2007 UTC
(17 years, 5 months ago)
by
persson
* added +6dB parameter to DimRegionEdit
* preparations for improved instrument properties dialog
Revision
1115 -
Directory Listing
Modified
Sat Mar 24 00:22:13 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* implemented Region properties dialog
(only for altering key group membership)
Revision
1114 -
Directory Listing
Modified
Fri Mar 23 20:08:30 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
- fixed minor error message issue
Revision
1112 -
Directory Listing
Modified
Fri Mar 23 15:32:08 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
- update dimensions dialog when a new dimension was added
Revision
1111 -
Directory Listing
Modified
Fri Mar 23 00:22:44 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* implemented adding and removing dimensions
(adding dimensions yet segfaults, probably a libgig bug)
Revision
1107 -
Directory Listing
Modified
Thu Mar 22 20:00:10 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* added dialog for managing dimensions of a selected region
(Add and Remove buttons not yet implemented)
Revision
1104 -
Directory Listing
Modified
Sun Mar 18 17:15:00 2007 UTC
(17 years, 5 months ago)
by
persson
* DimRegionEdit is now disbaled when no region is selected (fixes
crash for "new file")
* instrument is selected after it is created
* minor code cleanup
Revision
1103 -
Directory Listing
Modified
Sun Mar 18 07:26:43 2007 UTC
(17 years, 5 months ago)
by
persson
* implemented add and remove region
* fixed crash in DimRegionChooser for instruments without regions
Revision
1101 -
Directory Listing
Modified
Sat Mar 17 17:46:09 2007 UTC
(17 years, 5 months ago)
by
schoenebeck
* implemented creating a new .gig file
(Menu->File->New)
* implemented adding a new instrument
(right-click popup in instruments treeview)
* implemented removing an instrument
(right-click popup in instruments treeview)
Revision
1100 -
Directory Listing
Modified
Sat Mar 17 09:20:19 2007 UTC
(17 years, 5 months ago)
by
persson
* code refactoring: dimregion editor and parameter editors extracted
to separate files.
* loading progress dialog now also shown when filename is given as
argument
Revision
1097 -
Directory Listing
Modified
Wed Mar 14 23:19:26 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* implemented renaming of samples, groups and instruments
Revision
1096 -
Directory Listing
Modified
Tue Mar 13 17:14:38 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* implemented drag&drop samples tree view -> dimension region sample text
entry field, to allow assigning / changing samples of dimension regions
Revision
1094 -
Directory Listing
Modified
Sun Mar 11 17:47:21 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
- fixed previously mentioned crash, root cause is yet to be fixed in libgig
(seems as not all RIFF chunks are deleted yet when calling
gig::File::DeleteSample())
Revision
1092 -
Directory Listing
Modified
Sun Mar 11 15:21:58 2007 UTC
(17 years, 6 months ago)
by
persson
* implemented editing of dimension region upper limits
Revision
1091 -
Directory Listing
Modified
Sat Mar 10 21:01:36 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* sample import works now (also tested with gigextract afterwards),
there's however one bug left: adding samples, removing them again
and then issueing 'Save' will cause a crash
Revision
1090 -
Directory Listing
Modified
Sat Mar 10 17:08:15 2007 UTC
(17 years, 6 months ago)
by
persson
* implemented resizing of regions
Revision
1089 -
Directory Listing
Modified
Sat Mar 10 08:58:30 2007 UTC
(17 years, 6 months ago)
by
persson
* handle strange gigs with unused dimensions with bits == 0
Revision
1088 -
Directory Listing
Modified
Sat Mar 10 08:16:38 2007 UTC
(17 years, 6 months ago)
by
persson
* fixed scrollbar behaviour on sample and instrument lists
Revision
1087 -
Directory Listing
Modified
Fri Mar 9 19:45:45 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* coarsely finished 'Sample Add' feature: works non-destructive, that is
samples are just queued to be imported and the heavy task of resizing the
.gig file physically and importing the sample data is done when 'Save' is
issued (Note however: unfortunately it seems to crash yet when calling
'Save')
Revision
1086 -
Directory Listing
Modified
Thu Mar 8 19:30:44 2007 UTC
(17 years, 6 months ago)
by
persson
- added Christian to AUTHORS
Revision
1085 -
Directory Listing
Modified
Thu Mar 8 19:18:23 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
- started to implement "Add Samples" function
(not yet fully working though)
Revision
1084 -
Directory Listing
Modified
Thu Mar 8 16:47:15 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* implemented "Remove" operation in right-click popup on
samples and groups (in samples tree view)
Note: you need latest CVS version of libgig for this to work!
Revision
1082 -
Directory Listing
Modified
Thu Mar 8 01:43:18 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* added right-click popup for sample list view
(only item "Add Group" implemented yet)
Revision
1080 -
Directory Listing
Modified
Tue Mar 6 23:16:18 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* listview on the left is now tabbed into "Instruments" and new: "Samples",
the latter are displayed in their respective sample group
Revision
1078 -
Directory Listing
Modified
Tue Mar 6 20:15:23 2007 UTC
(17 years, 6 months ago)
by
persson
- the width for dimension labels is now dynamic
Revision
1077 -
Directory Listing
Modified
Tue Mar 6 18:34:47 2007 UTC
(17 years, 6 months ago)
by
persson
- added strings for "smart midi" and "round robin keyboard" dimensions
Revision
1075 -
Directory Listing
Modified
Tue Mar 6 01:17:03 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* instrument menu items are now mutual exclusive radio menu items
Revision
1074 -
Directory Listing
Modified
Mon Mar 5 20:55:15 2007 UTC
(17 years, 6 months ago)
by
persson
- updated translation
Revision
1073 -
Directory Listing
Modified
Mon Mar 5 20:48:23 2007 UTC
(17 years, 6 months ago)
by
persson
- Yet another gettext fix (final?). Now intltool is back. I
misunderstood, the intltool package is not needed at build time.
Revision
1072 -
Directory Listing
Modified
Mon Mar 5 20:01:15 2007 UTC
(17 years, 6 months ago)
by
persson
- more gettext experiments: intltool is back in autogen.sh because it
has a nicer po/Makefile.in.in. IT_PO_SUBDIR is used instead of
IT_PROG_INTLTOOL so intltool isn't required by configure.
Revision
1071 -
Directory Listing
Modified
Mon Mar 5 17:58:24 2007 UTC
(17 years, 6 months ago)
by
persson
* added support for gig v3 custom split points
Revision
1069 -
Directory Listing
Modified
Sun Mar 4 22:00:46 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
* added new Menu "Instruments" where one of the loaded .gig files
instrument can be selected (note: this Menu only appears when a .gig file
is loaded)
Revision
1068 -
Directory Listing
Modified
Sun Mar 4 21:03:18 2007 UTC
(17 years, 6 months ago)
by
persson
- removed intltool dependency completely
Revision
1067 -
Directory Listing
Modified
Sun Mar 4 15:36:28 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
- added KDevelop project file
Revision
1066 -
Directory Listing
Modified
Sun Mar 4 14:49:30 2007 UTC
(17 years, 6 months ago)
by
schoenebeck
- just minor automake / autoconf fix (moved check for intltool from
configure.ac to autogen.sh, since intltool is only needed at autogen.sh
stage anyway)
Revision
1061 -
Directory Listing
Modified
Sat Mar 3 12:20:08 2007 UTC
(17 years, 6 months ago)
by
persson
This commit was generated by cvs2svn to compensate for changes in r1060,
which included commits to RCS files with non-trunk default branches.
Revision
1059 -
Directory Listing
Modified
Sat Mar 3 12:20:07 2007 UTC
(17 years, 6 months ago)
by
persson
Removed files committed by mistake
Revision
1057 -
Directory Listing
Modified
Sat Mar 3 12:20:05 2007 UTC
(17 years, 6 months ago)
by
persson
Initial revision
Revision
1055 -
Directory Listing
Modified
Sat Mar 3 12:20:03 2007 UTC
(17 years, 6 months ago)
by
persson
Initial revision
Revision
1053 -
Directory Listing
Modified
Sat Mar 3 12:20:01 2007 UTC
(17 years, 6 months ago)
by
persson
This commit was generated by cvs2svn to compensate for changes in r1052,
which included commits to RCS files with non-trunk default branches.
Revision
1052 -
Directory Listing
Modified
Sat Mar 3 12:20:01 2007 UTC
(17 years, 6 months ago)
by
persson
Initial revision
Revision
1051 -
Directory Listing
Added
Sat Mar 3 12:20:01 2007 UTC
(17 years, 6 months ago)
by
(unknown author)
Standard project directories initialized by cvs2svn.