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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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


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


Revision 2625 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 11 21:22:24 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 14425 byte(s)
Diff to previous 2624 , to selected 1415
* 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) (as text) (annotate) - [select for diffs]
Modified Wed Jun 11 20:26:26 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 14334 byte(s)
Diff to previous 2621 , to selected 1415
* 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 2621 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 11 16:46:27 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 14296 byte(s)
Diff to previous 2610 , to selected 1415
* 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 2610 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 8 19:09:26 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 13800 byte(s)
Diff to previous 2604 , to selected 1415
* 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) (as text) (annotate) - [select for diffs]
Modified Sat Jun 7 22:34:31 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 13506 byte(s)
Diff to previous 2560 , to selected 1415
* 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 2560 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 18 18:55:29 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 12228 byte(s)
Diff to previous 2553 , to selected 1415
* File Property Dialog: allow viewing and altering the Giga file format
  version (by combo box).


Revision 2553 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 19:57:56 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 12101 byte(s)
Diff to previous 2548 , to selected 1415
* Added and implemented "Tools" -> "Merge Files..." which can be used
  to merge the content of separate .gig files.


Revision 2548 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 13 12:17:43 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 11972 byte(s)
Diff to previous 2541 , to selected 1415
* 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) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 16:49:05 2014 UTC (9 years, 11 months ago) by schoenebeck
File length: 11929 byte(s)
Diff to previous 2507 , to selected 1415
* 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 2507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 12 19:37:55 2014 UTC (10 years, 2 months ago) by persson
File length: 11883 byte(s)
Diff to previous 2464 , to selected 1415
* added dialog for editing the CtrlTrigger and Legato midi rules


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


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


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


Revision 2423 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 24 15:19:39 2013 UTC (11 years, 1 month ago) by persson
File length: 10890 byte(s)
Diff to previous 2395 , to selected 1415
* 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 2395 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 7 23:35:08 2013 UTC (11 years, 2 months ago) by schoenebeck
File length: 13039 byte(s)
Diff to previous 2325 , to selected 1415
* added "Duplicate Instrument" function


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


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


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


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


Revision 1660 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 3 00:19:55 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 12704 byte(s)
Diff to previous 1654 , to selected 1415
* 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 1654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 30 02:20:48 2008 UTC (16 years, 2 months ago) by schoenebeck
File length: 12538 byte(s)
Diff to previous 1582 , to selected 1415
* 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 1582 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 8 12:28:53 2007 UTC (16 years, 3 months ago) by persson
File length: 12255 byte(s)
Diff to previous 1533 , to selected 1415
* fixed file properties dialog - properties can now be edited


Revision 1533 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 1 10:21:07 2007 UTC (16 years, 4 months ago) by persson
File length: 11084 byte(s)
Diff to previous 1460 , to selected 1415
* 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 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 27 12:28:33 2007 UTC (16 years, 5 months ago) by persson
File length: 10694 byte(s)
Diff to previous 1415
* code refactoring: preparing for being able to edit multiple
  dimension regions simultaneously


Revision 1415 - (view) (download) (as text) (annotate) - [selected]
Modified Sat Oct 13 13:14:10 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 9360 byte(s)
Diff to previous 1411
* statusbar can be hidden by menu


Revision 1411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 12 17:46:29 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 9322 byte(s)
Diff to previous 1382 , to selected 1415
* 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 1382 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 23:29:22 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 9117 byte(s)
Diff to previous 1339 , to selected 1415
* 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 1339 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 10 19:56:26 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 9020 byte(s)
Diff to previous 1322 , to selected 1415
* bugfix: signals triggered before and after sensible modifications didn't
  ever make it to the outer world (i.e. to LinuxSampler)


Revision 1322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 4 11:04:56 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 9010 byte(s)
Diff to previous 1303 , to selected 1415
* 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) (as text) (annotate) - [select for diffs]
Modified Sun Aug 26 09:29:52 2007 UTC (16 years, 7 months ago) by persson
File length: 7739 byte(s)
Diff to previous 1262 , to selected 1415
* 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 1262 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 22 15:07:08 2007 UTC (16 years, 8 months ago) by persson
File length: 7583 byte(s)
Diff to previous 1261 , to selected 1415
* 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) (as text) (annotate) - [select for diffs]
Modified Thu Jul 5 17:12:20 2007 UTC (16 years, 8 months ago) by persson
File length: 7506 byte(s)
Diff to previous 1225 , to selected 1415
* 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 1225 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jun 10 10:56:11 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 7202 byte(s)
Diff to selected 1415
moved gigedit sources from src/ -> src/gigedit/


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