/[svn]/gigedit/trunk/ChangeLog
ViewVC logotype

Log of /gigedit/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3627 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 14:34:32 2019 UTC (4 years, 5 months ago) by schoenebeck
File length: 26291 byte(s)
Diff to previous 3624 , to selected 3621
* Increased crossfade curve preview dimensions
  (280px X 80px -> 500px X 100px).


Revision 3624 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 2 17:11:30 2019 UTC (4 years, 5 months ago) by schoenebeck
File length: 26205 byte(s)
Diff to previous 3621
* GIG SOUND FORMAT EXTENSION: Added combo box for selecting a wave form
  type for each one of the 3 LFOs (i.e. for overriding the default LFO
  sine wave form to either triangle, saw or square instead).

* GIG SOUND FORMAT EXTENSION: Added slider for each one of the 3 LFOs
  for altering the phase displacement of the respective LFO (that is
  for moving the LFO's start level horizontally on the time axis).

* GIG SOUND FORMAT EXTENSION: Added checkbox "Flip Phase" to LFO 3
  (the original Gigasampler/GigaStudio software only supported that
  option for LFO 1 and LFO 2).

* Bumped version (1.1.1.svn3).


Revision 3621 - (view) (download) (annotate) - [selected]
Modified Tue Oct 1 16:27:13 2019 UTC (4 years, 5 months ago) by schoenebeck
File length: 25611 byte(s)
Diff to previous 3619
* Script Editor: Show warning message in status line if Gigedit was
  compiled without liblinuxsampler support (to make user aware about
  limited features due to that).


Revision 3619 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 1 16:21:28 2019 UTC (4 years, 5 months ago) by schoenebeck
File length: 25451 byte(s)
Diff to previous 3566 , to selected 3621
* Require C++11 compliant compiler.
* Draw LFO curves according to settings for each one of the 3 LFOs.
* Added 2 new tabs (a 3rd tab for "Amp" and a 3rd tab for "Filter").
* Shortened "Amplitude" -> "Amp" on tabs (to save space).
* Increased default window width 865px -> 960px.
* Bumped version (1.1.1.svn2).


Revision 3566 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 24 13:42:17 2019 UTC (4 years, 7 months ago) by schoenebeck
File length: 25161 byte(s)
Diff to previous 3540 , to selected 3621
* Script Editor: Added syntax highlighting support for standard measurement
  units (and their potential metric prefix).
* Bumped version (1.1.1.svn1).


Revision 3540 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 27 18:50:28 2019 UTC (4 years, 8 months ago) by schoenebeck
File length: 25012 byte(s)
Diff to previous 3489 , to selected 3621
* Preparations for new release (Gigedit 1.1.1).


Revision 3489 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 3 09:08:20 2019 UTC (5 years ago) by persson
File length: 25007 byte(s)
Diff to previous 3477 , to selected 3621
* Set gtk settings a bit later to prevent warnings
* Use standard name for gdk pixbuf module file on Mac
* Look for locale files under directory share on Mac
* Support bundled gtk3 on Mac


Revision 3477 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 21 05:52:02 2019 UTC (5 years, 1 month ago) by persson
File length: 24811 byte(s)
Diff to previous 3472 , to selected 3621
* Fix bug that left the main window in a greyed out state after
  opening a small gig file


Revision 3472 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 16 19:56:56 2019 UTC (5 years, 1 month ago) by persson
File length: 24716 byte(s)
Diff to previous 3471 , to selected 3621
* Use std::thread when building with newer glibmm, as Glib::Thread is
  deprecated


Revision 3471 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 16 19:13:37 2019 UTC (5 years, 1 month ago) by persson
File length: 24629 byte(s)
Diff to previous 3470 , to selected 3621
* Fix resource leak: join loader and saver threads after use


Revision 3470 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 14 19:10:49 2019 UTC (5 years, 1 month ago) by persson
File length: 24566 byte(s)
Diff to previous 3469 , to selected 3621
* Refactor code: add common base class for Loader and Saver


Revision 3469 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 12 18:54:58 2019 UTC (5 years, 1 month ago) by persson
File length: 24504 byte(s)
Diff to previous 3462 , to selected 3621
* Fix memory read access bug


Revision 3462 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 3 13:27:28 2019 UTC (5 years, 1 month ago) by persson
File length: 24473 byte(s)
Diff to previous 3461 , to selected 3621
* Fix build on old linux environments
* Enable "silent rules" in build


Revision 3461 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 2 17:53:36 2019 UTC (5 years, 1 month ago) by persson
File length: 24398 byte(s)
Diff to previous 3460 , to selected 3621
* Avoid deprecated sigc++ usage


Revision 3460 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 2 07:48:50 2019 UTC (5 years, 1 month ago) by persson
File length: 24364 byte(s)
Diff to previous 3458 , to selected 3621
* Use GDK Seat API if available to grab pointer
* Improve version checks for pangomm
* Fix the instrument list tooltip handling so it doesn't generate GTK
  assertion error messages
* Use English quotation marks in tooltips instead of German
* Use multiple columns in controller value popups, as tall popup menus
  work really badly in some GTK environments


Revision 3458 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 31 18:43:09 2019 UTC (5 years, 1 month ago) by persson
File length: 23992 byte(s)
Diff to previous 3456 , to selected 3621
* Avoid non-standard offsetof usage (to get rid of gcc warnings)


Revision 3456 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 27 10:07:56 2019 UTC (5 years, 2 months ago) by persson
File length: 23925 byte(s)
Diff to previous 3450 , to selected 3621
* Fixed some compiler warnings


Revision 3450 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 2 16:39:20 2019 UTC (5 years, 2 months ago) by schoenebeck
File length: 23892 byte(s)
Diff to previous 3449 , to selected 3621
* Fixed compiler errors with Gtk 3.24.x (patch by Miroslav Šulc).


Revision 3449 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 23 23:06:56 2018 UTC (5 years, 3 months ago) by schoenebeck
File length: 23823 byte(s)
Diff to previous 3441 , to selected 3621
* GIG SOUND FORMAT EXTENSION: Added combo box "Sustain Release Trigger"
  which can be used to optionally play release trigger samples on sustain
  pedal up.
* GIG SOUND FORMAT EXTENSION: Added check box "No note-off release trigger"
  which allows to disable release trigger samples on regular MIDI note-off.
* Bumped version (1.1.0.svn8).


Revision 3441 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 9 20:48:18 2018 UTC (5 years, 3 months ago) by schoenebeck
File length: 23507 byte(s)
Diff to previous 3419 , to selected 3621
* Added option to save as gig v4 file (File -> Properties).
* Fixed duplicate items in File -> Properties -> "File Format" combo box.
* Bumped version (1.1.0.svn7).


Revision 3419 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 10 12:01:09 2018 UTC (6 years, 1 month ago) by schoenebeck
File length: 23369 byte(s)
Diff to previous 3418 , to selected 3621
* Added global keyboard accelerator Shift + Backspace for dropping all
  script slots from an instrument.
* Bumped version (1.1.0.svn6).


Revision 3418 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 10 11:36:16 2018 UTC (6 years, 1 month ago) by schoenebeck
File length: 23259 byte(s)
Diff to previous 3417 , to selected 3621
* List assigned scripts as colored tooltip when hovering mouse over the
  "Scripts" column in the instruments list.
* Bumped version (1.1.0.svn5).


Revision 3417 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 9 15:29:13 2018 UTC (6 years, 1 month ago) by schoenebeck
File length: 23139 byte(s)
Diff to previous 3409 , to selected 3621
* Extended support for keyboard function keys up to F19.
* Bumped version (1.1.0.svn4).


Revision 3409 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 23 16:30:56 2018 UTC (6 years, 2 months ago) by schoenebeck
File length: 23080 byte(s)
Diff to previous 3408 , to selected 3621
* Added new main menu item "View" -> "Tooltips for Beginners" which allows
  to disable tooltips intended for newbies only (default: on).
* Bumped version (1.1.0.svn3).


Revision 3408 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 19 19:17:41 2018 UTC (6 years, 2 months ago) by schoenebeck
File length: 22938 byte(s)
Diff to previous 3403 , to selected 3621
* Spelling fixes (patch provided by Debian maintainer Jaromír
  Mikeš).


Revision 3403 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 3 13:29:55 2018 UTC (6 years, 2 months ago) by schoenebeck
File length: 22864 byte(s)
Diff to previous 3391 , to selected 3621
* Translation Fix: MacroEditor.cpp and MacrosSetup.cpp were not under
  translation control.
* Bumped version (1.1.0.svn2).


Revision 3391 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 3 16:03:34 2017 UTC (6 years, 3 months ago) by schoenebeck
File length: 22767 byte(s)
Diff to previous 3374 , to selected 3621
* Script Editor: Fixed some minor issues with vertical line number bar
  (which was editable, selectable and incorrectly displayed on new
  scripts).
* Bumped version (1.1.0.svn1).


Revision 3374 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 25 22:24:28 2017 UTC (6 years, 4 months ago) by schoenebeck
File length: 22591 byte(s)
Diff to previous 3368 , to selected 3621
* Preparations for new release (Gigedit 1.1.0).


Revision 3368 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 16 19:18:42 2017 UTC (6 years, 4 months ago) by schoenebeck
File length: 22585 byte(s)
Diff to previous 3364 , to selected 3621
* Visual cosmetics on Gtk 3.
* Script Editor: Use consistent font size on all screens and DPI settings.
* Bumped version (1.0.0.svn65).


Revision 3364 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 14 18:07:25 2017 UTC (6 years, 4 months ago) by schoenebeck
File length: 22477 byte(s)
Diff to previous 3363 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 28 11:20:46 2017 UTC (6 years, 5 months ago) by schoenebeck
File length: 22231 byte(s)
Diff to previous 3353 , to selected 3621
* Raised max. pitchbend range to 48 semi tones.
* Bumped version (1.0.0.svn63).


Revision 3353 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 7 18:03:58 2017 UTC (6 years, 5 months ago) by schoenebeck
File length: 22181 byte(s)
Diff to previous 3340 , to selected 3621
* Debian: Raised Debian compatibility level to Debian 9 "Stretch".


Revision 3340 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 31 11:20:18 2017 UTC (6 years, 7 months ago) by schoenebeck
File length: 22112 byte(s)
Diff to previous 3339 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 30 18:57:35 2017 UTC (6 years, 7 months ago) by schoenebeck
File length: 21714 byte(s)
Diff to previous 3329 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 23 18:31:53 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 21087 byte(s)
Diff to previous 3314 , to selected 3621
* 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 3314 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 18 22:00:56 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 20949 byte(s)
Diff to previous 3310 , to selected 3621
* Script Editor: Right aligned line numbers.
* Script Editor: Fixed font readability issue on Mac.
* Bumped version (1.0.0.svn59).


Revision 3310 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 15 12:02:21 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 20846 byte(s)
Diff to previous 3307 , to selected 3621
* Script Editor: Show line numbers.
* Bumped version (1.0.0.svn58).


Revision 3307 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 11 23:06:38 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 20808 byte(s)
Diff to previous 3305 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 10 20:27:44 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 20672 byte(s)
Diff to previous 3300 , to selected 3621
* Draw icons on individual dimension region zones, similar to
  the icons already been drawn on regions.
* Bumped version (1.0.0.svn56).


Revision 3300 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 9 18:15:02 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 20563 byte(s)
Diff to previous 3299 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 9 12:44:59 2017 UTC (6 years, 8 months ago) by schoenebeck
File length: 20281 byte(s)
Diff to previous 3286 , to selected 3621
* 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 3286 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 22 10:54:10 2017 UTC (6 years, 9 months ago) by schoenebeck
File length: 19968 byte(s)
Diff to previous 3261 , to selected 3621
* Script Editor: strike through code blocks filtered out by the
  preprocessor.
* Visual refinements of hatched patterns.
* Bumped version (1.0.0.svn53).


Revision 3261 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 31 21:11:56 2017 UTC (6 years, 9 months ago) by schoenebeck
File length: 19888 byte(s)
Diff to previous 3258 , to selected 3621
* Script Editor: only if compiled without liblinuxsampler; added support
  for new NKSP language keyword "synchronized".


Revision 3258 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 30 20:17:12 2017 UTC (6 years, 9 months ago) by schoenebeck
File length: 19763 byte(s)
Diff to previous 3225 , to selected 3621
* Mac fix: Make sure app window appears in front of all other apps.
* Bumped version (1.0.0.svn52).


Revision 3225 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 26 22:10:16 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 19693 byte(s)
Diff to previous 3206 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 25 10:50:08 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 19516 byte(s)
Diff to previous 3197 , to selected 3621
* Script Editor: Fixed Gtk crash while entering a variety of
  ill formed code like unterminated string literals.
* Bumped version (1.0.0.svn50).


Revision 3197 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 20 17:15:36 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 19398 byte(s)
Diff to previous 3192 , to selected 3621
* Instruments list view: show amount of real-time instruments scripts used
  by instrument.
* Bumped version (1.0.0.svn49).


Revision 3192 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 19 18:09:37 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 19302 byte(s)
Diff to previous 3187 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 17 16:14:20 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18974 byte(s)
Diff to previous 3177 , to selected 3621
* 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 3177 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 11 20:59:46 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18859 byte(s)
Diff to previous 3176 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 11 11:36:33 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18643 byte(s)
Diff to previous 3174 , to selected 3621
* Macros Setup: Implemented duplicating macros.
* Bumped version (1.0.0.svn44).


Revision 3174 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 10 23:10:37 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18594 byte(s)
Diff to previous 3170 , to selected 3621
* "Macro" main menu section: show macro comments as tooltip.
* Macro Editor: Display demangled C++ type names.
* Bumped version (1.0.0.svn43).


Revision 3170 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 10 21:21:14 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18479 byte(s)
Diff to previous 3158 , to selected 3621
* 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 3158 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 8 18:05:35 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18312 byte(s)
Diff to previous 3157 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 8 17:30:10 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18380 byte(s)
Diff to previous 3154 , to selected 3621
* 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 3154 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 6 13:46:14 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18227 byte(s)
Diff to previous 3148 , to selected 3621
* 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 3148 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 4 11:47:45 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 18118 byte(s)
Diff to previous 3147 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 3 21:23:16 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 17999 byte(s)
Diff to previous 3144 , to selected 3621
* Dimension Region Chooser: Mark all zones auto selected by check box trio
  with gray hatched pattern.
* Bumped version (1.0.0.svn33).


Revision 3144 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 3 19:00:11 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 17891 byte(s)
Diff to previous 3134 , to selected 3621
* Implemented copy & paste of DimensionRegion (with Alt+c and Alt+v).
* Bumped version (1.0.0.svn32).


Revision 3134 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 28 12:41:12 2017 UTC (6 years, 11 months ago) by schoenebeck
File length: 17819 byte(s)
Diff to previous 3131 , to selected 3621
* 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 3131 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 27 17:28:01 2017 UTC (6 years, 11 months ago) by schoenebeck
File length: 17682 byte(s)
Diff to previous 3123 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 25 20:45:54 2017 UTC (6 years, 11 months ago) by schoenebeck
File length: 17340 byte(s)
Diff to previous 3116 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 15 20:21:41 2017 UTC (6 years, 11 months ago) by schoenebeck
File length: 16902 byte(s)
Diff to previous 3106 , to selected 3621
* Fixed crash on saving file if a sample was requested to be
  replaced twice by the user.
* Bumped version (1.0.0.svn28).


Revision 3106 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 11 17:04:48 2017 UTC (7 years, 1 month ago) by schoenebeck
File length: 16807 byte(s)
Diff to previous 3105 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 10 18:40:26 2017 UTC (7 years, 1 month ago) by schoenebeck
File length: 16683 byte(s)
Diff to previous 3089 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 15 19:18:39 2017 UTC (7 years, 2 months ago) by schoenebeck
File length: 16433 byte(s)
Diff to previous 3033 , to selected 3621
* 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 3033 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 30 17:02:51 2016 UTC (7 years, 4 months ago) by persson
File length: 16252 byte(s)
Diff to previous 3021 , to selected 3621
* windows: look for the data directory in the parent of the dll
  directory, if the dll directory is called "32" or "64"


Revision 3021 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 23 07:24:40 2016 UTC (7 years, 5 months ago) by persson
File length: 16125 byte(s)
Diff to previous 2994 , to selected 3621
* windows, 32-bit: fixed crashes by making sure the stack in sub
  threads is 16-byte aligned


Revision 2994 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 24 23:34:37 2016 UTC (7 years, 6 months ago) by schoenebeck
File length: 16027 byte(s)
Diff to previous 2991 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 24 15:08:37 2016 UTC (7 years, 6 months ago) by schoenebeck
File length: 15844 byte(s)
Diff to previous 2976 , to selected 3621
* Show sample group name and CRC-32 checksum on "Sample" tab.
* Bumped version (1.0.0.svn22).


Revision 2976 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 28 06:47:25 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 15780 byte(s)
Diff to previous 2975 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 22 18:14:29 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 15655 byte(s)
Diff to previous 2967 , to selected 3621
* Script Editor: Fixed crash on Ctrl + A, followed by Del.
* Bumped version (1.0.0.svn20).


Revision 2967 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 18 11:22:38 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 15594 byte(s)
Diff to previous 2956 , to selected 3621
* 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 2956 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 16 15:31:47 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 15438 byte(s)
Diff to previous 2928 , to selected 3621
* Script Editor: Added "Font Size ..." to editor's menu.
* Bumped version (1.0.0.svn18).


Revision 2928 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 1 14:09:25 2016 UTC (7 years, 8 months ago) by schoenebeck
File length: 15369 byte(s)
Diff to previous 2919 , to selected 3621
* 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 2919 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 11:37:31 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 15230 byte(s)
Diff to previous 2918 , to selected 3621
* Fixed crash after changing a dimension type with the dimension manager
  dialog.
* Bumped version (1.0.0.svn15).


Revision 2918 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 10:10:25 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 15143 byte(s)
Diff to previous 2903 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 3 14:08:34 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 15003 byte(s)
Diff to previous 2901 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 2 16:10:56 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 14806 byte(s)
Diff to previous 2899 , to selected 3621
* Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S)
  and "Close" (Ctrl-X).
