News:

CWP2Song, public beta.
My  DAW is Reaper
YouTube channel

Main Menu

Recent posts

#81
ReaCWP / Re: CAKEWALK/SONAR PROJECT DOE...
Last post by azslow3 - July 29, 2025, 11:35:47 AM
I have tried TesteQuestao2020.CWP in Windows and Linux and it was converted as expected.
Note I don't have most plug-ins used in this project.

What you mean by "it crashed"? Real REAPER crash? If yes, does that happened after you see ReaCWP info dialog (where you see the number of warnings)? If you don't see ReaCWP dialog before crash, I have to try find the reason... If you see it, the conversion itself is over and the crash probably happens during plug-in(s) instantiation. In that case you need to troubleshoot using REAPER methods (it has way more then Cakewalk...).

In some of your example projects I see non-ascii characters in track names (and other places). And they seems like displayed correctly in REAPER. Cakewalk has switched to UTF-8 ~ in 2020. REAPER is using UTF-8. So that should work fine. For old projects with non ascii characters it make sense re-save in CbB/New Sonar, with hope that will convert these strings correctly.

In my quick check, old Sonar X2 doesn't display characters correctly if it is started with wrong OEM locale. I mean it can happened there is no codepage info in old projects. Theoretically I can try to use current OEM locale during conversion in case I detect non-utf8 characters, but that is tricky.

Please download b74 from the same place, it should be able load files with any name.



 
#82
ReaCWP / Re: CAKEWALK/SONAR PROJECT DOE...
Last post by miltonsica - July 29, 2025, 12:48:54 AM
First, I'd like to thank you for your kindness in evaluating and implementing this version, and for sharing my checks on this. Since I live in Brazil, where Portuguese is the spoken language, I still have many projects that insert accent marks, not only in project names but also in tracks, which the code doesn't address.

1 - I tried to remove accented words from the names, and in some cases, it worked without any problems.
2 - In others, it crashed. I reopened it in SONAR and saved it without accent marks, after replacing all the accent marks in the tracks, but the error persisted. I'll make this project available to you in the same share.

Question:
Would it be possible to list the issues found in the warnings?

You mention that x warnings were found during the conversion. If these warnings could be included in the project's notes field, I believe they could improve the project's preparation in SONAR for a migration closer to the source.

Thank you very much.
#83
Discussions / Re: Is monitoring of the fader...
Last post by norfolkmastering - July 28, 2025, 08:14:12 PM
Thanks Alexey, that works!
I'll do the work on the PIC software and let you know how it all works together.
Regards
Robert
#84
ReaCWP / Re: CAKEWALK/SONAR PROJECT DOE...
Last post by azslow3 - July 28, 2025, 04:39:53 PM
Please try b73 test build of ReaCWP (https://www.azslow.com/index.php?action=downloads;sa=view;down=57)

It should be able convert projects with video (not converting video, just not breaking existing conversion).

Video conversion is theoretically possible (I have found related section in .CWP, when not empty it was breaking the converter since I had no idea what it is). But implementing that is not one minute task.

About your projects:
* FX chains are not converted in general, but in addition trigger warnings about preset format. So
* reverb FXes are not there (FX chains) and increase warnings counter
* not reported to the user (printed by debug version...) are skipped ProChannel modules

The rest should be fine, if the code works as desired.

Note that ReaCWP is not working properly with not ASCII characters in file names. CWP files have many strings in (old) Windows single byte encodings. What is correct encoding is probably also in the file, but I don't know where... so I don't "re-code". Most users are from US... many international users (like myself) try to avoid not ASCII when using "old style" programs. And so that was not a big issue. But it seems like in your case it can be, sorry for inconvenience. 

#85
ReaCWP / Re: CAKEWALK/SONAR PROJECT DOE...
Last post by azslow3 - July 28, 2025, 01:29:19 PM
Reporting there is not converted video is a different thing (there are many features which are not converted, most of them are not even detected... I mean I don't know how they are defined in the project)

But the part of the project which can be converted should be converted, even in case it has video, so that I am going to fix.
#86
Discussions / Re: Is monitoring of the fader...
Last post by azslow3 - July 28, 2025, 01:24:50 PM
A bit tricky, but...

Define "Offset" Set with "Off"/"On" States.

Create control "OffsetMonitor" with:
Set State Offset Off
Function Is Offfset Mode On
Last action:OK Set State Offset On
Text State of Offset
Monitor Command feedback

In the Monitor (feedback):
Set State Offset <Set to monitored>
... actions which send MIDI based on Offset On/Off

#87
Discussions / Re: Sonar free tier replaces C...
Last post by mgr - July 25, 2025, 11:11:34 PM
AZC works for me in new Sonar as well, thanks.
#88
Discussions / How to use "Move AZ Controller...
Last post by mgr - July 25, 2025, 11:10:14 PM
Hi,

I have discovered that Cakewalk allows me to right click on any channel and select "Move AZ Controller here" to shift the starting channel the AZC is mapped to.
But I do not know what feedback event to look for in AZC to be able to adjust WAI accordingly in AZC.

EDIT:

Answering my own question. There is no need to do anything, WAI is automatically adjusted as I move the AZ controller to another track.
It did not work for me as I was using absolute track numbers instead of WAI-related track numbers in my fader logic code.
#89
ReaCWP / Re: CAKEWALK/SONAR PROJECT DOE...
Last post by miltonsica - July 25, 2025, 10:16:22 PM
Quote from: azslow3 on July 25, 2025, 04:56:03 PMI can confirm some files can't be converted at all. I will investigate the reason.

Those which are converted looks reasonable, but I will check what kind of warnings they produce.

Video track is not converted by ReaCWP (no-one so far has ever tried/requested that...). Adding video to conversion is a complicated task, so please don't expect that in foreseeable future.
 
As with many other things, video in REAPER is not the same as in Cakewalk. You will need to find reasonable for you way to deal with that.


Thank you very much for the review.
I really don't expect a conversion regarding the Cakewalk video migration to Reaper, but I hope this is at least verified and that other possible conversions are performed with a message like: THE CAKEWALK PROJECT HAS VIDEO AND WILL NOT BE INSERTED INTO THE REAPER PROJECT.

As it stands, it doesn't perform any conversions under this condition.

If you could convert the project to whatever is possible, that would be a huge step forward, since currently, it's unclear what the conditions are for not opening the project.

Thank you very much.
#90
Discussions / Re: Is monitoring of the fader...
Last post by norfolkmastering - July 25, 2025, 05:42:55 PM
Hi Alexey

Yes the function works as you expected.  Thank you.

Do you need to do more work on the update so I have a way to derive a Feedback output for this function?  I need to send a MIDI message to the PIC which reflects the state of the Envelope/Offset button.

If not, can you tell me how to derive a Monitor of the button state please.

Regards
Robert