https://www.giadamusic.com/downloadChanges in version 0.19.0
New "One-shot Pause" channel mode
Refactoring: new component-based architecture
Fix crash on startup if recording from mono input
Improved event handling for plug-ins GUIs
Fix many compiler warnings on menu items initialization
Giada for Windows 0.21 - minimalistische Loop-Maschine
Moderatoren: Jean, |Gordon|, Moderatoren
Re: Giada for Windows 0.18.2 - minimalistische Loop-Maschine
https://www.youtube.com/watch?v=c8aUI4hy2dM
Re: Giada for Windows 0.19.0 - minimalistische Loop-Maschine
0.20.0
Changelog:
Show progress bar for long operations
Improved rendering algorithm for sample channels
Fix wrong sample tail rendering when pitch != 1.0
Always display play head in Action Editor (fix #534)
Fix re-initialization order of engine sub-components (fixes #533)
Change 'kill chan' wording to 'stop note' in Action Editor (fixes #532)
Update solo count when deleting a channel (fixes #540)
Update Main Window title when saving a new project (fixes #541)
[Config] Don't skip MIDI device fetching if one of the ports fail to open
[CMake] Include FLTK as suggested in the official docs
Add more unit tests for some Channel components
Minor cleanups and refactoring
https://www.youtube.com/watch?v=c8aUI4hy2dM
Re: Giada for Windows 0.20.1 - minimalistische Loop-Maschine
Giada v0.20.1 (2022-02-22)
Download: https://www.giadamusic.com/download
- New MIDI I/O activity LEDs on channels (#143)
- New "Missing Assets" alert window (#344)
- Many smaller improvements and cleanups in UI code
- Add ability to sort installed plug-ins by Format (VST, VST3, ...)
- Update JUCE to 6.1.5
- Update custom RtAudio submodule (now pointing to 6.0.0beta1)
- Optimize internal buffer Giada <-> JUCE conversion
- Remove old plug-in parameter storage used in old patches
- Fix deadlock when using JACK transport
- Fix Action Editor grid refresh when changing BPM while the editor window is open (#547)
- Fix plug-in clone operation while cloning a channel (#551)
Re: Giada for Windows 0.21.0 - minimalistische Loop-Maschine
Giada v0.21.0 (2022-04-02)
Download: https://www.giadamusic.com/download
- Custom keyboard mappings for global actions (#213)
- Pressing 'Esc' key no longer closes windows
- Resizable Configuration window
- Shut down the main UI nicely when closing a project or loading a new one
- Prevent crashes when loading a new project by cleaning up the data model
- Fix wrong plug-in processing where the local plug-in buffer was incorrectly deleted in case of instruments (#563)
- Lots of UI code modernizations and cleanups
- [Windows] Fix several assertions and MSVC warnings