* Bumped version (1.0.0.svn12).


Revision 2899 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 2 14:36:40 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 14704 byte(s)
Diff to previous 2898 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 21:17:42 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 14570 byte(s)
Diff to previous 2897 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 1 20:20:06 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 14430 byte(s)
Diff to previous 2895 , to selected 3621
* 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 2895 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 30 14:42:37 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 14269 byte(s)
Diff to previous 2893 , to selected 3621
- Minor update to Changelog.


Revision 2893 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 29 14:19:53 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 14327 byte(s)
Diff to previous 2891 , to selected 3621
* Automatically save & restore window size and position
  (yet limited to main window and script editor window).
* Bumped version (1.0.0.svn6).


Revision 2891 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 26 17:42:26 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 14210 byte(s)
Diff to previous 2890 , to selected 3621
* User settings are now automatically saved and restored.
* Bumped version (1.0.0.svn5).


Revision 2890 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 25 17:35:21 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 14150 byte(s)
Diff to previous 2887 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 22 17:10:51 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 13992 byte(s)
Diff to previous 2886 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 22 15:55:08 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 13875 byte(s)
Diff to previous 2877 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 15 13:45:12 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 13645 byte(s)
Diff to previous 2845 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 20 10:18:22 2015 UTC (8 years, 6 months ago) by persson
File length: 13470 byte(s)
Diff to previous 2844 , to selected 3621
* avoid using gtk stock items, as they are deprecated in gtk 3.10


