Cockos Reaper News & Updates

.s
.s
.hfu
Ex-Moderator
HFU
Zuletzt hier
23.04.24
Registriert
12.03.06
Beiträge
16.290
Kekse
48.416
Hier gibt es ab sofort News und Change-Logs von den Updates für Reaper.
Bitte hier keine Diskussion.


Alles ist wie gewohnt unter www.reaper.fm herunterladbar.


v4.25 - July 12 2012
+ Actions: added action to insert ReaEQ on a track, get/set ReaEQ parameters
+ Actions: fixed action to insert time and paste items
+ Actions: added actions to toggle playback and record preroll
+ API: added CreateNewMIDIItemInProject function
+ API: added function to insert tempo/time signature changes
+ AU: fix for Waves loading crashes
+ AU: support for plug-ins that receive MIDI sysex
+ Crossfades: fixed unwanted creation of crossfade when editing the other edge of a media item
+ DDP support: improvements (MD5, CD-TEXT support, UTF-8/ascii conversion)
+ Colortheme: tweaks to default theme
+ Envelopes: fixed persistence of preference to reset automation mode after writing automation
+ EULA: amended to make it clear that developing and selling plug-ins and extensions is allowed
+ External editors: dedicated action for opening associated projects in REAPER
+ External editors: improved external editor display/running logic, associated project references are fallbacks rather than prioritized
+ Faster REAPER shutdown process (can also reduce crashes on exit on OSX)
+ Freeze: fixed support for freeze in undo states (broken since 4.20)
+ FX envelopes: store special flag for wet/bypass envelopes in case plug-in parameter counts change
+ FX learn: support for toggle mode (toggle an FX parameter on/off with a single mapping)
+ JS: better support for UTF-8 filenames
+ JS: fixed bug where increasing track channels during playback with PDC-JS could cause dropouts
+ JS: fixed loop() behavior with negative counts on x86-64
+ JS: fixed some unuseful order of operation behaviors relating to certain operators
+ JS: import file support for code usability (use .jsfx-inc, these files will not be shown in the FX browser)
+ JS: for .jsfx-inc files, just use @init with functions plus any global initialization needed
+ JS: import can also be used to import other FX and provide the ability to override individual code sections
+ JS: improved code generation, most JS FX should now run substantially faster
+ JS: improved handling of doubleclicks in @gfx
+ JS: improved sizing behavior on OSX
+ JS: improvements to JSFX IDE/editor
+ JS: sent/received MIDI messages are now forced to be sorted by time
+ JS: support for new language constructs (functions, object-namespaces, xor operations, etc)
+ LTC generator: support for 23.976fps (though this is nonstandard)
+ MIDI editor: zoom behavior fixes in certain instances
+ MIDI loop recording: MIDI recording within a time selection optionally creates a selection-length media item
+ MIDI note properties: accepts manual note input (not just using the dropdown)
+ MIDI: optimizations to MIDI item processing when using large blocks with lots of tempo changes
+ Navigator: do not show tempo changes (only time signature markers are displayed)
+ OSC: support for older client implementations when handling messages with no arguments
+ OSC: support for track EQ parameters and feedback
+ OSX: fixed a menu related bug for older OSX versions
+ Playback seek: settings moved to new Preferences/Audio/Seeking page
+ Preferences: split Envelopes page into separate Envelope Display and Automation Behavior pages
+ Region/Marker Manager: edit marker/region numbers, start, end, length in place in the list view
+ Region/Marker Manager: support for importing/exporting csv file, exporting txt description
+ Regions: actions to go to another region after the current region finishes playing (smooth seek)
+ Regions: fixed action to delete region near cursor
+ Scrolling: option for continuous scrolling during playback
+ Take lanes: action to collapse empty take lanes
+ Take lanes: do not create unnecessary extra take lanes when punching in
+ Tempo envelope: action/dialog to adjust entire tempo map to a target tempo
+ Tempo envelope: default project timebase is now beats (existing projects are not affected)
+ Tempo envelope: disallowed freehand drawing for the master tempo envelope
+ Tempo envelope: disallowed moving one tempo/time signature marker past another
+ Tempo envelope: easier marquee/selection of master tempo envelope points
+ Tempo envelope: editing multiple points at once applies the change proportionally (not +/- constant BPM)
+ Tempo envelope: markers are always pinned to beat position rather than time
+ Tempo envelope: per-marker setting for allowing a partial measure prior to the marker
+ Tempo envelope: playback position obeys project timebase (time or beats) when user edits project tempo during playback
+ Tempo envelope: saner manual editing of tempo changes when "gradually transition tempo" is enabled
+ Tempo envelope: visual BPM range of envelope can be configured
+ Tempo envelope: visual display of time signature change points is different from tempo change points
+ Time signatures: manual editing requires them to be placed at the start of a measure
+ Time signatures: automatically correct time signatures when adding/removing partial measures from the project
+ Time signatures: time signature changes that truncate the previous measure are displayed in the ruler with an asterisk
+ Time signatures: with snap disabled, moving time signature markers will optionally modify the preceding tempo
+ Time signatures: with snap enabled, time signature changes snap to bars, tempo changes snap to grid
+ Toolbars: improved double-width toolbar button image scaling
+ WALTER: support for knob bitmap stacks
+ WALTER: theme layout lines can end in backslash to extend statement to next line
+ WALTER: transport status better supports layout images
+ WALTER: user-defined font support, other improvements
+ WINE: fixed support for non-conforming CallWindowProcW (still calls ASCII combobox wndproc when passed, unlike Win7/XP)
 
