Cockos Reaper News & Updates

Und kurz vor Weihnachten noch einen nachgelegt, Version 4.58 (Changelog):

ReaSamplomatic:
- multi-file support (adding a group of files via browse or drag and drop will divide velocity range by file)
- active voice count indicator
- added optional separate control for note-off release
- changed default settings for new instances
- graphical display of ADS envelope
- improved locking behavior to avoid audio interruption when loading samples
- improved parameter names for automation purposes
- reduced RAM use
- save-as with copy media now puts samples into samples/ subfolder

MIDI editor:

- fixed copy/cut within time selection not advancing the cursor or extending the MIDI item properly in certain situations
- fixed double-click note behavior with certain settings
- fixed step sequencer hang on recording during playback .
- fixes relating to note folding
- improved edit cursor mouse click behavior

Render:

- region render matrix window allows selecting which tracks are rendered under which regions
- better auto-increment numbering for duplicate render target filenames
- option to render selected items
- option to render tracks with only mono media to mono files
- more informative display for render queue

API:
- added file_in_project_ex2, so that plugins tracking media files can receive copy notifications in save-as-copy etc
- functions to get or set the region render matrix

FX:
- fixed chain focus issues when updating ReaSamplomatic plug-in name
- drag and drop cursor fixes relating to monitoring FX
- item FX chains can request higher channel counts for internal processing

MIDI:
- more precise export of linear tempo transition .
- optimizatons to arrange view drawing
- option to automatically scale notes to fit in arrange view

Project bay:
- avoid hang when zooming to selected items that are very far apart .
- improved sorting by take details column

ReaVerb:
- improved threading behavior when loading impulses
- save-as with copy media now puts samples into impulses/ subfolder

Save as with copy:
- better support for copying plug-in referenced media .
- move option will prefer to copy files not in known or fallback recording paths

VST:
- improved setSpeakerArrangement behavior
- optionally inform plugins when track channel count changes

JS: added midi_choke

MIDI export:
warn before overwriting files

MIDI inline editor:
zoom/autozoom fixes

OSC:
fixed bug in /vkb_midi/note support

ReaStream:
improved blocking behavior for network sends

ReaSurround:
by default, adjusts channels to match track channel count, but can be disabled

Track channels:
added 36 channels as an option

WAV:
ignore nonsensical BEXT preferred position data

Windows:
fixed x64 hang on certain tempo envelope and grid settings .
 
  • Gefällt mir
Reaktionen: 6 Benutzer
Übrigens wurde gleich 4.581 nachgereicht.

Ein genaues Changelog ist offiziell nicht vorhanden. :redface:
 
Doch:

  • 4.581 fixups:
    • Render: faster dialog response time when changing render settings with very many regions and stems [SIZE=-2].[/SIZE]
    • JS: prevent calls to gfx functions from audio thread (safety nitpick)
 
  • Gefällt mir
Reaktionen: 2 Benutzer
Tadah! Version 4.59!

  • JSFX:
    • added many new gfx APIs and functionality (including gfx_dest for offscreen drawing)
    • string support for code, improved language syntax [SIZE=-2].[/SIZE]
    • IDE: better syntax highlighting with simple error detection, ctrl+T for matching parentheses/strings/etc
    • IDE: can open/edit multiple files at once (ctrl+O on import line, or similar)
    • IDE: watch window has searchable filter, can also do value=xyz or refs=xyz, other operators include <, > and &
    • faster in-place fft_permute(), fixes to old bugs in FFT/memcpy
    • fixed endian issue in file_var()/file_mem() reading of 16 bit wav files on PPC
    • fixed file slider incorrect defaults
    • force disabling FPU exceptions for better compatibility with certain plugins [SIZE=-2].[/SIZE]
    • hidden sliders can now start with -- to prevent adding UI gap, improvements to spacing
    • sliderchange(-1) will trigger undo point when called from @gfx
  • MIDI editor:
    • better handling of selection changes when using one MIDI editor per track
    • fixed editing individual note velocity bars
    • option to let MIDI editor remain open when the active media item is deleted in the arrange view
    • reworked editor behavior preferences in options and in editor contents menu
    • unhide hidden note rows when the user switches to piano keyboard view
  • Render:
    • respect text cursor and selection when inserting wildcards from wildcard menu
    • VU meters for master mix and stem tracks (mono, stereo, multichannel)
    • VU meters display up to 24 channels for multichannel renders
    • optimized output filename collision detection
  • OSX:
    • more descriptive MIDI device names, which reduces potential order changes of similarly named devices
    • scan /Library/Application Support/REAPER/UserPlugins for native REAPER plug-ins (such as SWS)
  • Peaks:
    • option to put peak files in peaks/ subdirectory from media
    • option to force alternate peak-path for select media paths (such as sample libraries, etc)
  • Project bay:
    • improvements to media item length sorting
    • support for moving/copying media to any destination directory
  • FX: fix for win 8.1 hang on fx add with default preset [SIZE=-2].[/SIZE]
  • Media explorer: updated pitch shift API
  • Menus: better sorting for ini files
  • MIDI: arrange view note scaling is per-track, rather than per-item
  • OSC: added messages to jump to marker or seek to region
  • ReaEQ: fixed locking issue on preset load
  • ReaMote: improved timeout behavior when remote host stops responding
  • ReaMote/ReaStream: improved socket polling behavior (poll() on OSX, allow more than 64 connections on win32)
  • ReaSamplomatic5k: fixed potential crash on loading with offline media [SIZE=-2].[/SIZE]
  • Save as with copy: move only when in previous media path (added in 4.58) made optional [SIZE=-2].[/SIZE]
  • Undo: better undo state descriptions for FX and envelope edits

 
  • Gefällt mir