Revision 2844 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 20 08:49:40 2015 UTC (8 years, 6 months ago) by persson
File length: 13402 byte(s)
Diff to previous 2841 , to selected 3621
* allow building with gtkmm 2 and G/GDK/GTK_DISABLE_DEPRECATED


Revision 2841 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 30 10:00:49 2015 UTC (8 years, 7 months ago) by persson
File length: 13394 byte(s)
Diff to previous 2795 , to selected 3621
* allow building with G_DISABLE_DEPRECATED
* fixed building without liblinuxsampler on Mac
* fixed some compiler and cppcheck warnings


Revision 2795 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 17 12:06:00 2015 UTC (8 years, 8 months ago) by schoenebeck
File length: 13233 byte(s)
Diff to previous 2773 , to selected 3621
* Preparations for new release (Gigedit 1.0.0).


Revision 2773 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 12 17:57:52 2015 UTC (8 years, 9 months ago) by schoenebeck
File length: 13226 byte(s)
Diff to previous 2772 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 11 20:29:22 2015 UTC (8 years, 9 months ago) by schoenebeck
File length: 13029 byte(s)
Diff to previous 2720 , to selected 3621
* 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 2720 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 1 15:43:42 2015 UTC (9 years ago) by schoenebeck
File length: 12854 byte(s)
Diff to previous 2715 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 20 18:48:15 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 12672 byte(s)
Diff to previous 2701 , to selected 3621
* Implemented replacing of existing samples.


