-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
379 Cartridge Manager refractor (see original cartridge name) #438
Conversation
I built debug versions with the application of the branch In MS Windows 10The new function worked correctly in case of both the standalone Dexed.exe and the Dexed.vst3 plugin, i.e.
always appeared in DebugView, whenever I opened the cartrigde manager window. In Raspbian OS (bookworm) 64 bit Linux (Raspberry Pi4)I have Raspberry Pi4 only, as a Linux host, so I was not able to run the component packed into Standalone DexedThe When I clicked onto button
However, the new function seemed to work properly, i.e:
carla-singleI built a carla for RPi4 from $ carla-single clap /home/fn/.clap/Dexed.clap Among others, the following messages also appeared in the running Terminal, which ones maybe relate to Dexed, too, but I guess that these are not Dexed's fault:
and a further one, such a line appeared, which might be caused by the Dexed:
Unfortunately, clicking onto virtual keyboard of Dexed, no sound was produced unlike in case of the standalone Dexed. Whenever I clicked button
always appeared - but the new function (i.e. the proper filename of the cartridge recently selected was shown, or the label qtractorI have not too much experience related to $ /usr/bin/qtractor --version I created a simple test session, having a single track (MIDI type) and single clip, and inserted
When I clicked to Dexed's rectangle at
Unlike When I clicked onto button
also appeared again (and at each case, whenever I clicked it again, in the followings, but, the cart manager window also opened at each time successfully). Unlike In the cart manager window, when I double-clicked on some cartridges, or tried to load a cartridge by a double-click, the entire
When I started And, after a relaunching of the qtractor and making another test session, I opened the Dexed editors again. I opened cartridge manager window and selected voice I saved the session, exited I launched Briefly: the common behaviour of qtractor+Dexed.clap is very unstable, so I have given up this kind of testing. |
Thanks for the complete feedback @FulopNandor, this is highly appreciated. I've fixed the The issues you listed with carla and qtractor are CLAP related and should be addressed elsewhere. I've tested CLAP on Bitwig and Reaper and I didn't have any issues. I will have to do a DAW / plugin type compatibility matrix to match what is supported and not. |
The Cartridge Manager needed a haircut. If you click on the cartridge name on the right bottom it will open the OS file browser for this cartridge.
Comments are welcomed.
Dev builds are available here : https://github.com/asb2m10/dexed/actions/runs/10032291816
This should close #379 and (already closed duplicate #374)