Reaktionen: 2 Benutzer
4.60 ist da. Der Changelog:
----
And more!

JS:
added jnif's excellent sequencer_baby mod as sequencer_megababy
floaty_delay glitch fix
added gfx_circle, gfx_arc, and gfx_roundrect
added globals() keyword for functions, can be used to restrict access to global variables/namespaces
added midisend(ts,msg1,msg2,msg3) and midirecv(ts,msg1,msg2,msg3) for improved readability
added midisend_buf(ts,buf,length) and midirecv_buf(ts,buf,maxlen), useful for send/receive of both normal MIDI data and sysex
added midisend_str(offs,str), midirecv_str(offs,str)
added mouse_wheel and mouse_hwheel, time(), time_precise()
fixed 4096 point MDCT
fixed gfx positioning with large fonts, made requested size more likely to be used
fixed sizing issue on OSX .
gfx_getchar() support, use with no parameter to get a key ('a', '1', 'f1', 'up', 'down', etc), or with gfx_getchar('up') to get status of a key
gfx_loadimg() now supports JPG, PCX, ICO, BMP, LVG in addition to PNG
optimized midisyx()
"options:" can now include gmem=namedpool, which allows plugins to allocate their own shared gmem[], which also increases the size of gmem[] to 8M entries (from the default 1M)
"options:want_all_kb" support for defaulting to plug-in gets all keys
plugin instances with @gfx sections will remember their sizes after user resize .

MIDI editor:
actions to invert chord voicings
actions to reverse or invert selected events
filter solo (play only events that pass through the filter)
filter supports a range of parameters (note values, MIDI programs, etc)
filter supports event position within measure
fixed opening MIDI editor via action with certain editor preferences set
fixed velocity lane editing on OSX .
if white/black piano roll theme colors are identical, draw horizontal lines to separate notes
right-drag piano keys to select a range of notes

ReaScript:
documentation improvements
added EEL language support in addition to Python
scripts can now persist via defer (EEL) or RPR_defer (Python)
improved AudioAccessor API, added AudioAccessorValidateState()
various new APIs including: CountProjectMarkers, GetLastMarkerAndCurRegion, SetProjectMarkerByIndex, DeleteProjectMarkerByIndex .
added APIs to get MIDI editor settings, get/set/insert MIDI events
fixed various functions to match documentation (CreateNewMIDIItemInProj,TrackFX_SetEQParam,TrackFX_GetEQParam)
stretch marker get/set support

ReaPlugs:
ReaVerb now displays spectrograph of impulse
RS5k and ReaVerb have better resolving of filenames in samples or impulses subdirectory
fixed RS5k peakbuilding when changing samples via combo box
lowered ReaDelay RAM use with long delay lines

FX:
fixed keyboard navigation in FX chains on Windows
update FX chain window after copying FX from TCP or mixer .

JS editor:
fixed bugs in find function .
configurable per-file tab size, use "tabsize:X" before @init to configure

