SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for JUCE7-devel-7.0.2-lp156.6.42.x86_64.rpm :

* Mon Sep 25 2023 Konstantin Voinov - add HISE-JUCE7-Projucer package
* Wed Sep 14 2022 Konstantin Voinov - Add upstream patches fixing lv2 manifest compile: 010-Projucer-Fix-LV2-manifest-helper-path-inmakefile-exporter.patch 011-Projucer-Use-correct-paths-to-LV2-manifest-helper-source.patch
* Fri Sep 02 2022 Konstantin Voinov - add upstream patches, spec cleaning
* Wed Aug 17 2022 Konstantin Voinov - Update to version 7.0.2
* Fixed accessibility table navigation
* Fixed Android file access on older APIs
* Improved Linux VST3 threading
* Improved ARA integration
* Wed Aug 17 2022 Konstantin Voinov - remove VST3-Client-Fix-setComponentState-threading-on-Linux.patch now upstream- disable ARA hosting for now
* Tue Jul 19 2022 Konstantin Voinov - add VST3-Client-Fix-setComponentState-threading-on-Linux.patch
* Mon Jul 04 2022 Konstantin Voinov - Update to version 7.0.1
* Fixed some Xcode and MSVC compiler warnings
* Improved VST3 bus configuration and channel handling
* Fixed some Metal layer rendering bugs
* Tue Jun 21 2022 kvAATTkott.no-ip.biz- Update to version 7.0.0.0.2b16c1b94:
* Resave all projects
* Bump version number to 7.0.0
* Fix some Doxygen issues
* ExtensionsVisitor: Add missing defaulted special member functions
* AudioPlayHead: Move HostTimeNs out of AudioProcessor, to consolidate timing information
* AudioPlayHead: Improve granularity of position info
* Optional: Update implementation to improve debugging experience
* LV2 Host: Allow sending transport information to ports without \"control\" designation
* AudioPluginHost: Fix occasional deadlocks when scanning plugins out-of-process
* ARA Host: Add missing documentation
* Add a version ID macro
* VST3 Client: Allow host to enable/disable buses at will
* VST(3) Host: Use standard (non-flipped) coordinate space for plugin editors
* DemoRunner: Avoid exposing unnecessary accessible component
* Accessibility: Avoid allowing TextEditor and Viewport internal components to be accessibility-focused
* VST3 Host: Fix UB in VST3Parameter implementation
* Android: Fix problems with accessible text navigation
* Android: Allow TalkBack borders to be displayed on OpenGL views
* DemoRunner: Add AccessibilityDemo to iOS and Android builds
* Android: Fix a couple of accessibility-related crashes
* VST3 Client: Handle null channels provided by host
* MultiOutSynthPlugin: Avoid assertions in VST3PluginTestHost
* Component: Use the rounded integer mouse position when evaluating hitTest
* DragAndDropContainer: Fix the escape key dismissing the drag operation
* MacOS: Override and implement JuceNSViewClass::updateTrackingAreas()
* Windows: Fix virtual keyboard hide/show on Windows 11
* TextEditor: Add option to dismiss the virtual keyboard on touches outside
* Android: Improve complexity of ActivityLifecycleCallbacks::invoke
* Android: Add missing ActivityLifecycleCallbacks method
* InAppPurchases: Add support for Android BillingClient 5.0.0
* Slider: Add keyboard control even without accessibility
* Tue Jun 07 2022 kvAATTkott.no-ip.biz- Update to version 6.1.6+git.181.e86436297:
* LV2 Client: Update param IDs to avoid writing malformed manifests
* LV2 Host: Properly map non-ASCII IRIs to URIDs
* macOS: Use MTLStorageModeManaged for shared Metal textures
* Xcode: Update LastUpgradeCheck
* Projucer: Remove ARA related no-op code
* Remove VS2015 workarounds
* Projucer: Remove VS2015 and CLion exporters
* Remove the IAA demo project
* Update all examples to use Visual Studio 2022 as the default Windows exporter
* VS2022: Work around a compiler bug
* Resave all projects
* AndroidDocument: Support file access to shared storage locations on Android 30+
* Projucer: Request legacy file access when targeting older SDKs
* ConnectedChildProcess: Always cancel pending async updates before background thread stops
* FlacAudioFormat: Correctly balance preprocessor pragmas
* File: Add hasReadAccess()
* Linux: Adjust natively reported border size by the current scale factor
* DropShadower: Fix bug when setOwner() is called with a component without a parent
* Linux: Fix sporadic positioning error after window creation
* Wed May 18 2022 kvAATTkott.no-ip.biz- Update to version 6.1.6+git.162.2ec861d99:
* Update licensing banners to JUCE 7
* Windows: Consolidate graphics invalidation regions
* TableListBox: Avoid calling virtual functions in constructor
* Resave all projects
* Add ARAPluginDemo PIP
* Projucer: Add support for ARA plugin PIPs
* CMake: Add support for ARA plugin PIPs
* Projucer: Add ARA support
* ARA Client: Add CMake support for creating plugins
* ARA Client: Add ARA interface extensions to AU and VST3 wrappers
* ARA Client: Add ARA plugin model classes for writing plugins
* ARA Host: Add support for scanning and hosting ARA plugins
* Add PreSonus VST3 extensions
* ListenerList: Modify iterator during removals to guarantee callback
* AU Host: Call AudioUnitReset() before AudioUnitUninitialize() instead of after
* AU Client: Only call prepareToPlay() from SetProperty() if already in prepared state
* VST3 Client: Only call prepareToPlay() from IComponent::setActive()
* AudioProcessor: Add isRealtime()
* Add ScopedTryReadLock and ScopedTryWriteLock
* BufferingAudioFormatReader: Return failure from read() in more cases
* Thu May 12 2022 kvAATTkott.no-ip.biz- Update to version 6.1.6+git.142.2bca60e52:
* AudioDeviceManager: Fix MidiOutput dangling pointer
* PopupMenu: Avoid potential crash when accessing exitingModalState member
* LV2 Client: Update Atom parsing to use Optional
* LV2 Client: Request buffers large enough to hold a change event for each parameter
* LV2 Host: Ensure default parameter value lies between min and max when not explicitly provided
* LV2 Host: Always notify the UI about parameter changes, even if they originate from the UI
* LV2 Host: Remove unused function
* LV2 Host: Fix bug where atom ports would not be correctly resized
* VST3 Host: Send parameter changes triggered by MIDI CCs to the IEditController
* TableHeaderComponent: Use high-resolution image when header is dragged
* Fonts: Avoid segfaulting on Linux when there are no installed fonts
* macOS: Remove 32 bit specific functionality
* RTAS: Remove RTAS functionality
* LV2 Host: Add missing path separator to UI bundle path
* AU Client: Prevent parameter change messages being sent during state restoration
* AUv3: Fix race on factoryPresets
* LV2 Host: Avoid potential deadlock in AudioProcessorGraph
* Linux Fonts: Replace font style if it does not exist for the requested font
* LV2 Client: Avoid declaring the turtle_recall feature in plugin manifests
* LV2 Client: Always declare resize and noUserResize in extensionData, even if only one will be used
* LV2 Host: Supply correct bundle path during instantiation
* LV2 Client: Properly escape library names in the manifest.ttl
* TableListBox: Fix spurious ListBox assertions
* Android: Fix dismissing screen keyboard when interacting with TextEditor
* Viewport: Fix a scrolling bug when internal components have a transform applied
* Value: Update refersToSameSourceAs documentation
* macOS: Fix an unguarded availability warning
* DirectoryContentsList: Fix a bug in isStillLoading
* Fix a compilation error in Xcode 9.4
* iOS: Fix a compiler warning
* FloatVectorOperations: Add method docstrings
* FloatVectorOperations: Add methods to Doxygen
* macOS/iOS: Fix unguarded availability warnings
* GCC: Fix some compiler warnings in GCC 11
* Resave projects
* Projucer: Use preprocessor definitions and include paths when building rc files
* StandardHeader: Include for GCC 12 compatibility
* VST3: Fix a compiler warning in the VST3 SDK
* LiveConstantDemo: Improve the documentation
* Tue Apr 26 2022 Konstantin Voinov - JUCE7 preview
* Mon Apr 18 2022 Konstantin Voinov - add upstream patches: Account-for-native-frame-size-in-constrainer.patch Add-getVersionHint-function.patch Avoid-picking-a-bold-oblique-version-of-Bitstream-Vera-Sans.patch
* Sat Mar 12 2022 Konstantin Voinov - posttrans instead of postin
* Tue Mar 08 2022 Konstantin Voinov - remove 01-Projucer-Convert-plugin-manufacturer-code-errors-to-warnings.patch now upstream- update to 6.1.6
* Wed Feb 16 2022 Konstantin Voinov - fix no sounds in effects in LV2 wrapper- add /usr/src/JUCE link in -source- add 01-Projucer-Convert-plugin-manufacturer-code-errors-to-warnings.patch from upstream
* Wed Feb 02 2022 Konstantin Voinov - update LV2 wrapper
* Tue Feb 01 2022 Konstantin Voinov - update to 6.1.5- remove upstream patches
* Fri Jan 07 2022 Konstantin Voinov - Remove webkit2gtk from BuildRequires
* Thu Jan 06 2022 Konstantin Voinov - Add 01-Fix-BadWindow-error-when-XSETTINGS-is-not-available.patch
* Thu Dec 23 2021 Konstantin Voinov - Update LV2 wrapper
* Tue Dec 21 2021 Konstantin Voinov - update to 6.1.4, clean up sources
* Tue Dec 21 2021 Konstantin Voinov - update Use-old-JUCE-VST2-interface.patch
* Sat Dec 18 2021 Konstantin Voinov - update to 6.1.3, drop upstream patch(es)
* Tue Oct 19 2021 Konstantin Voinov - fix vst2 patch
* Wed Oct 13 2021 Konstantin Voinov - add resize.patch
* Fri Oct 01 2021 Konstantin Voinov - fix vst patch
* Fri Oct 01 2021 Konstantin Voinov - update to 6.1.2
* Mon Aug 23 2021 Konstantin Voinov - add Processor-add-lv2-return.patch
* Wed Aug 11 2021 Konstantin Voinov - re-update LV2 wrappers
* Tue Aug 03 2021 Konstantin Voinov - update LV2 wrappers
* Tue Jul 06 2021 Konstantin Voinov - update bundled LV2 generator
* Thu May 20 2021 Konstantin Voinov - add source package
* Wed Apr 21 2021 Konstantin Voinov - update LV2 wrapper
* Tue Mar 23 2021 Konstantin Voinov - update to 6.0.8
* Wed Mar 03 2021 Konstantin Voinov - update LV2 wrapper
* Thu Jan 21 2021 Konstantin Voinov - Update to 6.0.7 see ChangeList.txt
* Mon Nov 02 2020 Konstantin Voinov - Update to 6.0.4
 
ICM