Revision 2701 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 12 23:28:04 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 12625 byte(s)
Diff to previous 2697 , to selected 3621
* Implemented reordering of instruments by drag & drop.


Revision 2697 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 11 16:39:22 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 12567 byte(s)
Diff to previous 2696 , to selected 3621
* Fixed instruments, samples and scripts to appear twice after save.


Revision 2696 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 6 18:12:51 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 12496 byte(s)
Diff to previous 2691 , to selected 3621
- Forgot to commit ChangeLog change with previous commit.


Revision 2691 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 4 19:46:54 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 12276 byte(s)
Diff to previous 2690 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 4 18:36:42 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 12082 byte(s)
Diff to previous 2689 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 4 17:19:19 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 11881 byte(s)
Diff to previous 2683 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 29 16:30:21 2014 UTC (9 years, 3 months ago) by schoenebeck
File length: 11684 byte(s)
Diff to previous 2644 , to selected 3621
* Fixed potential crash if exception was thrown while opening a gig file.
* Added progress bar while saving a gig file.


Revision 2644 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 17 22:55:02 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 11541 byte(s)
Diff to previous 2641 , to selected 3621
* Script Tree: Double click opens script editor.


Revision 2641 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 15:24:54 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 11490 byte(s)
Diff to previous 2626 , to selected 3621
* 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 2626 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 12 15:12:00 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 11298 byte(s)
Diff to previous 2625 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 21:22:24 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 10923 byte(s)
Diff to previous 2624 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 20:26:26 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 10716 byte(s)
Diff to previous 2623 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 11 20:23:28 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 10528 byte(s)
Diff to previous 2610 , to selected 3621
- Forgot to commit ChangeLog with previous commit.