Eigenschaft
 
Zuletzt bearbeitet:
Version 4.26 ist draussen mit folgenden Verbesserungen:

VST:
-fixed SysEx support for bridged plug-ins
-fixed possible deadlock that could occur with UAD plug-ins
-hopefully fixed embedded mode bridging draw bugs
-improved bridging keyboard behavior in embedded mode (to prevent deadlock)
-fixed generic UI for large parameter counts
-improved bridging support for plug-ins that use audioMasterProcessEvents from other threads (Korg MS-20)

Batch converter:
-automatically create output directories
-fixed incorrect lengths when using FX processing
-small fixes, including working stop button, better saving of format string
-support for running REAPER with batch converter from the command line

Video:
-Added button in render dialog to grab the current video file's width/height/framerate
-Added FFMPEG DLL path info in video file properties dialog
-fixed incorrect timestamp on certain video files when using FFMPEG libraries
-performance tweaks
-support for latest FFMPEG versions: please try latest binaries from http://aegiscorp.free.fr/ffmpeg/

API:
-added function to get or insert FX by name
-added functions to count, get, and set tempo/time signature markers

Dock:
-alt+click or middle click tabs to close (when possible)
-close buttons for docker tabs are now optional (via prefs or dock menu)
-improved dock window titles for single-tab floating docks

OSC:
-added explicit volume/pan automation touch messages
-basic support for touch automation

Render:
-added actions to immediately queue or render the project using the most recent render settings
-added project setting for default media format for project/region render

Action dialog: fixed incorrect sort in certain instances
Actions: Fixed undo state tracking for item-lane move actions
Arrange display: cleaned up drawing code, removed preference options for full vs track buffering, non-themed play cursors
ASIO: support for sampleRateChanged notifications, improved behavior when changing sample rate
AU: fixed generic UI for large parameter counts
CoreAudio: preliminary support for devices with intermittent availability (such as network devices)
FX: improved mutex locking to help prevent possible deadlocks with certain plugins
Item images: improved formatting/display of item images/inserted pictures/etc
Item notes window: remembers last window position
JS: fixed sliderchange notification support for high slider counts
Language packs: safer UTF-8 importing
MIDI: avoid retriggering notes when tempo changes
Mouse modifiers: fixed behaviors to select media item and extend time selection
Play cursor: reduced flicker
Project timebase: added action to show project timebase explanation/help
ReaControlMIDI: transpose, snap to scale can be automated or mapped to control surface
ReaEQ/ReaControlMIDI: actions to insert these FX will open/close the FX if it is already inserted
ReaInsert: improved MIDI output accuracy when playback looped
ReaMote: ReaMote64.app no longer requires REAPER.app, just REAPER64.app
ReaScript: support for passwords in RPR_GetUserInputs (when the first character of the caption is "*")
Tempo envelope: project setting for tempo envelope timebase (beats or time, default beats)
Time display: fixed display of lengths in measures/beats
Timecode generation: improved precision of MTC full frame messages during seeks
Timecode synchronization: improved use of latency compensation information
Topmost pins: improved behavior on application activate/deactivate (Windows)
Windows: fixed some very small memory leaks, unsafe code
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: 2 Benutzer
Cockos hat gestern Version 4.261 nachgereicht, weil 4.26 wohl einige Fehler enthielt. :)



2.261
- AU: improved support for factory presets existing in subpaths (UBK-1, etc)
- CoreAudio: fixed aggregate device support (broken in 4.26 with intermittent availability support)
- Render: avoid colliding filenames when adding to the render queue
- ReWire: improved shutdown sequence to avoid hanging panels


VST:
fixed SysEx support for bridged plug-ins
fixed possible deadlock that could occur with UAD plug-ins
hopefully fixed embedded mode bridging draw bugs
improved bridging keyboard behavior in embedded mode (to prevent deadlock)
fixed generic UI for large parameter counts
improved bridging support for plug-ins that use audioMasterProcessEvents from other threads (Korg MS-20)
Batch converter:
automatically create output directories
fixed incorrect lengths when using FX processing
small fixes, including working stop button, better saving of format string
support for running REAPER with batch converter from the command line

Video:
Added button in render dialog to grab the current video file's width/height/framerate
Added FFMPEG DLL path info in video file properties dialog
fixed incorrect timestamp on certain video files when using FFMPEG libraries
performance tweaks
support for latest FFMPEG versions: please try latest binaries from http://aegiscorp.free.fr/ffmpeg/

API:
added function to get or insert FX by name
added functions to count, get, and set tempo/time signature markers

Dock:
alt+click or middle click tabs to close (when possible)
close buttons for docker tabs are now optional (via prefs or dock menu)
improved dock window titles for single-tab floating docks

OSC:
added explicit volume/pan automation touch messages
basic support for touch automation

