CtrlrX v5.6.30 Release - GUI & Maintenance Update #619
Replies: 18 comments 180 replies
-
// Reserved For Posting Links To Binaries // CtrlrX 5.6.30.1 | macOS Intel versions : CtrlrX v5.6.30.2 macOS Silicon CtrlrX v5.6.30.1 Windows Intel CtrlrX v5.6.29 Windows Intel CtrlrX v5.6.30 Windows ARM64 |
Beta Was this translation helpful? Give feedback.
-
I'll check that directly. I'm on Win10... |
Beta Was this translation helpful? Give feedback.
-
on my Mac with virtual Win11 (ARM) shared code took 9:48 and standalone 8:09 |
Beta Was this translation helpful? Give feedback.
-
Is this 5.6.30 or 5.6.31 because that |
Beta Was this translation helpful? Give feedback.
-
So I have just built this. Is this the correct 'about' notice? It is still showing 5.6.30 but the build time is showing as WED 27 March 2024 14:00. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I have trouble compiling v5.6.30.2 for Silicon Mac. I don't know what's the problem, because v5.6.30.1 did compile OK for Silicon Mac. I did confirm this by downloading this version and checking with activity monitor, which says it is an 'Apple" application. I tried many variants of build architecture settings in Xcode and even copying the settings from the CtrlrX.jucer file, but none works, it still compiles for Mac Intel... |
Beta Was this translation helpful? Give feedback.
-
Hi @damiensellier, I noticed this sendCC = function(--[[ CtrlrModulator --]] mod --[[ number --]], value --[[ number --]], source) if panel:getBootstrapState() then return end local myNumber = mod:getMidiMessage():getProperty("midiMessageCtrlrNumber") -- CRASHES -- myNumber=15 -- WORKS panel:sendMidiMessageNow(CtrlrMidiMessage(string.format("B0 %.2x %.2x", myNumber, value))) end Regards, John |
Beta Was this translation helpful? Give feedback.
-
I can't seem to be able to build it... I would say writing a whole list is impossible to put here... I can't seem to understand what I'm doing wrong |
Beta Was this translation helpful? Give feedback.
-
NOTE : on Saturday June 29th 2024. The Windows files posted previously are not working as it should. LookAndFeel is not working as it should and panels are not exported with the menuBar. https://github.com/damiensellier/CtrlrX/archive/refs/heads/master.zip Damien PS: We are working on v5.6.31 with Dominique @dobo365 . It's going to be available around september. |
Beta Was this translation helpful? Give feedback.
-
I did (re)compile a Windows 10 version and to me the L&F and the menubar export seems to work. I can post it tomorrow, but maybe @damiensellier you will test if first. If so I need to send it to you. How? |
Beta Was this translation helpful? Give feedback.
-
OK, here is the exe for Windows 10 Intel. |
Beta Was this translation helpful? Give feedback.
-
Is Ctrlr a dead project? Should I move over to CtrlrX? |
Beta Was this translation helpful? Give feedback.
-
Hey, is anyone here familiar with building ctrlrX on Linux? I tried running the build.sh in the ./Build/LinuxMakefile but I get the following error:
The readme seems to be out of date for building on Linux. Thanks :) |
Beta Was this translation helpful? Give feedback.
-
I´m trying to build individual VST3 on a MAC M1 with Sonoma, but it fails every time. All builds crashes by closing the DAW. |
Beta Was this translation helpful? Give feedback.
-
Hi Damien, thanks. About the issue: I don't know how to formulate it in English. Even in German it is difficult to describe. Compare the screenshots of version 5.6.31a and 5.6.30. |
Beta Was this translation helpful? Give feedback.
-
The validation report:
VALIDATING AUDIO UNIT: 'aumu' - 'sYmA' - 'cTvs'Manufacturer String: Synthman
TESTING OPEN TIMES: validation result: Öffnen fehlgeschlagen |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I just released a new version for the CtrlrX Fork : v5.6.30 it's available on the CtrlrX Master and on the CtrlrX 5.6.30 Branch.
I fixed all the reported bugs by everyone here (white on white issue, crashes etc). Thanks for your suggestions to everyone involved BTW.
The main updates are the addition of new colourScheme as global and for different components. They are inspired by famous synth and hardware colour schemes like Lexicon, Arturia, Kurzweil K Series, Roland Aira, Akai, Korg Volca and more, so that you'll be able to match your Panel to the hardware design.
!!! IMPORTANT NOTE !!!
JUCE colourSchemes are added straight to the LookAndFeel_V4 file of the GUI module in JUCE. You have to use the JUCE version (v6.0.8) bundled in the CtrlrX release or modify your own files as followed :
https://github.com/damiensellier/CtrlrX/blob/aca65f688996fbc98925b6bbf620a1c99214dc85/JUCE/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.cpp#L108
https://github.com/damiensellier/CtrlrX/blob/aca65f688996fbc98925b6bbf620a1c99214dc85/JUCE/modules/juce_gui_basics/lookandfeel/juce_LookAndFeel_V4.h#L107
I also brought back the close buttons to the Panel Editor tabs, as well as on the LUA Method Editor.
And as suggested by Dominique @dobo365, buttons now can show the MIDI Monitor window on mouse click by selecting the option from their componentInternalFunction property.
It's not a major update but follows the 5.6.29 with bug fixes and overall improvements.
I'll post Binaries later as usual.
Enjoy!
Damien
Version 5.6.30
Micro Revisions
5.6.30.2 LUA mouseInputSource Addon
5.6.30.1 MidiSettings Panel Colours now follow the global LookAndFeel ColourScheme
CtrlrX v5.6.30.1 macOS Intel
CtrlrX-5.6.30.1-APP-macOS-Intel.zip
CtrlrX-5.6.30.1-VST3-macOS-Intel.zip
CtrlrX-5.6.30.1-AU-macOS-Intel.zip
CtrlrX v5.6.30.2 macOS Silicon
CtrlrX v5.6.30.2-APP-MacOS-Silicon.zip
CtrlrX v5.6.30.2-AU-MacOS-Silicon.zip
CtrlrX v5.6.30.2-VST3-MacOS-Silicon.zip
CtrlrX v5.6.30.1 Windows Intel
CtrlrX-5.6.30-EXE-WINDOWS-Intel (Fixed build provided by @bijlevel on July 2, 2024. Needs to be tested)
CtrlrX-5.6.30-Windows.zip (Fixed build provided by @dervur on Oct 14, 2024. Needs to be tested)
CtrlrX-5.6.30-VST2.zip ((Fixed build provided by @dervur on Oct 14, 2024. Needs to be tested)
CtrlrX-5.6.30-VST3.zip (Fixed build provided by @dervur on Oct 14, 2024. Needs to be tested)
CtrlrX v5.6.29 Windows Intel
CtrlrX-x64-5.6.29.zip
CtrlrX-x64.vst3-5.6.29.zip
CtrlrX v5.6.30 Windows ARM64
NOTE: Need to be updated because builds are not working properly...
CtrlrX-5.6.30-EXE-WINDOWS-ARM64.zip
CtrlrX-5.6.30-VST3-WINDOWS-ARM64.zip
CtrlrX-5.6.30-VST-WINDOWS-ARM64.zip
Beta Was this translation helpful? Give feedback.
All reactions