The solution I described creates a favourite list for each module instance within the patch.
When closing vcv, the favourites will be stored within the context of each lfm module. When restarting vcv they will be read from the json again.
Maybe additionally I can create a list that is stored on disk that can be read as a standard list that can be imported that gives you quickly a list when you add a module to the patch. Plenty of possibilities, only thing I need is time
Does this mean projectM expects a folder with preset files, and the list is always an alphabetical list of its filenames? If so, another possibility might be to create aliases/symlinks (details vary with each platform) of the presets in the main folder, and use these named folders as āfavoritesā and the like. Then weāre just pointing projectM at a different āplugins folderā and its simple rules will Do The Right Thing.
This also means the symlinks/aliases might have munged names to force the desired order, like so:
Both LFM modules appear to work for me, but Genie 2.2.2 causes a crash as soon as I select it from the Library. Even if the patch has no other modules (not even the template), it crashes immediately.
A new version of LFM 2.1.7 has been released. It now has the functionality to create your own playlists. See the manual for a description how it works.
Curious to hear what you think of it. I also fixed some minor issues and added some smaller functionalities. Enjoy!!
And another release of Low Fat Milk has been uploaded to the library. This was needed as I spotted a bug that caused crashes when selecting a visual from the menu. Some more changes in this version:
Changed menu to be clear between visuals and presets
Selecting visuals from the menu caused crashes
If playlist mode active whilst closing, next and prev work properly when restarting
When playlist is active whilst closing, the active visual will be active again when restarting
It is great to see more videos coming online with LFM in it. Please let me know if you would like to see some more functionalities added.
The following issue has been raised by @docB , where some frames in LFM are black causing flashes.
The effect has been captured in the below video.
I see the same effect on my Linux box, but I canāt produce it on my windows machine.
I would like to know if other users have seen the same behaviour. And if so, I would like to see what your configurations are. For now what I would like to know is what OS you are on (including version) and what video card you are using and if possible the driver version.
Iām having the same problem under Linux (Mint 20.2,based on Ubuntu 20.04 LTS): LFM refuses to update and the rack log file contains a ā⦠version āGLIBC_2.35ā not found, required by ā¦/RPJVisualizer/plugin.soā warning.
Looks like the plugin has been build using a too recent version of GLIBC, making it incompatible with Linux distributions that are slightly older (but still used a lot).
Iāve seen the same problem with the Blamsoft XFX plugins (see Blamsoft is back thread ).
Yes, you are right. My latest automated builds are built using the latest available os.
I will work on a new version that will build with older os. Hope that will fix the issues for you.
I have uploaded new builds to my Google drive. Can you please test if this version works for you? If so, I will ask Andrew to deploy again to the library.
The new build also fixed it for me.
Updated flawlessly (no more GLIBC warnings) and runs as expected on my Linux Mint 20.2 (Ubuntu 20.04 LTS based).
Thanks!
I donāt know if Iām doing something wrong, but I only see one preset and thatās with a flying M with headphones. If I click Next or Previous, nothing happens. Not even when I select presets in the menu via the right button.
Iām using Windows 10, VCV Rack Pro 2.3.0, RPJ Visualizer 2.1.10
You canāt do much wrong here. The behavior you describe normally would happen if the module canāt find the presets. So what you could do is see if some rights are set differently in the plugins folder. If you are an experienced user you can use a windows tool that can tell you if there are access issues (filemon). Looks to me something exceptional in your config.
I thought of one thing that could prevent the presets from being found. The plugin is located in this path
C:\Users\VaŔek\Documents\Rack2\plugins\RPJVisualizer
Could the folder name āVaÅ”ekā, where the letter āÅ”ā is used, be a problem? Iām not a programmer, but would some Latin Extended support help?
Youāre right that thatās the likely trigger for a bug in path/text handling somewhere in the software. The question is if itās a bug in Rack, the plugin, or one of eitherās dependencies.
There are plenty of software around with this particular issue, but itās still a bug. There should be nothing wrong with spelling your name the way you spell your name. Unicode is a generation old now, but somehow software still needs to catch up.
Of course, you can simply stick to plain ASCII for your user name and sidestep this distressingly common issue.