Render:
added actions to immediately queue or render the project using the most recent render settings
added project setting for default media format for project/region render

Action dialog: fixed incorrect sort in certain instances
Actions: Fixed undo state tracking for item-lane move actions
Arrange display: cleaned up drawing code, removed preference options for full vs track buffering, non-themed play cursors
ASIO: support for sampleRateChanged notifications, improved behavior when changing sample rate
AU: fixed generic UI for large parameter counts
CoreAudio: preliminary support for devices with intermittent availability (such as network devices)
FX: improved mutex locking to help prevent possible deadlocks with certain plugins
Item images: improved formatting/display of item images/inserted pictures/etc
Item notes window: remembers last window position
JS: fixed sliderchange notification support for high slider counts
Language packs: safer UTF-8 importing
MIDI: avoid retriggering notes when tempo changes
Mouse modifiers: fixed behaviors to select media item and extend time selection
Play cursor: reduced flicker
Project timebase: added action to show project timebase explanation/help
ReaControlMIDI: transpose, snap to scale can be automated or mapped to control surface
ReaEQ/ReaControlMIDI: actions to insert these FX will open/close the FX if it is already inserted
ReaInsert: improved MIDI output accuracy when playback looped
ReaMote: ReaMote64.app no longer requires REAPER.app, just REAPER64.app
ReaScript: support for passwords in RPR_GetUserInputs (when the first character of the caption is "*")
Tempo envelope: project setting for tempo envelope timebase (beats or time, default beats)
Time display: fixed display of lengths in measures/beats
Timecode generation: improved precision of MTC full frame messages during seeks
Timecode synchronization: improved use of latency compensation information
Topmost pins: improved behavior on application activate/deactivate (Windows)
Windows: fixed some very small memory leaks, unsafe code
 
Zuletzt bearbeitet:
Reaper 4.3 ist da.

Änderungsliste dreist kopiert:

License:
REAPER evaluation period is now 60 days

Crossfade editor:
activates for selected items that are adjacent or overlapping
crossfades can be constrained to be equal gain or equal power
default mouse modifier, double-click on crossfade to open/close editor
new dialog for editing various parameters of crossfades
themeable colors for active fades

Fades/crossfades:
new S-curve fade shape
changing crossfade shape via right-click menu affects all selected crossfades
default crossfade shape is equal power (existing projects are unchanged)
fade curvature can be edited via mouse modifier, media item properties, or crossfade editor
new cursors for fade/crossfade curvature, crossfade width adjustment

Mouse modifiers:
added behavior to move item contents and ripple adjacent items
new action to adjust length of two fades keeping intersection point constant
new context for fade intersections
support optional snapping for all fade/crossfade behaviors

Cursors:
new cursors for resizing the extended mixer (extmix_resize, extmix_multiresize, extmix_allresize, extmix_section_resize, extmix_multisection_resize, extmix_allsection_resize)
support for colors in custom cursor images

Grouping:
doubleclicking track vol/pan/width labels now resets using grouping/ganging
improved volume fader grouping behavior when some faders are at -inf
Item mouse hit zones:
allow mouse to target buttons and fades even if another media item is overlapping
mouse targets the fade curve by default (can be disabled in preferences)
option to always show fade-in/fade-out handles

JS:
improved font display on win32
reduced fx initialization interrupting audio

OSX:
fix for render-drag problems with external drives
REAPER.app and ReaMote.app now have signatures for OSX 10.8
render-drag to a new file outside of REAPER (commdand+opt by default) prompts before overwriting an existing file

About: fixed usage statistics being reset when switching between 32/64 bit
Actions: option to stop playback at end of loop
API: added PreventUIRefresh which allows scripts/plugins to disable and reenable many UI updates during processing
DDP: fixed MD5 generation on OSX 64
FX: improved threadsafety in certain instances
LAME: support loading LAME DLLs from UserPlugins path, improved prompting
MIDI: fixed items that would not play in certain rounding instances
MIDI inline editor: fixed buttons when zoomed in
OSC: fixed FX parameter feedback for inactive tracks
Pan: track pan value can be manually entered in track controls dialog
Pans: manually entered values like "R50" and "L25" are accepted, in addition to "50%R" and "25%L"
Project bay: fixed loading of bays in certain instances
Project save: support for adding multiple project versions to rpp-bak files, choosing version on load
ReaControlMIDI: automation support for enabling/disabling bank/program select and CC sliders
Render: fixed saving render presets in different categories (bounds, output, all settings)
ReWire: further improved shutdown/device unload sequence to better handle panels that prompt before exiting
Routing windows: space passes through to main actions, for keyboard navigation use shift+space
Sends: volume/pan values can be manually entered in I/O dialog
Snap to grid: don't snap to grid lines that are more than 1/4 screen width away
Tempo envelope: more consistent behavior when adding/deleting tempo markers when project timebase is beats
Toolbars: fixed crash when using certain strings as custom toolbar button text
Video: improved rendering accuracy near end of render when using resampling
VST: fixed audioMasterTempoAt accuracy in certain instances
Windows: installers now have authenticode signatures
 
Es gibt Version 4.3.1

Changelog:

