Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
* Script 'patch' variables editor: Fixed 'patch' variables list not automatically been refreshed after script source code changes or script slot assignment changes. * Bumped version (1.1.1.svn18).
* Script 'patch' variables editor: double click anywhere on a script's title row (or hitting <enter> while that row is selected) opens script source code editor for that double clicked script. * Also show a tooltip and a pencil icon on such rows to make user visually aware about this feature. * Bumped version (1.1.1.svn17).
* Script 'patch' variables editor: Fixed backspace key event conflict while editing some patch variable's value. * Bumped version (1.1.1.svn16).
* Use more appropriate stepping/paging increments/decrements for spinboxes' plus/minus buttons (depending on the individual parameter spinbutton actually controls). * Bumped version (1.1.1.svn15).
* NKSP: Added support for managing script 'patch' variables for each instrument; added a dedicated "Script" tab on right-hand side of Gigedit's main window with a list view to manage these variables. * Bumped version (1.1.1.svn14).
* Script Editor: highlight new NKSP 'patch' keyword in pink color. * Bumped version (1.1.1.svn13).
* Added "Move Instrument To ..." menu action (also available as Ctrl + i shortcut) which shows a small dialog for entering the instrument's new index. * Bumped version (1.1.1.svn12).
* Added boolean setting to main menu -> "View" -> "Instrument Properties by Double Click", which allows to prevent double clicking an instrument on the instruments list view from opening its properties dialog. * Bumped version (1.1.1.svn11).
* Fix: dimregion edit actions were ignored if user did not click (ever) on any dimension zone yet. * Bumped version (1.1.1.svn10).
* Combine Tool: Fixed user's selection set reduction not being reflected correctly as it supposed to. * Bumped version (1.1.1.svn9).
* GIG SOUND FORMAT EXTENSION: Support for additional filter types: lowpass 1/2/4/6-pole, highpass 1/2/4/6-pole, bandpass 2-pole, bandreject 2-pole. * Bumped version (1.1.1.svn8).
* Gain: Allow also any positive gain dB value (instead of only +6 dB) up to +96 dB and dropped the old "Gain +6dB" checkbox for that reason. * Instrument Properties Dialog: Allow -96 dB .. +96 dB and dropped "Gain +6dB" checkbox there as well. * Instrument Properties Dialog: Show unit for attenuation and pitchbend range. * Bumped version (1.1.1.svn7).
* Implemented sample property dialog. * Bumped version (1.1.1.svn6).
* Instrument Property dialog is now tabbed, showing (already existing) instrument settings on tab 1, and showing now DLS meta info on 2nd tab. * Bumped version (1.1.1.svn5).
* Fixed LFO curve previews not being redrawn on UI control changes with certain window managers and/or Gtk versions (patch by Ivan Maguidhir). * Bumped version (1.1.1.svn4).
* GIG SOUND FORMAT EXTENSION: Added combo box for selecting a wave form type for each one of the 3 LFOs (i.e. for overriding the default LFO sine wave form to either triangle, saw or square instead). * GIG SOUND FORMAT EXTENSION: Added slider for each one of the 3 LFOs for altering the phase displacement of the respective LFO (that is for moving the LFO's start level horizontally on the time axis). * GIG SOUND FORMAT EXTENSION: Added checkbox "Flip Phase" to LFO 3 (the original Gigasampler/GigaStudio software only supported that option for LFO 1 and LFO 2). * Bumped version (1.1.1.svn3).
* Require C++11 compliant compiler. * Draw LFO curves according to settings for each one of the 3 LFOs. * Added 2 new tabs (a 3rd tab for "Amp" and a 3rd tab for "Filter"). * Shortened "Amplitude" -> "Amp" on tabs (to save space). * Increased default window width 865px -> 960px. * Bumped version (1.1.1.svn2).
* Script Editor: Added syntax highlighting support for standard measurement units (and their potential metric prefix). * Bumped version (1.1.1.svn1).
* Preparations for new release (Gigedit 1.1.1).
* Fix build on old linux environments * Enable "silent rules" in build
* GIG SOUND FORMAT EXTENSION: Added combo box "Sustain Release Trigger" which can be used to optionally play release trigger samples on sustain pedal up. * GIG SOUND FORMAT EXTENSION: Added check box "No note-off release trigger" which allows to disable release trigger samples on regular MIDI note-off. * Bumped version (1.1.0.svn8).
* Added option to save as gig v4 file (File -> Properties). * Fixed duplicate items in File -> Properties -> "File Format" combo box. * Bumped version (1.1.0.svn7).
* Added global keyboard accelerator Shift + Backspace for dropping all script slots from an instrument. * Bumped version (1.1.0.svn6).
* List assigned scripts as colored tooltip when hovering mouse over the "Scripts" column in the instruments list. * Bumped version (1.1.0.svn5).
* Extended support for keyboard function keys up to F19. * Bumped version (1.1.0.svn4).
- Just bumped version.
* Translation Fix: MacroEditor.cpp and MacrosSetup.cpp were not under translation control. * Bumped version (1.1.0.svn2).
* Script Editor: Fixed some minor issues with vertical line number bar (which was editable, selectable and incorrectly displayed on new scripts). * Bumped version (1.1.0.svn1).
* Preparations for new release (Gigedit 1.1.0).
* Visual cosmetics on Gtk 3. * Script Editor: Use consistent font size on all screens and DPI settings. * Bumped version (1.0.0.svn65).
* 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).
* Raised max. pitchbend range to 48 semi tones. * Bumped version (1.0.0.svn63).
* Added search filter field which allows to quickly filter the instrument list by case insensitive search tokens. * Fix: navigating between dimension zones by keyboard did sometimes not work after switching from an instrument with different dimension types. * Fix: Sample references view dialog had some odd behaviors, like it did not respond to mouse scroll events for instance. * Bumped version (1.0.0.svn62).
* Fix: after the combine instruments dialog, the new instrument was not correctly displayed by the GUI as being selected. * Fix: automatically reload instrument after script slots have been modified. * Combine Tool: OK button has focus now by default to quickly combine instruments by pressing Return key. * Added keyboard accelerators Shift+F1 to Shift+F12 for quick assigning a script to the currently selected instrument, and an appropriate additional menu "Instruments" -> "Assign Script". * Added keyboard accelerators Ctrl + Arrow Down and Ctrl + Arrow Up for switching between instruments. * Bumped version (1.0.0.svn61).
* Added EG state machine options for EG1 and EG2, which may be used to configure whether the individual EG stages may be cancelled. * Bumped version (1.0.0.svn60).
* Script Editor: Right aligned line numbers. * Script Editor: Fixed font readability issue on Mac. * Bumped version (1.0.0.svn59).
* Script Editor: Show line numbers. * Bumped version (1.0.0.svn58).
* Fixed loop and sample reference icons being displayed incorrectly sometimes, because unused dimension regions were not ignored. * Bumped version (1.0.0.svn57).
* Draw icons on individual dimension region zones, similar to the icons already been drawn on regions. * Bumped version (1.0.0.svn56).
* Combine Tool: Added a vertical list which represents the order of the selected instruments to be combined; dragging them modifies their order. * Combine Tool: After returning from the combine tool dialog, automatically scroll to the newly added (combined) instrument. * Bumped version (1.0.0.svn55).
* Combine Tool: Now it allows to select the instruments to be combined already in the main window's instruments list view; then either call the combine instrument dialog from the main menu or use the new keyboard shortcut Ctrl + j. * Combine Tool: Show instruments' index number in the list view. * Bumped version (1.0.0.svn54).
* Script Editor: strike through code blocks filtered out by the preprocessor. * Visual refinements of hatched patterns. * Bumped version (1.0.0.svn53).
* Mac fix: Make sure app window appears in front of all other apps. * Bumped version (1.0.0.svn52).
* Assigned more useful default dimensions (and default position) for various windows and dialogs (if auto-restore of user's own custom window dimensions is disabled). * Bumped version (1.0.0.svn51).
* Script Editor: Fixed Gtk crash while entering a variety of ill formed code like unterminated string literals. * Bumped version (1.0.0.svn50).
* Instruments list view: show amount of real-time instruments scripts used by instrument. * Bumped version (1.0.0.svn49).
* GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus and buttons with GTK3; Cudos to those GTK heros who thought it might be a clever idea to simply remove such features for all users, all devices and all apps by default with GTK3! * Debian: Added build-dependency to either libgtk2.0-dev or libgtk-3-dev. * Debian: Added dependency to to either gnome-icon-theme or hicolor-icon-theme. * Bumped version (1.0.0.svn48).
* Macro Editor: Handle boolean parameter types appropriately, i.e. show 'Yes' or 'NO' instead of '1' or '0'. * Bumped version (1.0.0.svn47).
* Added bunch of help text and tooltips for the new "Macro Setup" and "Macro Editor" windows. * wrapLabel: Fixed wrong dimensions when using padding. * Bumped version (1.0.0.svn46).
* Live mode performance optimization: fixed the editor to be non-responsive for a very long time, which happened if changing instrument parameters of a very large amount of dimension regions was requested. * Bumped version (1.0.0.svn45).
* Macros Setup: Implemented duplicating macros. * Bumped version (1.0.0.svn44).
* "Macro" main menu section: show macro comments as tooltip. * Macro Editor: Display demangled C++ type names. * Bumped version (1.0.0.svn43).
* Macro Editor: Fixed deleting rows when delete button was hit without Ctrl being pressed. * Macro Editor: Show combo box with textual options for enum types. * Bumped version (1.0.0.svn42).
* Macros Setup: Implemented reordering macros by "Up" and "Down" buttons (and accordingly also altering the F1 ... F12 acceleration keys they are assigned to). * Macros Setup: Implemented calling Macro Editor from this macro setup dialog by hitting "Edit" button. * Macros Setup: Implemented editing comment on macros. * Macros Setup: Enabled various icons. * Bumped version (1.0.0.svn41).
* Macro Setup (WIP): Implemented adding new macro from clipboard or from currently selected DimensionRegion. * Bumped version (1.0.0.svn40).
* 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).
* Fixed potentially unhandled exceptions when app is loading its config file. * WIP: Introduced user configurable list of macros which are auto assigned to keyboard accelerators (F1 ... F12) and saved along with the app's config file (added under new main menu bar section "Macro"). * Bumped version (1.0.0.svn38).
* Macro Editor: implemented reverse selected deletion of rows * Macro Editor: Fixed "modified" state not being updated after clicking on "Apply" button. * Macro Editor: Show implemented keyboard accelerators as symbols on the "Delete" (Ctrl+Del) and "Inverse Delete" (Alt+Del) buttons. * Bumped version (1.0.0.svn37).
* WIP Macro Editor: Implemented deleting of rows. * WIP Macro Editor: Implemented changing values of rows. * WIP Macro Editor: show type column in gray color. * Bumped version (1.0.0.svn36).
* WIP: Added initial draft implementation of macro editor (accessible for copied clipboard content via Alt+x). * Bumped version (1.0.0.svn35).
* Region Chooser: Mark all regions which are auto selected by check box "All Regions" with gray hatched pattern. * Bumped version (1.0.0.svn34).
* Dimension Region Chooser: Mark all zones auto selected by check box trio with gray hatched pattern. * Bumped version (1.0.0.svn33).
* Implemented copy & paste of DimensionRegion (with Alt+c and Alt+v). * Bumped version (1.0.0.svn32).
* Implemented selecting multiple dimension region zones by keyboard with keyboard accelerators Alt+Shift+Left and Alt+Shift+Right. * Bumped version (1.0.0.svn31).
* Color tweaking on selected regions and selected dimension zones. * Dimension Region Chooser: Show main selected case in opaque blue color (like before), but all other selected dimension zones with a blue hatched pattern instead. * Dimension Region Chooser: Show the label of the currently selected dimension in bold font. * Fix: Keyboard accelerator Ctrl+Left and Ctrl+Right caused the current dimension zone to switch as well if Dimension Region Chooser got focus.
* Implemented fast navigation through regions by keyboard accelerator Ctrl+Left and Ctrl+Right (on Mac: Cmd+Left and Cmd+Right). * Implemented fast navigation through dimension region zones of currently selected region by keyboard accelerator Alt+Left, Alt+Right, Alt+Up, Alt+Down, as well as simply using the arrow keys alone if the dimension region chooser got focus (i.e. when it was selected by mouse previously). * Bumped version (1.0.0.svn29).
* Fixed crash on saving file if a sample was requested to be replaced twice by the user. * Bumped version (1.0.0.svn28).
* Show graphical symbol on region that uses loop(s). * Show graphical symbol on region that misses sample reference(s). * Bumped version (1.0.0.svn27).
* Implemented deleting dimension region zones of all regions at once, which is controlled by checkbox "all regions". * Implemented splitting up dimension region zones of all regions at once, which is controlled by checkbox "all regions". * Bumped version (1.0.0.svn26).
* 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).
* Fixed interesting libtool linker error on some systems.
* Fixed compiler warning. * Bumped version (1.0.0.svn24).
- Fixed compilation error for Mac.
* Show instrument index number on instruments list view. * Added multi-row selection support on samples tree view. * Added multi-row selection support on instruments list view. * Bumped version (1.0.0.svn23).
* Show sample group name and CRC-32 checksum on "Sample" tab. * Bumped version (1.0.0.svn22).
* Fixed crash when opening dimension manager dialolg multiple times (and i.e. adding or removing dimensions each time). * Bumped version (1.0.0.svn21).
* Script Editor: Fixed crash on Ctrl + A, followed by Del. * Bumped version (1.0.0.svn20).
* Added option to main menu for performing "Save" operation with a tempoary file (may perform faster than directly modifying existing .gig file). * Bumped version (2.0.0.svn19).
* Script Editor: Added "Font Size ..." to editor's menu. * Bumped version (1.0.0.svn18).
* Script Editor: Fixed editor which did not appear on some systems due to missing icons (using now lists of alternative icon names). * Bumped version (1.0.0.svn17).
* Dimension Region Editor: when assigning a new sample to a dimension region, apply the sample to all currently selected dimension regions (i.e. when Ctrl select was used on the dimension selector widget). * Bumped version (1.0.0.svn16).
* Fixed crash after changing a dimension type with the dimension manager dialog. * Bumped version (1.0.0.svn15).
* Added setting to main menu "View" -> "Auto Restore Window Dimension" (disabled by default since it causes issues on some machines). * Bumped version (1.0.0.svn14).
* Script Editor: altered keyboard shortcut Ctrl-X to Ctrl-Q (to avoid masking the common cut text shortcut). * Script Editor: if editor is used in live-mode, inform the sampler that it needs to automatically reload the script after the script has been altered and applied with the script editor. * Bumped version (1.0.0.svn13).
* Script Editor: Added menu bar and two initial entries: "Apply" (Ctrl-S) and "Close" (Ctrl-X). * Bumped version (1.0.0.svn12).
* Script Editor: Added status bar at the bottom of the script editor window showing the amount (if any) of errors and warnings. * Bumped version (1.0.0.svn11).
* Script Editor: Show a question dialog to the user when the editor is to be closed and the script changes have not been applied yet. * Bumped version (1.0.0.svn10).
* Script Editor: Reverted previous commit regarding error/warning icons, since Gtk seems not to be appropriate for handling icons correctly that way. * Script Editor: Show precise parser error/warning messages as tooltip when the mouse points over the respective location in the script's source code. * Bumped version (1.0.0.svn9).
* EXPERIMENTAL: Show error/warning icon at the respective script locations of instrument script editor. * Bumped version (1.0.0.svn8).
* Enabled auto save & restore of window size & position of all remaining windows. * Bumped version (1.0.0.svn7).
* Automatically save & restore window size and position (yet limited to main window and script editor window). * Bumped version (1.0.0.svn6).
* User settings are now automatically saved and restored. * Bumped version (1.0.0.svn5).
* Script Editor: Added support for liblinuxsampler's NKSP parser backend for displaying parser errors and warnings directly within the source code (for now simply errors cause a red background color at the relevant location, and warnings a yellow background color; error text / warning text is not displayed yet). * Bumped version (1.0.0.svn4).
* Script Editor: Some color tweaks (using now same text colors as on the NKSP refrence documentation website). * Bumped version (1.0.0.svn3).
* Automake: set environment variable GCC_COLORS=auto to allow GCC to auto detect whether it (sh/c)ould output its messages in color. * Instrument script editor: Added support for liblinuxsampler's NKSP syntax highlighting backend. * Bumped version (1.0.0.svn2).
* Synthesis paremeter page tabs are now scrollable (fixes an issue with GTK 3: default theme uses huge tabs which breaks the overall layout on average window sizes). * Bumped version (1.0.0.svn1).
* Preparations for new release (Gigedit 1.0.0).
* Increased region selector height by 50%. * Increased dimension region selector height by 20%. * Some minor fixes. * Updated "about" dialog: not so immature anymore ;-). * Configure script: require at least LinuxSampler v1.0.0.
* added dialog for editing the CtrlTrigger and Legato midi rules
- Fixed compilation error introduced with previous commit.
* Mac OS X: try to launch the GUI on the process's "main" thread
* added configure check for Mac OS X
* fixed import of 32 bit float wav files
* modernized configure script
* fixed building on Debian testing (#186)
* gtkmm 3 fix: the WrapLabel custom widget is not needed in gtkmm 3
* ported to gtkmm 3, keeping compatibility with gtkmm 2
* 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
* minor fix in configure for cross-compiling
- minor adjustments for release 0.2.0
* preparations for release 0.2.0
* added rpm packaging file (patch by Devin Anderson, slightly modified, fixes #88)
* Windows fixes: find translation files after install. Don't open a console window.
* fixes for building the plugin with MinGW
* fixed configure check for libsndfile loop support
* 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
* autoconf fix: LS plugin dirs with digits in their prefix (e.g. "/usr/lib64/foo") are now resolved in relative dirs as well (show a warning when resolving the relative path failed)
* preparations for release 0.1.1
* added Windows installer
- preparations for release 0.1.0
* 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"
* gettext is now an optional dependency * added Dev-C++ project files for Windows
* fix in the configure script for an intltoolize problem
* fixed load/save of crossfade values on big-endian systems
* 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)
* 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
* added quick start documentation by Alexander Methke
* the correct plugin path of the installed LinuxSampler is now automatically retrieved by the configure script using LS's respective pkg-config variable field
- tiny automake fix of the previous commit batch
* revised directories to a more automake-friendly structure to avoid compilation and install errors
* 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)
* added Makefile.cvs (just for standard compliance with other projects) * added Debian packaging infrastructure
* updated README * require libgig 3.1.1
- started to implement "Add Samples" function (not yet fully working though)
- Yet another gettext fix (final?). Now intltool is back. I misunderstood, the intltool package is not needed at build time.
- more gettext experiments: intltool is back in autogen.sh because it has a nicer po/Makefile.in.in. IT_PO_SUBDIR is used instead of IT_PROG_INTLTOOL so intltool isn't required by configure.
- removed intltool dependency completely
- just minor automake / autoconf fix (moved check for intltool from configure.ac to autogen.sh, since intltool is only needed at autogen.sh stage anyway)
This commit was generated by cvs2svn to compensate for changes in r1052, which included commits to RCS files with non-trunk default branches.
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.
ViewVC Help | |
Powered by ViewVC |