MIDI:
do not import or export track name messages to/from the tempo track
fixes to sorting when merging multiple MIDI streams .

Nudge:
improved support for nudging by frame with DF timecode .
fixed framerate mode in nudge items by grid size action .

OSC:
display track pan width feedback properly .
reduced duplicate OSC messages, optimized wildcard matching/generation
support for marker/region feedback to devices

Parameter modulation:
fixed various sync issues, fixed labeling to QN rather than beats, old behavior still exists for old projects
improved speed slider behavior/snapping

Project save:
action to save new version of project (automatically increment project name)
save with media move now correctly moves video files

Render:
configurable render queue delay time (to allow samples to load if necessary)
rendering regions/stems with RPP saving option produces a customized RPP per-file

Video:
Fixed high CPU usage when using non-zero timebased video files
option to automatically detect orientation for jpeg/mov files

Cues: fixed legacy API support for media item cues .
Joysticks: allow use of all ReaScript/EEL APIs from joystick scripts, including gfx_*()
Media items: better display of item buttons when first take is empty and not visible .
MIDI export: fixed exporting project cues along with MIDI tempo map .
MP3: fixed index file generation issues from 4.59
OSX: check /Library/Application Support/REAPER/ for license file
ReaMote: fixed bridged plug-in support on OSX
Track manager: prevent adding FX to master input FX .
Transport: added themeable color for project play rate when not 1.0
VST: generic UI refreshes in response to audioMasterUpdateDisplay .
 
  • Gefällt mir
Reaktionen: 2 Benutzer
3 Tage - 3 Versionen. :redface:

Version 4.602
Changelog - 4+86336/1988

4.602: MIDI: export project name to tempo track .

4.601:
Prefs: allow -inf for track/send/hardware output default volumes .
Smooth seek: fixed smooth seek at region end (also fixes Region Playlist extension) .
Title bar: fixed duplicate text .
 
  • Gefällt mir
Reaktionen: 2 Benutzer
4.61

Springtime

Performance:
option to use new worker thread scheduling logic which can use less CPU
reduced CPU overhead of silent tracks when stopped, similar option for playback
reduced memory usage when viewing projects with many audio items
improved performance of note range calculations for tracks with many MIDI items
faster/safer exit process
better OSX splash screen updating
faster OSX track creation/loading
faster loading/saving and undo-point creation
Items:
fixed buttons on very large/zoomed media items
fixed interaction between editing take start offset and warp markers in item properties dialog .
avoid playback glitch with negative section start offsets
MIDI:
CC chase bug fix .
when edits result in MIDI events that do not pass the filter, disable the filter
OSX:
fixed 10.4 top level menu issues introduced in 4.33
optimized drawing in certain partial-update situations
support receiving long sysex messages from hardware
Stability:
fixed potential crash when showing media items in lane and resizing track height .
fixed potential crash when sending automated FX parameter updates via OSC
small optimizations and buffer overflow protection
Stretch markers:
fixed playback error when using unlooped items and start offset is negative .
update video preview position when editing stretch markers
Automation: option to not reset latch state on loop .
FX: menu actions to replace or quick-replace an effect preserving routing
Glue: when glueing all muted items, produce muted result
JS: allow "filename:png" lines with indexes more than 128
MIDI editor: fixed behavior when using one editor per track .
Missing file window: show current project .
OSC: improved controller feedback for transport state (play/pause/record/stop)
Plugins: native plug-ins are no longer unloaded at exit on Win32
Recording: support for wildcards when automatically naming recording files
Render: added wildcards for start and end time
RS5k: fixed text field UI when automating parameters
Screensets: docker related screenset fixes
Scrolling: improved autoscroll behavior in arrange view and maximized mixer
Theme: added toolbar_filter_solo (for MIDI toolbar)
Track autonaming: removal of trailing numbers is now optional and off by default
Undo: last undo state shown in menu bar is now constrained in size
 
Version 4.611

Steady on


Cockos: Welcome JeffOS

MIDI editor:
fixed behavior when using one editor per project