MIDI:
better CC/pitch/PC tracking behavior when seeking into looped items
bring track CC/PC up to date from earlier items when seeking
fixed note tracking on items with all takes playing .
fixed item fades incorrectly making note-offs into note-ons .
fixed quantize information when pasting notes preserving position in measure .
fixed paste notes preserving position in measure rounding bug .
hardware outputs get note-offs on track mute, master solo
improved behavior for 1-sample blocks
Actions:
explode takes automatically clears all takes play flag
explode takes in place produces better lane order .
FX envelopes:
improved behavior when moving item and automation across tracks (undo fixes, FX matching improved)
fixed possible crash
Toolbars:
fixed potential crash when using empty images
fixed difference in text icon preview vs actual toolbar
LAME: fixed loading LAME DLLs from UserPlugins path .
Menus: fixed issues with colorthemes, and displaying marker/take/path/etc names with ampersands .
OSC: fixed ReaEQ bands being activated unnecessarily
OSX: mouse position rounding fixes .
Play cursor: fixed artifacts when resizing left pane on win32
Screensets: fixed loading of docker size/positioning states .
Time signatures: better handling of tempo changes when removing time from project .
 
So, heute, bzw. gestern Nacht, ist die neue Version 4.32 erschienen.
Besonders erfreulich ist, dass die Devs die Videofunktionsnutzer ein wenig beachtet hat. Reaper decodiert die Filme jetzt auf VLC-Basis.
Für die 64Bit Reaper Version ist demnach auch die 64 Bit VLC Version nötig.

Die Änderungsliste:

Video:
added preliminary VLC support for video playback (install latest VLC for improved video decoding)
added YV12 colorspace support for OSX, Quicktime decoding
improved bridged-quicktime behavior with mp3 audio (ignores audio rather than crashing)

OSX:
fixed play cursor artifacts with retina displays
new faster CoreText rendering used on 10.5+, more consistent text
now linked against 10.5 SDK, but with 10.4 compatibility
option to ignore CoreAudio reset messages (can enable for certain devices, emulates 4.22 behavior)

Routing matrix:
mouseover highlight of current position
improved functionality with click/drag to change multiple tracks
show MIDI inputs and outputs
improved display of MIDI-only sends

Automute:
option (default) to clear automutes on playback start
improved updating of arrange when automuting

Media items:

improved new 4.30 fade shape behavior with fully overlapping items
avoid creating tiny media items when pencil-drawing with snap enabled

MIDI:
improved linear painting in drum modes .
fixed overdub+autopunch+preroll bug [issueid=4046]
allow pasting of MIDI events directly in arrange view (adds item, or pastes in existing item)

ReaVerb:
fixed incorrect transition from mono to stereo signals with stereo impulses
corrected latency immediately after samplerate change

Track routing dialog:
improved layout when using large fonts on Windows
fixed parent channel not repopulating after adding sends
FX browser: optional alternate tree/list layout (doubleclick divider to change)

ReaStream:
added localhost support for win32, improved broadcast support on OSX, improved recent host history
Time signatures: fixed adjusting media items when changing time signature numerator
 
