/[svn]/gigedit/trunk/src/mainwindow.h
ViewVC logotype

Log of /gigedit/trunk/src/mainwindow.h

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1226)

Revision 1213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 30 00:14:05 2007 UTC (16 years, 10 months ago) by schoenebeck
File length: 7202 byte(s)
Diff to previous 1138
* 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 1138 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 31 09:33:40 2007 UTC (17 years ago) by persson
File length: 7152 byte(s)
Diff to previous 1117
* 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 1117 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 24 13:05:58 2007 UTC (17 years ago) by persson
File length: 6939 byte(s)
Diff to previous 1104
* added +6dB parameter to DimRegionEdit
* preparations for improved instrument properties dialog


Revision 1104 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 18 17:15:00 2007 UTC (17 years ago) by persson
File length: 6614 byte(s)
Diff to previous 1101
* 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 1101 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 17 17:46:09 2007 UTC (17 years ago) by schoenebeck
File length: 6579 byte(s)
Diff to previous 1100
* 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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 17 09:20:19 2007 UTC (17 years ago) by persson
File length: 6481 byte(s)
Diff to previous 1097
* 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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 14 23:19:26 2007 UTC (17 years ago) by schoenebeck
File length: 17752 byte(s)
Diff to previous 1096
* implemented renaming of samples, groups and instruments


Revision 1096 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 13 17:14:38 2007 UTC (17 years ago) by schoenebeck
File length: 17515 byte(s)
Diff to previous 1092
* implemented drag&drop samples tree view -> dimension region sample text
  entry field, to allow assigning / changing samples of dimension regions


Revision 1092 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 11 15:21:58 2007 UTC (17 years ago) by persson
File length: 16864 byte(s)
Diff to previous 1088
* implemented editing of dimension region upper limits


Revision 1088 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 10 08:16:38 2007 UTC (17 years ago) by persson
File length: 16911 byte(s)
Diff to previous 1087
* fixed scrollbar behaviour on sample and instrument lists


Revision 1087 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 9 19:45:45 2007 UTC (17 years ago) by schoenebeck
File length: 16861 byte(s)
Diff to previous 1084
* 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 1084 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 8 16:47:15 2007 UTC (17 years ago) by schoenebeck
File length: 16544 byte(s)
Diff to previous 1082
* 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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 8 01:43:18 2007 UTC (17 years ago) by schoenebeck
File length: 16514 byte(s)
Diff to previous 1080
* added right-click popup for sample list view
  (only item "Add Group" implemented yet)


Revision 1080 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 6 23:16:18 2007 UTC (17 years ago) by schoenebeck
File length: 16230 byte(s)
Diff to previous 1069
* listview on the left is now tabbed into "Instruments" and new: "Samples",
  the latter are displayed in their respective sample group


Revision 1069 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 4 22:00:46 2007 UTC (17 years ago) by schoenebeck
File length: 15770 byte(s)
Diff to previous 1053
* 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 1053 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 3 12:20:01 2007 UTC (17 years, 1 month ago) by persson
File length: 15690 byte(s)
Copied from: gigedit/branches/linuxsampler_org/src/mainwindow.h revision 1052
Diff to previous 1052
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) (as text) (annotate) - [select for diffs]
Added Sat Mar 3 12:20:01 2007 UTC (17 years, 1 month ago) by persson
Original Path: gigedit/branches/linuxsampler_org/src/mainwindow.h
File length: 15690 byte(s)
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