fixed unexpected behavior of action to set CC lane (custom keyboard shortcuts for this action will need to be reset

Projects:
fixed encoding of certain strings with quotes in them (group and comp names)
fixed decoding of certain (rare) strings
ReaScript:
fixed GetToggleCommandState2 to work with other sections
fixed MIDI text/sysex event get/set support
fixed MIDI_SetTextSysexEvt and MIDI_GetTextSysexEvt (note: for sysex the supplied/returned message no longer includes the bounding 0xF0/0xF7)
Stability:
fixed potential crash on exit introduced in 4.61
fix for potential UI hang with linear tempo transitions on Win64
Envelopes: fixed move segment preserving end values with square points

FX: keyboard shortcut to replace FX preserving routing changed from R to Ctrl+R Items: fixed random noise being possible for unlooped items with negative start offsets
JSFX: gfx_arc() drawing fix
Licensing: about box now has option to show only personal or small business use in titlebar for this license type
Peaks: memory mapped peak files are off by default to save address space/better deal with lost disks
ReaInsert: added new (default) option to use audio device reported latency rather than relying solely on ping tests
Screensets: much faster saving, faster loading
Track routing: routing window visual alignment fixes
VST: no longer unload plug-ins DLLs on exit
Windows: fixed menu language pack issue



 
  • Gefällt mir
Reaktionen: 4 Benutzer
Weiter geht's mit 4.62!

Obeying the First Law of Francodynamics


  • API:
    • fixed RenderFileSection() return value
    • plugin extensions can register MIDI/OSC learn-able actions [SIZE=-2].[/SIZE]
    • plugin extensions can register actions in any section [SIZE=-2].[/SIZE]
    • plugin extensions can register toggle actions in any section
  • Localization:
  • FX:
    • fix for FX browser context menu issues on secondary monitors [SIZE=-2].[/SIZE]
    • fixed timing issues with looped PDC+MIDI [SIZE=-2].[/SIZE]
    • optional auto-positioning of FX chains and floating FX windows, improved default positioning
  • JSFX:
    • added support for reading various media types that REAPER supports (including FLAC, WavPack, etc)
    • gfx_arc() overdraw fixes
  • MIDI editor:
    • display on/off states in the action list when relevant
    • added action to show list of MIDI note name files at cursor
    • list recent note name files in File/Customize note names menu
  • Mouse modifiers:
    • added separate context for marker/region lanes (above the timeline)
    • added new scroll/zoom actions
  • Render wildcards:
  • Ruler:
    • changes to timeline appearance, customizable distance between timeline text labels
    • new minimal-beats view mode
    • separate theme colors for measure vs other markings
  • Stability:
    • fixed possible crash on exit when using RX2 files
    • fixed multiproject related stability issues (JeffOS is awesome)
    • reverted change from 4.611 which caused some VSTs to crash on exit
  • Actions: fixed typo in "Go to end/start of loop" action names [SIZE=-2].[/SIZE]
  • Envelopes: cut/paste respects project and track timebase [SIZE=-2].[/SIZE]
  • MIDI: fixed various timing problems with playback, display, and export when the user creates a project tempo map containing partial measures [SIZE=-2].[/SIZE]
  • Preferences: consolidated TCP, VU meter, and fader preferences onto one page
  • ReaScript: avoid excess Undo_OnStateChange() calls and stale undo blocks for non-deferred scripts
  • Toolbars: allow customizing the names of builtin toolbars
  • VST: fixed MIDI output disable mode
  • Windows: avoid msvcrt.dll dependency in win32 builds
 
Und es gibt Version 4.7 :)

-> http://reaper.fm/download.php

Performance:
improved track panel/mixer panel UI behavior/performance with large track counts .
various FX preset improvements
Region manager better handles large region/marker counts
Region render matrix better handles large region counts
Track manager better handles large track counts

Project tabs:
save project tab list on exit, restore on startup
option to prompt for action on startup (last project, last project tabs, recent projects, new project, etc)
option to prompt on startup when project previously failed to load
new actions including 'Close all project but current' and 'New project tab (ignore default template)'
improved prompt for save before exiting (show a list of all unsaved projects)

OSX:
much faster drawing for Retina Macs
faster drawing on newer OSX versions

Actions:
toggle track solo/mute/FX bypass/record-arm/visibility report ON/OFF states
selected track under mouse cursor will scroll track into view in other contexts
added nudge take/item volume +1db/-1dB, or reset item to 0dB
explode multichannel media now obeys render/glue format option .
fixed reported state of 'Toggle track zoom to minimum height' .
'Minimize all tracks' no longer toggles .
'Monitoring FX: toggle bypass' now reports state