4.33 ist da. Leider noch nicht mit Stretchmarkers. :(
Trotzdem wie immer hier: http://reaper.fm/download.php

Changelog:

+ API: added CountActionShortcuts, GetActionShortcutDesc, DeleteActionShortcut, DoActionShortcutDialo, SectionFromUniqueID, GetToggleCommandState2
+ API: added stub for old DuplicateMenu API, fixes csurf_automap support

+ AU: load factory default preset resets pin mapping to defaults [issueid=4364]

+ Actions window: fixed copy command ID to clipboard
+ Actions: insert click source/SMPTE generators makes items without fades

+ Batch converter: fixed rendering past end of source in media items [issueid=4690]
+ Batch converter: setting for FX tail size when applying FX
+ Batch converter: support for rendering media items that have take-fx, including tail [issueid=4689]

+ Control surfaces: improved AlphaTrack/FaderPort following track selection via context menu clicks etc [issueid=4642]
+ Control surfaces: improved support for jog wheels on MCU/01x

+ DDP: fix for CD-TEXT writing errors
+ DDP: fixed extra spaces being inserted into md5 file

+ Dynamic split: correctly detect take start offset/playrate changes
+ EDL: fixed pan reversal in .edl files
+ Editing behavior: default ctrl+C/ctrl+X behaviors now ignore time selection, use shift+ctrl+C/shift+ctrl+X to copy or cut respecting time selection
+ Envelope editing: alt-click to remove point no longer passes through alt-click to other mouse contexts

+ FX: build output routing reduces large lists of created tracks
+ FX: saving/renaming preset UI improved, show existing preset names and prompt to overwrite
+ File import: improved multiple file prompting

+ Freeze: basic support for position change in frozen items propagating back to frozen state
+ Freeze: save with media move/copy includes frozen media too
+ IO window: properly update send volume strings on mousewheel fader adjustment

+ IO window: sanity check pan/width values
+ Item snap offset: better behavior when in beats/position only mode

+ JS: Updated IX/MIDI_Tool II
+ JS: fixed platform-specific rounding issues, improved code generation on some platforms
+ JS: fixed some EOF issues when reading malformed text files
+ JS: improved detection of whether triggers are used by a given JS
+ JS: improved undo behavior on OSX

+ Joysticks: improved rounding consistency in scripts across platforms

+ MIDI: fixed excess noteons/noteoffs when starting overdub/replace recording to new item
+ MIDI: improved overdub/replace recording item creation behavior with loop and preroll
+ MIDI: fixed overdub/replace recording issues (full size loop option, time selection autopunch)

+ Media Explorer: inserting multiple items aligns them at the same time
+ Media import: when dragging media onto an existing media item, prompt to create a new media item or replace existing source media
+ Multiprocessing: improved anticipative FX with sends to tracks that use PDC [t=113560]

+ OSC: fixed FX parameter feedback for some ReaPlugs
+ OSC: fixed certain OSC action binding issues [issueid=4589]
+ OSX: Improved cursor behavior when mouseover on nonfocused windows
+ OSX: fix for possible crashes at shutdown
+ OSX: fixed ReaControlMIDI insertion action
+ OSX: fixed joystick support on i386
+ OSX: fixed main menu langpack support
+ OSX: fixed possible crash relating to accessibility and floating toolbars
+ OSX: improved behavior when drag and dropping large numbers of files from finder
+ OSX: improved peaks reading performance (fixed mmap file reads)

+ Project bay: added actions to insert or remove selected project bay items from project
+ Project bay: context menu action to insert media/FX into project
+ Project bay: support replacing source media with media of a different type (replace wav with mp3, etc)
+ Project bay: improved behavior when removing folders
+ Project bay: improved undo for numerous FX related actions
+ Project bay: fixed memory leak when using external bays
+ Project bay: fixed display of comment field when unretaining media
+ Project bay: reduced RAM use when loading bay state

+ ReWire: enabled ReWire options in preferences for 64-bit
+ ReaComp: fixed RMS/autorelease behavior when automated
+ ReaSurround: fixed cleared input channel names when increasing channel count [issueid=4743]
+ ReaSurround: fixed state loading on PPC

+ ReaNINJAM: OSX chat scroll fix
+ ReaNINJAM: prevent writing corrupt clipsort.log when others use quotes in names
+ ReaNINJAM: fixed possible crash [issueid=4746]
+ Recording: preserve PDC monitoring mode adjusts media start offset rather than item position
+ Recording: tape replace-mode using overdub/replace MIDI modes now properly matches input recording behavior

+ Region manager: updating region indices behaves more like region editor [issueid=4745]
+ Render: added action to render using most recent render settings, but a new target file name
+ Screensets: fixed saving screenset names with spaces in project [issueid=4498]
+ Sends: fixed issues with removing tracks that have send envelopes [issueid=4732]
+ Stem rendering: support output samplerate conversion for stem renders
+ Take pitch envelopes: fixed click on transition to 1.0 pitch
+ Time display: fixed length rounding bug in measures/beats when displaying lengths
+ Time signature markers: fixed refresh on removal via alt+click [issueid=4747]
+ VST: fixed shell-plugin scanning

+ Video: Added WEBM encoding/decoding, made default for encoding
+ Video: Added render option to keep the source aspect ratio
+ Video: Fix for incorrect framerate detection when using VLC decoding
+ Video: Fixed RGB colorspace when using VLC decoding on OSX
+ Video: Fixed YV12 colorspace encoding issue on OSX
+ Video: Fixed incorrect video colors on OSX with MJPEG codecs using VLC decoder
+ Video: Updated FFmpeg to latest available version (1.1.3)
+ Video: added latest LibAV (0.9.x) support
+ Video: faster loading of videos/images
+ Video: improved QuickTime audio decoding
+ Video: improved image item support, pooled fullsize images to limit RAM use, cached thumbnails

+ WALTER: fixed user font 5-8 support
+ WALTER: trans.bpm.tap.margin now can properly specify alignment

+ Waveforms: optionally fill waveform drawing to zero line
+ Windows: fixed duplicate jump list addition on saving project with subdirection creation
+ Windows: opening projects now adds them to Windows recent/jump lists
 
Reaper 4.4 ist da.
Endlich Stretchmarkers :)

Und hier noch die Liste:


Timestretch:
- change the timing of items using convenient Stretch Markers
- can create Stretch Markers via action/mouse map, or via dynamic split window
- better Soundtouch output quality near beginning of streams
- support for larger time expansion/compression values
- updated to elastique 2.28

Metronome:
- better overlapped sound when using a mix of click sounds and samples
- preserve pitch when using project playrate

OSX:
- fixed memory leak in CoreText drawing introduced in 4.32
- improved .ini file performance/reliability

API:
- added PCM_Source_GetSectionInfo

Copy/paste:
- fixed paste of FX envelope points

Locking:
- improved granularity for item locking, fixes

MIDI recording:
- numerous improvements to overdub/replace recording (double notes, looped items, time selection autopunch)

ReaMote:
- fixed some issues with high channel counts

ReaSamplomatic5000:
- improved import media item from arrange to work better with section items

ReaSurround:
- fixes when using more than 32 channels

ReaTune:
- configurable detector input including sidechain support

Tab transient:
- threshold is checked post-take/item gain

