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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3411 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 23 16:43:11 2018 UTC (6 years, 2 months ago) by schoenebeck
File length: 19998 byte(s)
Diff to previous 3409 , to selected 2844
- Fixed compilation error.


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: 19925 byte(s)
Diff to previous 3364 , to selected 2844
* 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 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: 17821 byte(s)
Diff to previous 3202 , to selected 2844
* 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 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: 16590 byte(s)
Diff to previous 3151 , to selected 2844
* fixed building with G_DISABLE_DEPRECATED


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: 16590 byte(s)
Diff to previous 2844
* WIP: Added initial draft implementation of macro editor
  (accessible for copied clipboard content via Alt+x).
* Bumped version (1.0.0.svn35).


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


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: 16936 byte(s)
Diff to previous 2541 , to selected 2844
* 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 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: 16536 byte(s)
Diff to previous 2538 , to selected 2844
* 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: 14714 byte(s)
Diff to previous 2507 , to selected 2844
* 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 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: 12362 byte(s)
Diff to previous 2446 , to selected 2844
* added dialog for editing the CtrlTrigger and Legato midi rules


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: 11405 byte(s)
Diff to previous 2423 , to selected 2844
* use character encoding Windows-1252 for all strings in gig files


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: 10823 byte(s)
Diff to previous 2169 , to selected 2844
* 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 2169 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 6 07:51:04 2011 UTC (13 years ago) by persson
File length: 10164 byte(s)
Diff to previous 2151 , to selected 2844
* 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: 9828 byte(s)
Diff to previous 1831 , to selected 2844
* 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 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: 9826 byte(s)
Diff to previous 1714 , to selected 2844
* made all visible strings translatable


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


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: 9669 byte(s)
Diff to previous 1460 , to selected 2844
* fixed file properties dialog - properties can now be edited


Revision 1460 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 27 12:28:33 2007 UTC (16 years, 5 months ago) by persson
File length: 9218 byte(s)
Diff to previous 1359 , to selected 2844
* code refactoring: preparing for being able to edit multiple
  dimension regions simultaneously


Revision 1359 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 30 18:30:52 2007 UTC (16 years, 6 months ago) by schoenebeck
File length: 9794 byte(s)
Diff to previous 1262 , to selected 2844
* fixed couple other parameters which were silently ignored by the sampler
  on a live-editing session with LS (parameter "Gain" and various velocity
  response parameters for attenuation, filter cutoff frequency and EG
  release time)


Revision 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: 9599 byte(s)
Diff to previous 1261 , to selected 2844
* 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: 9571 byte(s)
Diff to previous 1225 , to selected 2844
* 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) (annotate) - [select for diffs]
Added Sun Jun 10 10:56:11 2007 UTC (16 years, 9 months ago) by schoenebeck
File length: 9146 byte(s)
Diff to selected 2844
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