5.6 #145
Replies: 9 comments 11 replies
-
Thx! I downloaded the Windows version and will make some tests this w-e with my existing panels. |
Beta Was this translation helpful? Give feedback.
-
Cool. Going to give it a try as well. Does that mean that the added functions for certain existing classes are available with lua as well? On a sidenote, I know it probably isn't high priority, but is it possible to add certain juce classes? Like viewport or rectangleList for example? |
Beta Was this translation helpful? Give feedback.
-
I will give the linux version a try. Edit: Ok, I had misunderstand the message. I've found the code. |
Beta Was this translation helpful? Give feedback.
-
Trying to compile on debian buster a got this error:
|
Beta Was this translation helpful? Give feedback.
-
OK. I have now installed 5.6 and made some tests but had to stop almost directly. Comments:
Tests and issues:
As this is rather basic, I propose that you try finding why this is crashing before I continue more tests with an existing panel. |
Beta Was this translation helpful? Give feedback.
-
Big thumbs up for the search function. Really helpful when you have to change just one property for a lot of modulators. But, to enhance workflow even more:
On the cosmetics side: Some Issues (or not):
|
Beta Was this translation helpful? Give feedback.
-
Do you guys test the panel with real hardware? Probably not. Or maybe you are using the Mac version? At least on Windows (and according to dehnhard also Linux) this build does not work at all as it won't let you select a MIDI-port. But never mind - a contributor called dehnhardt has already fixed it and has opened a pull request. Thus on the next release MIDI-ports will be enabled again. I don't care a lot about the missing close button. I found it much more annoying that on the Lua Editor you don't see the cursor anymore. Apart from that I don't care much about "new design" or "old design". It's nice that you can select the "LookAndFeel scheme for the panel". This concerns maninly the uiButton. One bug on that: uiButtons change on all layers but not on layer 0 (background layer). The missing close button could be a problem of the "Introjucer" legacy. I am experimenting in building Ctrlr, thus I also tried to do it from the start using Projucer. I then saw that when you generate procedures done with Introjucer it screws it all up. So you cannot reload them with Projucer or you get one big mess. I think sooner or later the code will have to be adapted to Projucer as Introjucer is gone since a long time (last Introjucer was bundled with JUCE v4.1 or similar). These Introjucer procedures will start to make problems... |
Beta Was this translation helpful? Give feedback.
-
I am a C++ noob so my advices may be taken with caution. I could build Ctrlr sucessfully with vs2019 but I don't know if I did it correctly. I have to say that if you are not really a C++ wizard you are not likely to contribute anything useful. This looks damn complex to me. Think about that there are used several 3rd party libraries that have to work together. But if you want to build it yourself (on Windows) here is what I did in short:
I installed vs2019 with the following options. Maybe there are some useless options, but at least it seems like there is nothing missing in this config: |
Beta Was this translation helpful? Give feedback.
-
OK, I downloaded the pre-built version of 5.6 and hit a fairly fundamental problem straightaway. It won't connect to my Roland Quad Capture MIDI Input Port. Tried rebooting but no joy, I can't get a MIDI Input setup! |
Beta Was this translation helpful? Give feedback.
-
I built and uploaded a new minor version 5.6 (it's a pre-release), it is a big change since it migrates to JUCE 6.0.7 from JUCE 5, so it's stability is a big question.
There are builds for Windows Mac (i did my build on mac Mojave 10.14.6) and Linux
let me know if it works or not for you
Beta Was this translation helpful? Give feedback.
All reactions