Video:
- preserve rotation setting when duplicating/splitting items

VST:
- improved bridging behavior with embedded windows

Windows:
- topmost button tweaks to better work with embedded bridged plug-ins
 
Und schon gibt es 4.401 :D

Changelog:
- der gleiche wie bei V4.40
 
Und ZACK! ist 4.402 draußen. Bisher wird die Version zwar noch nicht beim Starten von Reaper aufgerufen, über die Download Page gelangt man aber zum Installer :)
 
Das ist dann wiederrum nervig. Da wird 2-3 Monate auf einen Release hingearbeitet, und dann kommen an einem Tag noch 2 Buxfixes. Auf der einen Seite gut, dass es gemacht wird, auf der anderen frage ich mich, warum nicht vorher? :nix:
 
Manchmal kann man es den Leuten auch nicht rechtmachen, wie? ;)
Nee im Ernst, mal eben ein 9 MB großes Update zu installieren finde ich tausend mal besser, als mit vorhandenen Bugs leben zu müssen, die erst im nächsten großen Update behoben werden. Auch in einer Testphase können immer mal Fehler übersehen werden. Wenn ich da so an andere Software-Hersteller in dem Preissegment denke.. Die ruhen sich dann auf ihrem halbfertigen Release aus und (teilweise nicht unerhebliche) Bugs werden erst ein halbes Jahr später gefixt.
Wie gesagt, der Aufwand der Update-Installation hält sich bei Reaper in Grenzen. Deshalb bin ich über jede neue Versionsnummer froh :)
 
Reaper 4.5 wurde released. :)
Und hier der/die/das obilgatorische Changelog. Ich habe mal meine persönlichen Highlits unterstrichen. :rolleyes:

reaper.fm schrieb:
+ MIDI editor:
- support for editing multiple MIDI items at the same time
- added track list and media item lane, filter window now filters only MIDI events, not media items
- track list and media item lane control which media item is active, which others are visible
- optionally preview all selected notes that start at the same time position
- optionally preview notes when editing or changing selection via keyboard action
- actions to activate next/previous item, visible item, or track, action to enable/disable relative snap
- added mouse modifiers to move/copy selected notes by dragging in the piano roll (no need to click the note again)
- added toolbar snap button context menu
- many bugfixes and performance improvements
- improved action to view raw MIDI data
- new cursors midi_noteedge_l, midi_noteedge_r, midi_stretch_l, midi_stretch_r
- save and load bank/program select files with tracks, rather than with individual MIDI takes
- stretch CC events when stretching a group of notes (when option enabled)
- support for 14-bit CC messages in piano roll and event list
- theme colors for out-of-bounds piano roll
- theme image for midi_item_bounds.png, table_remove_off, table_remove_on
- track list shift+click expands/collapses folders or track items
- track list has right-click menu option to choose which tracks to show/hide in track list
+ JS:
- $xHEXCONSTANT now parsed same as 0xHEXCONSTANT, no conversion to 32 bit signed integer
- editor has improved non-english keyboard support, syntax highlighting, better resizing support
- _global.variable support, regXX alias to _global.regXX
- added atomic_setifequal(), atomic_exch(), atomic_add(), atomic_set() and atomic_get()
- improved behavior with fx that define input or output pins but not both
- invsqrt() now produces same results for negative inputs on x86-64 and x86/PPC
+ MIDI:
- fixed chasing notes in certain instances .
- fixed multiproject hang bug .
- import SMF cues that are embedded in the tempo track
- optionally embed project markers as MIDI cues when exporting project MIDI
- optionally import embedded cues as project markers
- when playing back looped, improved sample-level rounding to avoid duplicate midi notes
+ API:
- GetSetMediaTrackInfo with I_RECARM no longer generates undo points
- added GetTrackDepth function
- added functions to get media item track, parent tracks
- fixed DoActionShortcutDialog() not updating configuration files
- undo/redo cancels any pending undo blocks
+ FX:
- Monitoring FX support - useful for analysis, room adjustment, or other non-project related processing
- fixed changing parameters via program change causing potential hang .
- safer UI updating when changing bypass/parameters via automation
- dropping FX on a track input fx, record arm, record mode, or record input will put FX on input chain
- input FX are now properly tracked by undo system
+ ReaPlugs:
- ReaControlMIDI supports channel pressure messages
- improved use/calculation of constants throughout that might affect some win64/AMD systems
- fixed potential for crash in ReaFIR analysis code on incorrectly-sized windows
- safer ReaInsert audio device hooking
+ Time signatures:
- improved beat-attached behavior when removing points .
- fixed adding editing markers at zero/negative measure counts
- improved adjusting media items when changing time signature denominator (related to change in 4.32)
- improved behavior moving/copying regions with time signature markers .
+ Timestretch:
- fixed issues in 4.4x with playspeed envelopes and preserve pitch
- latest AVX-enabled Windows builds of Elastique
- fixed Elastique issue on some win64/AMD systems
- allow non-1.0 playrates that are very close to 1.0 .
+ Undo:
- extensive optimizations and improvements
- avoid excessive state loading when undoing changes to track order/counts
- better reuse of undo buffers when changing track order/counts
- improved memory use, scan for common blocks in history when adding states
- incrementally updated RPP-UNDO files, can make for much faster save of undo history
+ Windows:
- added WMA as supported file extension
- fixed CPU usage display working intermittently on systems with large uptimes
- installer better handles incorrect ReWire installation states
- topmost button activation tweaks (fixes for embedded bridged plugins and native plugins such as Kontakt)
+ Actions:
- added set item name from active take filename
- fixed label for scroll view horizontally by page .
+ Click source:
- better behavior when using pitch shifting/timestretch
- do not adjust click source rates when adjusting tempo
+ Envelopes:
- better behavior with multiple points selected
- added actions to select various track envelopes
+ Grid:
- better support for measure lengths that are not multiples of grid size .
- framerate grid/snap support
+ OSX:
- PowerPC build has improved defaults for better performance
- fixed fx pin connector text
- localized audio device info menu support
- Project bay:
- better undo integration for speed/RAM use, faster undo state loading
- improved sorting for length, track, position with fallbacks .
- Recording:
- MIDI input mode with pdc-adjust respects loop end timing
- preserve PDC monitoring properly observes i/o latency for audio
+Stretch markers:
- action to remove stretch marker at current position
- actions to navigate to next/previous/nearest stretch marker
- guide indicators when moving
+ VST:
- improved bridged embedded support for SE plug-ins (broken in 4.40)
- when mode set to not scan VST info, apply renames after updating plugins
Autosave: configurable option for when to autosave (always, stopped, or not-recording)
Directory cleanup: better media path resolving for freeze and project bay referenced files
Dockers: improved autotransparency behavior
Fades: splitting items with crossfade set will set both crossfade and default item fades .
Marker/region manager: import/export csv properly supports commas/quotes (RFC 4180) .
Metronome: Preferences/Audio setting to choose default output
MTC: fixed hour-rounding issue with 25fps
Pan: enabled overriding pan mode for the master track . .
Performance meter: options to show/hide empty tracks/master track/Monitoring FX
Project tabs: option to put project tabs on left edge of window rather than top
Routing: reduced excessive volume/pan messages being sent via MIDI sends when stopped/looping
Text rendering: fixed potential memory overflow bug, thanks JeffOS
Track manager: fixed extra spaces being added when renaming child tracks
Video: fixed file closing hang when using WMA files on Windows
WavPack: fixed crash on reading invalid wrapper chunks
 
  • Gefällt mir