Media explorer:
configurable pitch shift knob range, options to move in semitones or quarter tones
option to preserve pitch shift setting when changing media
control+drag to horizontally zoom peaks preview display
do not stop preview playback when selecting folders
fixed zipper noises when changing preview volume
improved interaction with audio device closing
improved selection behavior in native listview mode

MIDI:
added option to consolidate MIDI as .MID file
fixed channel filter in MIDI source properties .
added mouse modifier context for ruler marker/region lanes, scroll/zoom support
display MIDI program name in event list view
actions to replace or merge MIDI note names
improved editor ruler display

FX:
fixed Program Change menu item issues .
fixed AU and VST plugin window and generic UI refresh on factory preset changes via MIDI PC or API
added support for linking JSFX preset to MIDI Program Change
JSFX OSX retina support for UIs, set gfx_ext_retina to 1 in @init, check for 2 in @gfx
JSFX pin mapper properly ignores output pin assignments when JSFX have no outputs defined

Windows:

insert media files menu/action uses Vista+ file browser, if relevant
allow choosing audio thread priority for non-ASIO modes, (default) MMCSS support
WaveOut, Kernel Streaming, and WASAPI modes use device names for configuration
WASAPI bug fixes, compatibility and performance improvements
Localization:
fix for window titles supporting multiple code pages
fixed potential misbehaviors in the MIDI Editor
fixed marker/region import .
Performance meter:
additional ReaMote column when ReaMote is enabled
optimized display, sortable columns

Render:
fixed incorrect peak drawing used with resampling .
new idle-priority offline rendering options
Audio Units: use new Audio Unit API for increased compatibility on 10.6 and newer
FX Browser: right-click menu can insert FX with user preset loaded
JS/midi_humanizer: fixed note-offs (thanks DarkStar)
Main menu: audio device status shows physical interface channel counts, not virtualized channel counts
Media item properties: HMSF time mode for item position/length

Mixer: 'Go to send destination' tweaks .
Mouse modifiers: reverse handscroll zoom behavior is now a global preference rather than a separate mouse modifier .
Project Bay: fixed changing FX presets from bay
Project settings: improved media format options for glue/apply fx/etc
Region/Marker manager: fixed text filter not being restored .
RS5k: fixed UI issues with parameter automation/modulation .
Theme: fix for clipped master track fader text
Track manager: option to automatically scroll to selected track works when selecting tracks outside of the track manager
Transport: fixed labels for transport docked actions, other buglets
Undo: changing track selection via right-click creates an undo point (if the related option is enabled, in preferences/general)

API:
GetSetObjectState/GetSetObjectState2 support take envelopes
added GetSelectedEnvelope
added IsREAPER (vs running in ReaMote)
added ReverseNamedCommandLookup
added SetProjectMarker4 and SetProjectMarkerByIndex2 (which are able to clear marker/region names)
added Splash_GetWnd (to allow display of error messages over the splash)
fixed TrackFX_SetPresetByIndex and TrackFX_NavigatePresets .
plugin extensions can register post-action hooks .
 
;)

REAPER 4.71 is available, with the following updates:

+ Audio Units: Windows build properly maintain Audio Unit state
+ Audio Units: better display sorting in FX browser
+ Audio Units: better identification of plug-ins, handling of changing plug-in names
+ Media explorer: fixed intermittent seek behavior
+ Mouse modifiers: restored previous default behavior of mouse middle button click (move edit cursor ignoring snap) [t=142676]
+ UI: small optimizations to graphics performance
 
4.72 ist da.

Enhance!

Performance:
reduced excessive audio locking from many less-often-used actions
do not block audio threads when closing/reinitializing MIDI devices
reduced excessive locking in track envelope window
unfreeze no longer blocks audio from other projects
faster performance when using many tracks that are not visible in track list
faster/smoother updating when vertical zooming arrange view
Auto-record arm:
faster changing of mode for large track counts
fixed multiple undo points being added when toggling setting
Items:
fixed possible crash when removing take envelopes
pitch envelopes that are inactive are properly ignored (and do not use pitch shifting)
Media explorer:
preview is less interrupted by active project actions
ignore corrupted embedded tempo/beat information .
MIDI editor:
click on ruler or arrange view follows main preference to seek playback
drawing performance improvements
fixed some mouse-click modifiers in the MIDI ruler .
Projects:
warnings give more details about missing features/plugin extensions
when prompting for loaded project on startup, show more information on previous tabs
ReaScript:
fixed invalid undo state when script is not found
fixed learned MIDI CCs in relative modes .
Stability:
fixed clipping overflow bugs in various graphics fill/blit functions
possible fix for certain menu-related crashes on OSX .
Menus: avoid redundant regeneration of customized menus .
Region manager: fixed region/marker deletion .
Render: if the rendered time selection coincides with a project region, support the $region wildcard for the rendered file name .
Toolbars: fixed button state flashes .
Track manager: improved function of link TCP/mixer visibility .
Transport: avoid edit auto-committing in newly activated projects .
Video: animated .gif files can now be inserted into projects and played as video
WAV: corrected padding of data chunk for wav/w64 when the final chunk in file .
API:
PluginPreventUIRefresh() also prevents track control updates
improved API header generation (user configurable output, options)
fixed some routing display issues .
 