Revision 2610 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 8 19:09:26 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 10350 byte(s)
Diff to previous 2604 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 7 22:34:31 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 10148 byte(s)
Diff to previous 2562 , to selected 3621
* 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 2562 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 19 18:06:57 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 9911 byte(s)
Diff to previous 2560 , to selected 3621
* 'Dimension Manager' dialog: added support for viewing and editing
  dimensions of all regions simultaniously.


Revision 2560 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 18 18:55:29 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 9795 byte(s)
Diff to previous 2558 , to selected 3621
* File Property Dialog: allow viewing and altering the Giga file format
  version (by combo box).


Revision 2558 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 17 23:55:30 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 9693 byte(s)
Diff to previous 2556 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 16 23:19:23 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 9427 byte(s)
Diff to previous 2548 , to selected 3621
* 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 2548 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 13 12:17:43 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 9223 byte(s)
Diff to previous 2541 , to selected 3621
* 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 2541 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 23 16:49:05 2014 UTC (9 years, 11 months ago) by schoenebeck
File length: 8950 byte(s)
Diff to previous 2538 , to selected 3621
* 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 2538 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 22 16:13:50 2014 UTC (9 years, 11 months ago) by schoenebeck
File length: 8681 byte(s)
Diff to previous 2536 , to selected 3621
* 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 2536 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 21 17:49:17 2014 UTC (9 years, 11 months ago) by schoenebeck
File length: 8495 byte(s)
Diff to previous 2507 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 12 19:37:55 2014 UTC (10 years, 2 months ago) by persson
File length: 8151 byte(s)
Diff to previous 2476 , to selected 3621
* added dialog for editing the CtrlTrigger and Legato midi rules


