mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Remove old TODOs
This commit is contained in:
@@ -79,9 +79,6 @@ class YaPlugInterfaceSupport : public Steinberg::Vst::IPlugInterfaceSupport {
|
|||||||
*/
|
*/
|
||||||
std::optional<native_size_t> owner_instance_id;
|
std::optional<native_size_t> owner_instance_id;
|
||||||
|
|
||||||
// TODO: Figure out if we should translate the UIDs from Windows COM to
|
|
||||||
// non-Windows COM here. I have not actually seen this interface
|
|
||||||
// used.
|
|
||||||
WineUID iid;
|
WineUID iid;
|
||||||
|
|
||||||
template <typename S>
|
template <typename S>
|
||||||
|
|||||||
@@ -454,11 +454,6 @@ pub fn do_sync(config: &mut Config, options: &SyncOptions) -> Result<()> {
|
|||||||
// screenshots and documentation
|
// screenshots and documentation
|
||||||
// TODO: Also symlink presets, but this is a bit more involved. See
|
// TODO: Also symlink presets, but this is a bit more involved. See
|
||||||
// https://developer.steinberg.help/display/VST/Preset+Locations
|
// https://developer.steinberg.help/display/VST/Preset+Locations
|
||||||
// TODO: Also handle `moduleinfo.json` files. That would require translating the
|
|
||||||
// UIDs from the COM-format to the non-COM format. Yabridge currently does
|
|
||||||
// not suport this because supporting the accompanying
|
|
||||||
// `IPluginCompatibility` would require having to add a JSON parser to
|
|
||||||
// yabridge just for that.
|
|
||||||
if let Some(original_resources_dir) = module.original_resources_dir() {
|
if let Some(original_resources_dir) = module.original_resources_dir() {
|
||||||
let target_resources_dir = module.target_resources_dir();
|
let target_resources_dir = module.target_resources_dir();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user