4.721


  • API: fixed GetSetTrackSendInfo() UI refresh issues [issueid=2642]
  • MIDI editor: fixed toggle states of Humanize/Transpose notes actions
  • ReaNinjam: fixed chat window crash [p=1390449]
  • Stretch markers: fixed marker visibility bugs when using take playrates
 
4.73

Jetzt mit Elastique v3!

Timestretch:
- added the fantastique elastique v3 pitch shift/timestretch engine
- fixes to extreme stretch logic

Actions:
- fixed 'FX: Set MIDI learn for last touched FX parameter' when triggered from MIDI controllers .
- improved undo for duplicate item actions .

Items:
- fixed 'Duplicate items' misbehaviour with ripple editing .
- fixed item edge locking .

Recording:
- optimized disk writing buffers
- changed OSX default write mode to unbuffered, reduced buffer size

AU: fixed PDC failures when track channel counts change
Menu bar: fixed mangling of UTF-8 characters when truncating action strings .
ReaControlMIDI: support all 14 bit resolution CC pairs
ReaScript: load several scripts in one go
ReaVerb: improved handling of certain low-level mono signals .
Render Region Matrix: fixed unselected region rendering .
Stretch markers: auto-seek when editing stretch markers and auto-seek-on-edit is set in prefs
Track FX envelopes: fixed inserted points despite automation lane not armed .
Undo: fixed edit cursor being sometimes moved despite preferences
VST: support for effCanBeAutomated to allow plug-ins to not show hidden parameters
 
  • Gefällt mir
Reaktionen: 1 Benutzer
4.731

OSX: updated signing for OSX 10.9.5+
Tab to transient: fixed MIDI transient inaccuracies
WAV reading: fixed incorrect reading of files with 125 or more bytes per sample-frame (e.g. 48+ channel 24 bit files)
 
4.75

Und mal wieder jede Menge Verbesserungen. Ich liebe die Update-Politik von Reaper:

tagline plz

Video:
- fixed EOF issue with certain files and DirectShow
- fixed OSX display switching from YV12 to YUV/RGB
- fixed potential incorrect layering orders
- search for ffmpeg binaries in appdata:UserPlugins\64 on win64 (allowing separate 32 and 64 bit installs)
- section sources are supported for determining video frame

Envelopes:
- fixed jumpy envelope points with the option 'Envelope point selection follows time selection' .
- track FX envelopes read unarmed automation in write mode .
- Arm buttons display a 'pushed' state regardless of the automation mode

Mixer:
- fixed input label not being refresh in certain instances .
- improved right-click on master track selection behavior
- OSC:fixed master solo feedback .
- fixed volume feedback issues ..

OSX:
- Fixed contextual key shortcuts not passing through some windows (copy, paste, delete, etc)
- added 'Backspace' default key shortcut to delete things in managers, project bay, etc
- Playback:fixed hangs when changing playrate while paused .
- small optimization to sends/PDC related code
- Project bay:if moving files fails, fall back to copying them (and trying to delete)
- show copy status window when copying files
- show errors when renaming/copying files

ReaScript:
- display an error message when running invalid scripts (e.g. file not found)
- display more details when Python initialization fails .

Render:
- update rather than close configuration window when changing project tabs
- fixed samplerate display issues in render queue .

Ripple edit:
- action 'Options: Ripple editing: Per-track/All tracks' reports a toggle state
- better behavior moving/pasting/removing items with later locked items
- option for how to handle locked items (prefs/editing behavior/ripple editing)