Revision 2476 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 16 13:20:46 2013 UTC (10 years, 6 months ago) by schoenebeck
File length: 8084 byte(s)
Diff to previous 2474 , to selected 3621
* show build date and libgig version number in about dialog


Revision 2474 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 15 18:16:21 2013 UTC (10 years, 6 months ago) by schoenebeck
File length: 8022 byte(s)
Diff to previous 2470 , to selected 3621
* Mac OS X: try to launch the GUI on the process's "main" thread


Revision 2470 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 15 13:31:04 2013 UTC (10 years, 6 months ago) by persson
File length: 7955 byte(s)
Diff to previous 2466 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 03:02:48 2013 UTC (10 years, 6 months ago) by schoenebeck
File length: 7724 byte(s)
Diff to previous 2464 , to selected 3621
* import 'fine tune' when importing samples with libsndfile


Revision 2464 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 00:49:13 2013 UTC (10 years, 6 months ago) by schoenebeck
File length: 7662 byte(s)
Diff to previous 2462 , to selected 3621
* copying sample informations automatically may now be disabled from the
  new "Edit" main menu


Revision 2462 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 4 20:23:05 2013 UTC (10 years, 6 months ago) by schoenebeck
File length: 7562 byte(s)
Diff to previous 2446 , to selected 3621
* show dimension zone start and end as numeric text labels


Revision 2446 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 15:40:43 2013 UTC (10 years, 11 months ago) by persson
File length: 7501 byte(s)
Diff to previous 2445 , to selected 3621
* use character encoding Windows-1252 for all strings in gig files


Revision 2445 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 28 06:07:22 2013 UTC (10 years, 11 months ago) by persson
File length: 7432 byte(s)
Diff to previous 2442 , to selected 3621
* fixed name entry field in instrument properties window


Revision 2442 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 14 07:29:59 2013 UTC (10 years, 11 months ago) by persson
File length: 7373 byte(s)
Diff to previous 2430 , to selected 3621
* made sure the instruments menu is updated when instruments are
  added, removed or renamed


Revision 2430 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 3 17:26:11 2013 UTC (11 years ago) by persson
File length: 7276 byte(s)
Diff to previous 2423 , to selected 3621
* cross fade graph: draw curves of all layers in the same graph


Revision 2423 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 24 15:19:39 2013 UTC (11 years, 1 month ago) by persson
File length: 7210 byte(s)
Diff to previous 2398 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 13 09:14:29 2013 UTC (11 years, 2 months ago) by persson
File length: 6858 byte(s)
Diff to previous 2395 , to selected 3621
* fixed import of 32 bit float wav files


Revision 2395 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 7 23:35:08 2013 UTC (11 years, 2 months ago) by schoenebeck
File length: 6815 byte(s)
Diff to previous 2392 , to selected 3621
* added "Duplicate Instrument" function


Revision 2392 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 7 20:41:16 2013 UTC (11 years, 2 months ago) by persson
File length: 6773 byte(s)
Diff to previous 2366 , to selected 3621
* added graphical curves for velocity response and crossfade


Revision 2366 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 8 17:21:48 2012 UTC (11 years, 6 months ago) by persson
File length: 6710 byte(s)
Diff to previous 2359 , to selected 3621
* modernized configure script


