/[svn]/gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp
ViewVC logotype

Log of /gigedit/trunk/src/gigedit/CombineInstrumentsDialog.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3202 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 22 18:58:46 2017 UTC (6 years, 10 months ago) by persson
File length: 43025 byte(s)
Diff to previous 3158
* fixed building with G_DISABLE_DEPRECATED


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: 43025 byte(s)
Diff to previous 3151
* 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 3151 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 5 18:44:59 2017 UTC (6 years, 10 months ago) by schoenebeck
File length: 43000 byte(s)
Diff to previous 3089
* WIP: Added initial draft implementation of macro editor
  (accessible for copied clipboard content via Alt+x).
* Bumped version (1.0.0.svn35).


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: 43058 byte(s)
Diff to previous 2894
* 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 2894 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 30 14:42:14 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 43879 byte(s)
Diff to previous 2845
* Enabled auto save & restore of window size & position of all
  remaining windows.
* Bumped version (1.0.0.svn7).


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: 43877 byte(s)
Diff to previous 2841
* avoid using gtk stock items, as they are deprecated in gtk 3.10


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: 43902 byte(s)
Diff to previous 2617
* allow building with G_DISABLE_DEPRECATED
* fixed building without liblinuxsampler on Mac
* fixed some compiler and cppcheck warnings


Revision 2617 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 22:49:45 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 43816 byte(s)
Diff to previous 2616
- Fix of a fix.


Revision 2616 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 20:20:21 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 43867 byte(s)
Diff to previous 2579
* 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 2579 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 24 06:44:39 2014 UTC (9 years, 10 months ago) by persson
File length: 43588 byte(s)
Diff to previous 2558
* fixed compile errors with GTK3

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: 43583 byte(s)
Diff to previous 2553
* 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 2553 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 19:57:56 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 38304 byte(s)
Diff to previous 2552
* Added and implemented "Tools" -> "Merge Files..." which can be used
  to merge the content of separate .gig files.


Revision 2552 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 16:09:58 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 38113 byte(s)
Diff to previous 2550
* "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 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 01:31:30 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 34673 byte(s)
Diff to previous 2549
* 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 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 13 16:14:33 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 31234 byte(s)
Diff to previous 2548
* Fix: "combine instruments" crashed if two of the input
  instruments had a velocity dimension.


Revision 2548 - (view) (download) (annotate) - [select for diffs]
Added Tue May 13 12:17:43 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 28908 byte(s)
* 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'.


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