Reaktionen: 2 Benutzer
Heut morgen kam Version 4.51.
Wahrscheinlich hat das Massen"testen" noch ein paar Bugs offengelegt die gefixt wurden.

Wie immer unter http://www.reaper.fm/download.php erreichbar.
 
Und noch ein paar kleine Änderungen sind nun in Version 4.52 eingeflossen:

  • 4.52:
    • Actions: various actions better respect edit cursor in undo state
    • Graphics performance: fixed high CPU use when displaying media items with many embedded cues
    • MIDI editor: better cursor positioning on note edge clicks [SIZE=-2].[/SIZE]
    • MIDI editor: fixed scroll issues, improved play cursor behavior
    • MIDI editor: track and channel selection available in both piano roll and event list view
    • MIDI editor: fixed channel filter initializing incorrectly when loading projects
    • MIDI: fixed pasting events into blank area of arrange view
    • Metering: fixed track metering inaccuracies on looped playback
    • Playback: fixed rare but possible increased memory use when changing loop selection during playback
    • ReaPlugs: improved undo point notification for various controls
    • Routing matrix: fixed scroll issue [SIZE=-2].[/SIZE]
    • Video: fixed audio decoding issue when using VLC decoder on files containing a 32bps audio stream
 
  • Gefällt mir
Reaktionen: 2 Benutzer
Version 4.54 ist seit heute draußen. Hier der Changelog für 4.53 und 4.54:

  • 4.54: JS: fixed an issue in 4.53 where optimizations could cause incorrect code [SIZE=-2].[/SIZE]
  • JSFX:
    • added !== and === operators (exact comparisons)
    • avoid excess undo state save on finishing a slider drag
    • user functions can now have namespaces as parameters -- function t(a*) ( a.foo = 1; );
    • user functions can now have their own default namespaces -- function foo.bar() ( this.a=1; );
    • user functions can now override builtin functions -- function sin(x) ( x - x^3/6 + x^5/120 );
  • MIDI:
    • quantize linear tempo changes when exporting project MIDI [SIZE=-2].[/SIZE]
    • preserve NRPN blocks on import/export [SIZE=-2].[/SIZE]
    • avoid flooding volume/pan messages when transport is stopped [SIZE=-2].[/SIZE]
    • fixed/improved pasting notes as new items from arrange view
  • MIDI editor:
    • option to link track list selection to editability
    • removed automatic 2-way mirroring of arrange view selection and MIDI track list selection
    • track list selection optionally follows changes in arrange view selection
  • Video:
    • bridged Quicktime bugfix (eof would cause video source to stop working)
    • fixed more audio playback issues when using VLC decoder
  • VST:
    • avoid flooding undo states on certain plugins that send too many audioMasterEndEdit (such as TB_EZQ)
    • improved parameter automation behavior
  • API: various APIs properly update track-dirty flags [SIZE=-2].[/SIZE]
  • Automation: fixed bug where plug-in automation timing would be affected by track channel count [SIZE=-2].[/SIZE]
  • Batch converter: support writing to source directory for media items
  • Playback: improved some anticipative FX behavior changed in 4.52 [SIZE=-2].[/SIZE]
  • ReaPlugs: various toggles now better support automation
  • ReaSamplomatic: reduced clicking when voice-constrained
  • Recording: fixed media monitoring when in time selection auto punch and no time selection
  • Stretch markers: move marker preserving left hand rate works properly on first stretch marker in item
 
  • Gefällt mir
Reaktionen: 2 Benutzer
4.55 heißt das neue Zauberwort. ;)

Changelog schrieb:
Control surfaces:
… AlphaTrack better supports touch/untouch when automating FX parameters via knob
… Now properly support touch state for width

JS:
… Added sequencer_baby_v2
… Sequencer_baby now produces sample accurate results

MIDI editor:
… Fixed ruler drawing for zero and negative measures
… Note properties dialog supports multiple editable MIDI items
… Refresh note properties, transpose, quantize, humanize dialogs on note selection change

OSC:
… Added TRACK_PAN2_TOUCH for width/dualpan touch support
… Reduced CPU/power use of OSC support
… Support for calling custom actions by string identifier .

OSX:
… CoreText PostScript font names cached to avoid 10.9+ warnings
… Improved support for Macbooks with GPU switching (do not force discrete GPU)
… Reduced power consumption from joystick polling, especially when joysticks are not physically present

Video:
… Added support for latest VLC version (v2.1.x)
… Improved FFmpeg 5.4 audio decoding (float-planar)
… Improved support for multichannel audio from VLC 2.0.x

Editing:
… Fixed inconsistent behavior of trimming items behind edited time selection .

MIDI import:
… Fixed incorrect import of certain .mid files .

Region manager:
… Option to play region through, then repeat or stop, on selecting a new region

Splash:
… Splash screen lists native plug-ins as they are being loaded

Transport:
… Show pre-roll text when in pre-roll
 
  • Gefällt mir
Reaktionen: 4 Benutzer
Schlag auf Schlag. Version 4.56 ist seit heute da.

Der Changelog:


FX:
- drag and drop copy/move improvements
- drag and drop will auto increase track channel count when needed

JS:
- fixed pin mapper state saving in certain instances
- improved performance of mapped pins with high channel counts

MIDI editor:
- fixed crash when editing note velocity with velocity filter applied .
- fixed display issue when updating and inactive on non-aero Windows .
- fixed unpredictable behavior when editing left edge of looped MIDI item in MIDI editor .

OSC:
- added controller feedback for stereo track VU metering
- fixed TIME with string parameter support

Timecode:
- LTC generator 23.976 mode is ND not DF (DF is deprecated)
- LTC generators generate correct ND timecode (timecode runs slower than a wall clock)
- LTC synchronization supports ND modes

AU:
- improved performance on multichannel tracks

Render:
- fixes to stem rendering support for resampling and project regions
 
Noch mehr Schläge: 4.57

Changelog schrieb:
MIDI editor:
- added mouse modifier to stretch MIDI source loop
- less sensitive mouse behavior for editing ruler loop points .
- new loop point editing behavior when start offset exists .
- quantize window has improved labels for quantize range

MIDI inline editor:
- added action to close editors for selected items for main context
- auto-zoom contents when opening if edits have occurred in main editor
- doubleclick on toolbar zoom button zooms-to-contents
- fixed flicker when using humanize window
- if closing editor via inline editor action, obey selection rules

AU:
- bridged support for plug-ins with multiple buses
- fixed bridged plug-in issues (broken in 4.56)
- improved bridged plug-in shutdown sequence to avoid autorelease errors

FX:
- fixed rare zero column size bug in FX browser
- floating FX windows show slot number of title
- restore floating state when bringing FX back online

MIDI:
- fixed peak issue with overlapping channel data .
- improved arrange view note display (scales to fit used notes)

OSC:
- added /vkb_midi/[note|cc|pitch|program|polyaftertouch|channelpressure] commands for sending MIDI to the VKB record input
- added default mappings for /track/@/[mute|solo|recarm]/toggle, /action/@/cc, /action/@/cc/relative, and /action/@/cc/soft (for soft-takeover)
- improved support for soft-takeover on action and FX parameter bindings

OSX:
- fixed some small leaks
- on 10.9+, disable App Nap when using bridged plug-ins, rendering, or audio device open

Video:
- fix startup crash with old VLC versions installed
- improved QT audio support

Windows:
- improved CPU/memory meter reliability
- improved pin-to-top button behavior

Grouping: fixed possible group errors when using multiple project tabs

JS: fixed reset to default for sequencer_baby_v2

Localization: fixed potential crash on startup

Memory: tweaks to memory management logic
 

Ähnliche Themen


Unser weiteres Online-Angebot:
Bassic.de · Deejayforum.de · Sequencer.de · Clavio.de · Guitarworld.de · Recording.de

Musiker-Board Logo
Zurück
Oben