Revision 2359 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 5 13:21:12 2012 UTC (11 years, 7 months ago) by persson
File length: 6678 byte(s)
Diff to previous 2344 , to selected 3621
* fixed building on Debian testing (#186)


Revision 2344 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 29 16:15:45 2012 UTC (11 years, 11 months ago) by persson
File length: 6634 byte(s)
Diff to previous 2325 , to selected 3621
* gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3


Revision 2325 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 4 09:01:40 2012 UTC (12 years ago) by persson
File length: 6564 byte(s)
Diff to previous 2246 , to selected 3621
* added support for new glibmm threads API


Revision 2246 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 19 10:55:41 2011 UTC (12 years, 7 months ago) by persson
File length: 6519 byte(s)
Diff to previous 2169 , to selected 3621
* 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 2169 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 6 07:51:04 2011 UTC (13 years ago) by persson
File length: 6314 byte(s)
Diff to previous 2151 , to selected 3621
* ported to gtkmm 3, keeping compatibility with gtkmm 2


Revision 2151 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 21 12:38:41 2010 UTC (13 years, 4 months ago) by persson
File length: 6256 byte(s)
Diff to previous 2134 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 28 20:11:15 2010 UTC (13 years, 6 months ago) by persson
File length: 6084 byte(s)
Diff to previous 2129 , to selected 3621
* minor Makefile fix for parallel make


Revision 2129 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 25 13:57:22 2010 UTC (13 years, 6 months ago) by persson
File length: 6043 byte(s)
Diff to previous 1959 , to selected 3621
* minor fix in configure for cross-compiling


Revision 1959 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 31 10:15:27 2009 UTC (14 years, 8 months ago) by persson
File length: 5974 byte(s)
Diff to previous 1898 , to selected 3621
* preparations for release 0.2.0


Revision 1898 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 10 09:35:56 2009 UTC (14 years, 10 months ago) by persson
File length: 5968 byte(s)
Diff to previous 1877 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 27 12:18:12 2009 UTC (15 years ago) by schoenebeck
File length: 5758 byte(s)
Diff to previous 1853 , to selected 3621
* updated LinuxSampler plugin of gigedit to the latest liblinuxsampler
  C++ API changes


Revision 1853 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 1 22:26:36 2009 UTC (15 years, 1 month ago) by schoenebeck
File length: 5665 byte(s)
Diff to previous 1831 , to selected 3621
* bugfix: inform the sampler when new file(s) has been imported on save
  operation (#82)


Revision 1831 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 3 19:38:19 2009 UTC (15 years, 1 month ago) by persson
File length: 5571 byte(s)
Diff to previous 1824 , to selected 3621
* made all visible strings translatable


Revision 1824 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 10 11:47:00 2009 UTC (15 years, 2 months ago) by schoenebeck
File length: 5529 byte(s)
Diff to previous 1809 , to selected 3621
* added rpm packaging file
  (patch by Devin Anderson, slightly modified, fixes #88)


Revision 1809 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 14 15:52:10 2008 UTC (15 years, 3 months ago) by persson
File length: 5440 byte(s)
Diff to previous 1799 , to selected 3621
* fixes for building the plugin with MinGW


Revision 1799 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 6 13:49:26 2008 UTC (15 years, 3 months ago) by persson
File length: 5395 byte(s)
Diff to previous 1798 , to selected 3621
* minor gui fix: made multi line lables expand to use full width


Revision 1798 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 4 20:35:33 2008 UTC (15 years, 3 months ago) by persson
File length: 5328 byte(s)
Diff to previous 1793 , to selected 3621
* bugfix: when a stereo sample is replaced, make sure both zones of
  the sample channel dimension get updated with the new sample


Revision 1793 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 16 19:23:57 2008 UTC (15 years, 4 months ago) by persson
File length: 5193 byte(s)
Diff to previous 1733 , to selected 3621
* fixed configure check for libsndfile loop support


Revision 1733 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 3 09:54:36 2008 UTC (15 years, 10 months ago) by persson
File length: 5139 byte(s)
Diff to previous 1725 , to selected 3621
* allow to create amounts of dimension zones that aren't powers of two
  (patch by Devin Anderson, #89, slightly modified)


Revision 1725 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 26 08:52:15 2008 UTC (15 years, 11 months ago) by persson
File length: 4990 byte(s)
Diff to previous 1714 , to selected 3621
* the "Add Samples" dialog now remembers current directory (patch by
  Devin Anderson, fixes #81)


Revision 1714 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 6 20:50:04 2008 UTC (16 years ago) by persson
File length: 4888 byte(s)
Diff to previous 1679 , to selected 3621
* fixed compilation with gcc 4.3


Revision 1679 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 12 14:13:46 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 4853 byte(s)
Diff to previous 1677 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 10 08:50:35 2008 UTC (16 years, 1 month ago) by persson
File length: 4679 byte(s)
Diff to previous 1673 , to selected 3621
* bugfix: dimension manager window didn't update when another region
  was selected (#78)


Revision 1673 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 6 22:08:29 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 4585 byte(s)
Diff to previous 1661 , to selected 3621
* added "replace all samples" function to samples popup menu
  (patch by Anders Dahnielson, a bit extended, fixes #73)


Revision 1661 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 3 14:10:47 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 4462 byte(s)
Diff to previous 1660 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 3 00:19:55 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 4249 byte(s)
Diff to previous 1656 , to selected 3621
* 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 1656 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 2 08:18:19 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 4173 byte(s)
Diff to previous 1654 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 30 02:20:48 2008 UTC (16 years, 2 months ago) by schoenebeck
File length: 3768 byte(s)
Diff to previous 1645 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 19 20:07:39 2008 UTC (16 years, 2 months ago) by schoenebeck
File length: 3666 byte(s)
Diff to previous 1623 , to selected 3621
* 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 1623 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 4 19:42:45 2008 UTC (16 years, 2 months ago) by persson
File length: 3474 byte(s)
Diff to previous 1582 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 8 12:28:53 2007 UTC (16 years, 3 months ago) by persson
File length: 3114 byte(s)
Diff to previous 1562 , to selected 3621
* fixed file properties dialog - properties can now be edited


Revision 1562 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 18:30:40 2007 UTC (16 years, 3 months ago) by persson
File length: 3027 byte(s)
Diff to previous 1533 , to selected 3621
* preparations for release 0.1.1


Revision 1533 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 1 10:21:07 2007 UTC (16 years, 4 months ago) by persson
File length: 3021 byte(s)
Diff to previous 1456 , to selected 3621
* 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 1456 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 21 15:32:36 2007 UTC (16 years, 5 months ago) by persson
File length: 2810 byte(s)
Diff to previous 1441 , to selected 3621
* 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 1441 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 15 20:02:33 2007 UTC (16 years, 5 months ago) by persson
File length: 2622 byte(s)
Diff to previous 1411 , to selected 3621
- preparations for release 0.1.0


Revision 1411 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 12 17:46:29 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 2612 byte(s)
Diff to previous 1396 , to selected 3621
* 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 1396 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 10 15:48:54 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 2388 byte(s)
Diff to previous 1322 , to selected 3621
* gettext is now an optional dependency
* added Dev-C++ project files for Windows


Revision 1322 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 4 11:04:56 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 2294 byte(s)
Diff to previous 1303 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 26 09:29:52 2007 UTC (16 years, 7 months ago) by persson
File length: 2153 byte(s)
Diff to previous 1300 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 24 19:11:41 2007 UTC (16 years, 7 months ago) by schoenebeck
File length: 1916 byte(s)
Diff to previous 1265 , to selected 3621
* start with a new gig file by default
* fixed minor compilation error


Revision 1265 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 29 13:44:59 2007 UTC (16 years, 8 months ago) by persson
File length: 1875 byte(s)
Diff to previous 1263 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 22 15:12:51 2007 UTC (16 years, 8 months ago) by persson
File length: 1705 byte(s)
Diff to previous 1262 , to selected 3621
- forgot to comment the octave numbers in ChangeLog


Revision 1262 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 22 15:07:08 2007 UTC (16 years, 8 months ago) by persson
File length: 1610 byte(s)
Diff to previous 1261 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 5 17:12:20 2007 UTC (16 years, 8 months ago) by persson
File length: 1445 byte(s)
Diff to previous 1236 , to selected 3621
* 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 1236 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 16 11:28:29 2007 UTC (16 years, 9 months ago) by persson
File length: 1118 byte(s)
Diff to previous 1226 , to selected 3621
* added quick start documentation by Alexander Methke


Revision 1226 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 11:01:16 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 1062 byte(s)
Diff to previous 1213 , to selected 3621
* revised directories to a more automake-friendly structure
  to avoid compilation and install errors


Revision 1213 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 30 00:14:05 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 944 byte(s)
Diff to previous 1185 , to selected 3621
* 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 1185 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 13 14:09:20 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 676 byte(s)
Diff to previous 1159 , to selected 3621
* allow to resize dimension zones even when the respective dimension has
  no custom dimension splits yet


Revision 1159 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 13 17:57:26 2007 UTC (16 years, 11 months ago) by persson
File length: 566 byte(s)
Diff to previous 1156 , to selected 3621
* improved labels in dimension region editor
* use normal layout for checkboxes


Revision 1156 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 11 21:36:30 2007 UTC (16 years, 11 months ago) by schoenebeck
File length: 482 byte(s)
Diff to previous 1152 , to selected 3621
* implemented sample loop editing


Revision 1152 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 9 18:52:39 2007 UTC (16 years, 11 months ago) by schoenebeck
File length: 446 byte(s)
Diff to previous 1150 , to selected 3621
* added Makefile.cvs (just for standard compliance with other projects)
* added Debian packaging infrastructure


Revision 1150 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 8 00:14:17 2007 UTC (16 years, 11 months ago) by schoenebeck
File length: 330 byte(s)
Diff to previous 1138 , to selected 3621
* restructured dimension region editor for elements to be in a more
  logical and intuitive order


Revision 1138 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 31 09:33:40 2007 UTC (17 years ago) by persson
File length: 228 byte(s)
Diff to previous 1134 , to selected 3621
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 26 17:13:36 2007 UTC (17 years ago) by schoenebeck
File length: 151 byte(s)
Diff to previous 1127 , to selected 3621
* added German translation


Revision 1127 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 25 07:16:01 2007 UTC (17 years ago) by persson
File length: 122 byte(s)
Diff to previous 1119 , to selected 3621
* fixed compilation with older gcc versions


Revision 1119 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 14:04:30 2007 UTC (17 years ago) by persson
File length: 57 byte(s)
Diff to previous 1053 , to selected 3621
* wrote ChangeLog and NEWS
* removed some verbose logging


Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 12:20:01 2007 UTC (17 years ago) by persson
File length: 0 byte(s)
Copied from: gigedit/branches/linuxsampler_org/ChangeLog revision 1052
Diff to previous 1052 , to selected 3621
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 - (view) (download) (annotate) - [select for diffs]
Added Sat Mar 3 12:20:01 2007 UTC (17 years ago) by persson
Original Path: gigedit/branches/linuxsampler_org/ChangeLog
File length: 0 byte(s)
Diff to selected 3621
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC