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

Log of /gigedit/trunk/src/gigedit

View Directory Listing Directory Listing


Sticky Revision:

Revision 1799 - Directory Listing
Modified Sat Dec 6 13:49:26 2008 UTC (15 years, 3 months ago) by persson
* minor gui fix: made multi line lables expand to use full width


Revision 1798 - Directory Listing
Modified Thu Dec 4 20:35:33 2008 UTC (15 years, 3 months ago) by persson
* bugfix: when a stereo sample is replaced, make sure both zones of
  the sample channel dimension get updated with the new sample


Revision 1733 - Directory Listing
Modified Sat May 3 09:54:36 2008 UTC (15 years, 10 months ago) by persson
* allow to create amounts of dimension zones that aren't powers of two
  (patch by Devin Anderson, #89, slightly modified)


Revision 1725 - Directory Listing
Modified Sat Apr 26 08:52:15 2008 UTC (15 years, 11 months ago) by persson
* the "Add Samples" dialog now remembers current directory (patch by
  Devin Anderson, fixes #81)


Revision 1714 - Directory Listing
Modified Thu Mar 6 20:50:04 2008 UTC (16 years ago) by persson
* fixed compilation with gcc 4.3


Revision 1679 - Directory Listing
Modified Tue Feb 12 14:13:46 2008 UTC (16 years, 1 month ago) by schoenebeck
* 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 - Directory Listing
Modified Sun Feb 10 08:50:35 2008 UTC (16 years, 1 month ago) by persson
* bugfix: dimension manager window didn't update when another region
  was selected (#78)


Revision 1673 - Directory Listing
Modified Wed Feb 6 22:08:29 2008 UTC (16 years, 1 month ago) by schoenebeck
* added "replace all samples" function to samples popup menu
  (patch by Anders Dahnielson, a bit extended, fixes #73)


Revision 1661 - Directory Listing
Modified Sun Feb 3 14:10:47 2008 UTC (16 years, 1 month ago) by schoenebeck
* 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 - Directory Listing
Modified Sun Feb 3 00:19:55 2008 UTC (16 years, 1 month ago) by schoenebeck
* 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 1658 - Directory Listing
Modified Sat Feb 2 08:52:48 2008 UTC (16 years, 1 month ago) by persson
* fixed the inaccurate drawing of pressed keys


Revision 1656 - Directory Listing
Modified Sat Feb 2 08:18:19 2008 UTC (16 years, 1 month ago) by schoenebeck
* 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 - Directory Listing
Modified Wed Jan 30 02:20:48 2008 UTC (16 years, 2 months ago) by schoenebeck
* 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 1623 - Directory Listing
Modified Fri Jan 4 19:42:45 2008 UTC (16 years, 2 months ago) by persson
* 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 - Directory Listing
Modified Sat Dec 8 12:28:53 2007 UTC (16 years, 3 months ago) by persson
* fixed file properties dialog - properties can now be edited


Revision 1533 - Directory Listing
Modified Sat Dec 1 10:21:07 2007 UTC (16 years, 4 months ago) by persson
* 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 - Directory Listing
Modified Sat Oct 27 12:28:33 2007 UTC (16 years, 5 months ago) by persson
* code refactoring: preparing for being able to edit multiple
  dimension regions simultaneously


Revision 1456 - Directory Listing
Modified Sun Oct 21 15:32:36 2007 UTC (16 years, 5 months ago) by persson
* 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 1436 - Directory Listing
Modified Mon Oct 15 15:29:58 2007 UTC (16 years, 5 months ago) by schoenebeck
* updated "About" dialog a bit


Revision 1420 - Directory Listing
Modified Sun Oct 14 15:39:32 2007 UTC (16 years, 5 months ago) by persson
* removed some compiler warnings and a verbose logging


Revision 1415 - Directory Listing
Modified Sat Oct 13 13:14:10 2007 UTC (16 years, 5 months ago) by schoenebeck
* statusbar can be hidden by menu


Revision 1411 - Directory Listing
Modified Fri Oct 12 17:46:29 2007 UTC (16 years, 5 months ago) by schoenebeck
* 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 1398 - Directory Listing
Modified Wed Oct 10 22:41:51 2007 UTC (16 years, 5 months ago) by schoenebeck
* don't show a console on Windows by default


Revision 1396 - Directory Listing
Modified Wed Oct 10 15:48:54 2007 UTC (16 years, 5 months ago) by schoenebeck
* gettext is now an optional dependency
* added Dev-C++ project files for Windows


Revision 1382 - Directory Listing
Modified Thu Oct 4 23:29:22 2007 UTC (16 years, 5 months ago) by schoenebeck
* 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 1359 - Directory Listing
Modified Sun Sep 30 18:30:52 2007 UTC (16 years, 6 months ago) by schoenebeck
* 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 1339 - Directory Listing
Modified Mon Sep 10 19:56:26 2007 UTC (16 years, 6 months ago) by schoenebeck
* bugfix: signals triggered before and after sensible modifications didn't
  ever make it to the outer world (i.e. to LinuxSampler)


Revision 1336 - Directory Listing
Modified Sun Sep 9 21:31:20 2007 UTC (16 years, 6 months ago) by schoenebeck
* bugfix: changing the position / keyrange of a region was simply ignored
  by the sampler, also causing crashs (moved some code over to libgig)


Revision 1333 - Directory Listing
Modified Sun Sep 9 16:53:29 2007 UTC (16 years, 6 months ago) by schoenebeck
* fixed another crash ocurring when invoked multiple times
  within the same process


Revision 1328 - Directory Listing
Modified Fri Sep 7 21:18:31 2007 UTC (16 years, 6 months ago) by schoenebeck
* fixed a crash that happened when gigedit was spawned more than once by
  LinuxSampler
* fixed list box in main window which showed default elements twice when
  spawned by LinuxSampler


Revision 1322 - Directory Listing
Modified Tue Sep 4 11:04:56 2007 UTC (16 years, 6 months ago) by schoenebeck
* 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 - Directory Listing
Modified Sun Aug 26 09:29:52 2007 UTC (16 years, 7 months ago) by persson
* 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 - Directory Listing
Modified Fri Aug 24 19:11:41 2007 UTC (16 years, 7 months ago) by schoenebeck
* start with a new gig file by default
* fixed minor compilation error


Revision 1265 - Directory Listing
Modified Sun Jul 29 13:44:59 2007 UTC (16 years, 8 months ago) by persson
* 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 1262 - Directory Listing
Modified Sun Jul 22 15:07:08 2007 UTC (16 years, 8 months ago) by persson
* 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 - Directory Listing
Modified Thu Jul 5 17:12:20 2007 UTC (16 years, 8 months ago) by persson
* 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 1226 - Directory Listing
Modified Sun Jun 10 11:01:16 2007 UTC (16 years, 9 months ago) by schoenebeck
* revised directories to a more automake-friendly structure
  to avoid compilation and install errors


Revision 1225 - Directory Listing
Added Sun Jun 10 10:56:11 2007 UTC (16 years, 9 months ago) by schoenebeck
moved gigedit sources from src/ -> src/gigedit/


  ViewVC Help
Powered by ViewVC