Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* User Interface
* New: Improved user interface for long lists of formats.
* Fixed: The source format list showed a stray comma before the file extensions (thanks to Douglas Carmichael).
* Fixed: Renamed the "Process" button to "Processing" so it reads as the configuration screen it opens (matching the dialog title) rather than an action that starts processing (thanks to Douglas Carmichael).
* Backend
* New: Added support for sustain / 'loop until release' loop mode (the loop runs while the key is held and then plays the remainder of the sample on release, as opposed to a continuous loop) - Ableton, Ensoniq EPS/ASR, EXS24, NI Kontakt, Renoise, SoundFont 2, SFZ, SXT, Tonverk (thanks to Douglas Carmichael).
* New: Added support for filter cutoff keyboard-tracking: Ableton Sampler, Akai AKP/AKM, Akai S1000, Bliss, Ensoniq, Omnisphere, SXT, Roland, SFZ, Synthstrom Deluge, TAL Sampler, TX16W, Waldorf, Yamaha YSFC.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/Strings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,8 @@ IDS_PROCESSING_SNAP_LOOPS_TOOLTIP=Moves the start and end of forward loops to a
IDS_MAIN_SEARCH_FORMAT=Search format\u2026
IDS_MAIN_CONVERT=Con_vert
IDS_MAIN_CONVERT_TOOLTIP=Start the conversion process
IDS_MAIN_PROCESSING=Process
IDS_MAIN_PROCESSING_TOOLTIP=Configure processing of samples during conversion.
IDS_MAIN_PROCESSING=_Processing
IDS_MAIN_PROCESSING_TOOLTIP=Open the options for processing samples during conversion.
IDS_MAIN_ANALYSE=_Analyse
IDS_MAIN_ANALYSE_TOOLTIP=Start the analysis process
IDS_MAIN_SETTINGS=_Settings
Expand Down