Automation: Fixed global override button not being refreshed on project load/switches
Elastique 3: multichannel fixes
Focus: Fixed cursor context issues, e.g. context lost (OSX) or changed (Win) after clicking a docked toolbar button
JSFX: fixed slider_automate() not obeying to the preference 'Automatically add envelopes when tweaking parameters in automation write modes' .
MIDI editor: fixed display/UI issues on projects with partial measures .
ReaSurround: recalculate channel outputs when automating speaker gain .
Undo: action 'Master Track: Toggle stereo/mono' creates an undo point .

API:
- added GetGlobalAutomationOverride, SetGlobalAutomationOverride
- added SetCursorContext (to change the focus programmatically and track/take envelope selection)"
- fixed TrackFX_GetEQParam for gain parameters
 
4.76

tagline - hmm, steht nix dran. Ich nenn das einfach mal (völlig weit hergeholt) x-mas edition ;-)



Envelopes:
- fixed the option 'Add edge points when moving envelope points' .
- fixed various take envelopes/points selection buglets
- improved marquee-selection .
- restored move/copy envelope points within item bounds instead of start of next item .

Video:
- fixed leak in bridged-quicktime mode
- fixed leaks when using multiple copies of the same image or GIF
- fixed memory leak with ffmpeg/libav 5.4
- fixed support for decoding various obscure colorspaces with VLC

Undo:
- added undo points when selecting envelope points via mouse clicks
- fixed envelope edition undo which was also changing lane height in certain instances

Editing: show horizontal guide lines when moving envelope points/segments, and media items in free item positioning mode
Elastique 3: new version, also re-fixed the multichannel issue on win32
Frame rate grid: corrected 29.97DF grid/snap behavior
Media explorer: peaks drawing fixes/optimizations
Media items: fixed potential volume/pan/pitch adjustment issues vs item locking .
Multitouch: improved Windows 8.1 multitouch behavior
Project: allow user defined framerates
ReaPitch: fixed potential crash when loading presets
ReaSurround: don't rotate diffusion fields while rotating input sources
ReaVerb: better handling of impulse response file gain, deprecated old normalize options
Ripple edit all tracks: re-ripple things after locked items, if some items are selected there too
 
Zuletzt bearbeitet:
  • Gefällt mir
Reaktionen: 1 Benutzer
4.77
tagline

JSFX:
- fixed last touched parameter when skipping sliders
- support for naming sliderXY variables via @sliderx:varname=defval<... syntax

Media explorer:
- support for MIDI/OSC action binding
- fixed potential crash with bad timestamps

MIDI:
- fixed encoding of linear tempo changes in exported MIDI
- .mid file writing fixed when ticks per QN is configured higher than 64k

Preferences:

- fixed track icon alignment setting
- fixed setting of no track grouping indicator

Screensets:

- better project tab support for FX
- fixed screenset issues with input FX and hardware FX

Item editing: trim behind mode better handles exactly-overlapping items
Item fades: fixed potential for invalid output in certain but rare fades
Media item properties: fixed start offset adjustment when using take playrates
Project tabs: fixed hide/restore of input FX windows on tab switch
Render queue: fixed invalid render directories/filenames in certain instances
Ripple editing: fixed moving items with other locked items at same position
Undo: improved FX envelope panel undo behavior
VST: fixed incorrect latency reporting when changing pin connection
 
  • Gefällt mir
Reaktionen: 1 Benutzer
Das Update auf 4.78 ist da und recht unspektakulär:

tagline

  • OSX:
    • CoreAudio latency detection improvements
    • fixed UI issues with listviews on Yosemite and trackpads
  • AU: fixed informing plugins of project repeat state
  • DDP: fixed error handling cases
  • FX: reset PDC when offlining FX
  • Media item properties: fixed undocked window position restoring
  • Metronome: count-in sound quality fixes
  • MIDI SPP: fixed SPP sending with project measure offsets at t=0, send SPP when stopped/seeking to t=0, other fixes
  • Mixer: fixed FX add menu not always updating properly
  • ReaControlMIDI: fixed pitch automation issue
  • Routing window: fixed default initial position bug
  • Transport: fixed potential display corruption on win32 and when docked above ruler
  • VST: whitelist Voxengo plug-ins to use effSetSpeakerArrangement by default
 
  • Gefällt mir
Reaktionen: 1 Benutzer

Ähnliche Themen


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

Musiker-Board Logo
Zurück
Oben