-
Posts
853 -
Joined
-
Last visited
Everything posted by Milton Sica
-
[ SOLVED ] Stream Deck - run a CAL script?
Milton Sica replied to sadicus's topic in Cakewalk by BandLab
Thanks Oh yes, by hotkeys linked to RUN SCRIPT CAL. My first understanding is that it would be possible to EXECUTE A SCRIPT CAL from MIDI events, as a form of TRIGGER. Something more AUTOMATIC than the user PRESSING KEYS for execution. Example: Sometimes MIDI notes may be duplicated. I have a CAL script that CLEANS DUPLICATE NOTES. So I figured this script could run automatically whenever I duplicated a note. -
[ SOLVED ] Stream Deck - run a CAL script?
Milton Sica replied to sadicus's topic in Cakewalk by BandLab
I did not know that. Can you elaborate more on how to do this "trigger". -
Something like the mastering plugins that use references like TR5 Master Match, that is, capturing and treating my knowledge base and proposing improvements based on them. When I created the topic, I focused on using AI for better DAW operation, such as increasing productivity beyond hotkeys, improving CAL codes, improving theme editing, etc.
-
This happens in some of my projects. The recorded MIDI simply stops playing. I can often overcome the problem by reinserting the same plugin and copying the data and configs to it. In other cases, even doing this the problem is not fixed. Yes, usually in projects generated and written in previous versions.
-
I bring two suggestions for improvement. 1) The first is that, after closing the export box, the COMPLETION marks of the tasks are removed, as they remain marked that way when opening it again, which is confusing its execution at the time I commanded it or that a message of TOOLTIP when hovering over the mouse, informing date and time of completion of the execution. 2) The second is that it is also possible to visualize a horizontal line, such as the vertical one that already exists, when moving the mouse in PLAY time of the project.
- 1 reply
-
- 1
-
-
Great, great !
-
Personally, I think the assessments are taking different directions. One that addresses musical creativity. Another one that questions philosophical approaches and many others regarding the use of AI in the application. For my part I thought of more direct cases like: 1) Evaluate my mix and propose a better one considering my settings. 2) Generate suggestions for mixing improvement; mastering in this project considering an 80's rock mastering model And so on.
-
Thank you very much for the approach you brought. That's it.
-
Is this. Great !
-
Personal, important, certainly, all the manifestations brought up to now, but, when I created the post of suggestion of implementation, I didn't think to enter in controversies, nor debates on political/social/idealist issues. I thought precisely of bringing up the possibility of inserting AI-based tools that allow the execution of different tasks. I think that, if we enter into this approach, we would have to critically focus on the first ones who recorded messages on stones, those who recorded them on k7 tapes, etc. Today we have several features that implement AI rudiments such as hotkeys, cal scripts, keyboard macros applications. It was with this approach that I inserted the suggestion.
-
-
Many applications are implementing the use of the ChatGPT API in their functionality. I suggest that the same can be implemented in Cakewalk where many things could be requested and implemented by the application, such as: 1) Analyze performance improvement to be implemented in this project. 2) Adjust the configuration parameters that best suit the user's machine. And so on.
-
"Project contains hidden tracks" indicator
Milton Sica replied to GreenLight's topic in Feedback Loop
Any predictions for this release? Will there be an Early Access time? -
HOW TO SHOW HORIZONTAL LINES ON THE TRACK ACCORDING TO DB'S VISION
Milton Sica replied to Milton Sica's question in Q&A
Yes. I will post there. I asked the question here, because I thought it could be something that was showing me in the documentation or even something related to the topic I'm using. In fact, there is no such functionality. -
HOW TO SHOW HORIZONTAL LINES ON THE TRACK ACCORDING TO DB'S VISION
Milton Sica replied to Milton Sica's question in Q&A
Thanks for the information, but if you look at the image, this sampling is already visible. What I need is to be able to visualize a horizontal line for each Db mark. @msmcleod Is what I'm suggesting very difficult to implement in some future version? -
HOW TO SHOW HORIZONTAL LINES ON THE TRACK ACCORDING TO DB'S VISION
Milton Sica posted a question in Q&A
It is possible to show the vertical lines according to the chosen time visualization type. The question is: Is there a way to show horizontal lines according to the chosen volume visualization type? In the example of the image, I placed the horizontal lines that I would like to be able to visualize in white. This way of showing could be along the same lines as the vertical lines: ahead or behind the wave. -
Very good job ! As I had already discussed. For the use of keyboard macros like this, there are several interdependencies that I think require a lot of individual effort to make the whole process, especially the "environment preparation" so that the program runs smoothly. I still think it would be a great evolution for the tool if it added more power to the CAL scripts for direct manipulation of all DAW objects, just like EXTRA IBM does.
-
Very good what you are doing. Most of the problems to be addressed for the perfect performance of some tasks in programs like this is that you have to do a lot of preparation of the screen that will be manipulated, because if the application itself does not have a number of SHORTCUT KEYS that can facilitate this. For years I worked as a developer in a financial institution in Brazil where I developed many keyboard macros, because the application that made the "emulation" of the IBM Terminal (EXTRA) has a very powerful language for that.
-
Thank you very much. I'm studying a lot. It's a good idea to start from the focused MASTER, but I end up bumping into the "positional" question of the mouse. I think I would have to create a View that would always position the MASTER channel in the same position on the screen. I manage to add a new stereo BUS, but this BUS, thus created, is not visible to the SEND of the MASTER or of another BUS. We evolve as we go. Suddenly, it's more worthwhile, to avoid so much development effort, to create a TRACK MODEL that does this creation and only I do the directing.
-
In fact, there aren't many examples and I ventured to develop some code from programming experience and AutoHotKey's own help. I managed to evolve using existing shortcut keys in Cakewalk, but there are some things that are positional or I don't know how to do it: 1) How to focus on the Master channel? 2) How to focus on +(Send) to insert a new Bus or direct to another Bus? Anyway....Several things to study. Here is a piece of code that worked. /*======================================================= Verifica se o Cakewalk está aberto, ativa e maximiza e faz o envio de Alt+b, Alt+D e Alt+c ======================================================= */ Result := MsgBox("Atenção, você quer continuar ? (pressione SIM ou NÃO)",, "YesNo") if Result = "Yes" { if WinExist("Cakewalk") { WinActivate "Cakewalk" WinMaximize "A" Send "!b" Send "!D" Send "!c" } else MsgBox "Cakewalk não está carregado !" }
-
Thank you very much. Would you have the url of the old forum so I can try looking for some examples?
-
Você tem alguns exemplos de uso no Cakewalk?
-
I'm looking for suggestions for a keyboard macro generator program to use concurrently with Cakewalk. In several projects, I need to do many operations that would be much more automated and faster if I could use a keyboard macro generator program to perform, in principle, these operations in sequence: 1-Insert a STEREO BUS in the MASTER channel; 2-Rename this created channel to FINAL; 3-Move it to the left of the MASTER channel; 4-Change your volume to -6 Db. 5-Change the identification icon. Or even a CAL script that would perform such operations, because in keyboard macro generator programs there is a positional handling of the mouse. Maybe Cakewalk itself will provide an OWN MACRO Cal RECORDER.
-
Switch between midi channels while i playing
Milton Sica replied to צביקה שמואלי's topic in Instruments & Effects
Hello, I know that the post is about using other channels for Kontakt, but I would like to rely on the forum friend's knowledge regarding the configuration for using it in Cakewalk, as I have experienced a lot of latency whenever I insert Kontakt (5 ). Any tips?