View Issue Details

IDProjectCategoryView StatusLast Update
0002135ardourbugspublic2020-04-19 20:13
Reporterhansfbaier Assigned Todrobilla  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformLinux Ubuntu studio gutsyOSLinuxOS Version 2.6.22-14-rt
Summary0002135: Implement ProcessorBox::edit_processor for LV2 plugins
DescriptionThe controls for editing LV2 plugin parameters are not implemented.
Steps To Reproduce* compile ardour with LV2 support
* create an audio track
* add a LV2 plugin to the track
* double click on it
* [WARNING]: Unsupported plugin sent to ProcessorBox::edit_processor()
Additional InformationBTW, the current scons configuration of LV2 does not recognize it, even
if it is installed. Following quick fix works, but does not check versions.

$ svn diff SConstruct
Index: SConstruct
===================================================================
--- SConstruct (Revision 3169)
+++ SConstruct (Arbeitskopie)
@@ -534,7 +534,7 @@
 if env['LV2']:
        conf = env.Configure(custom_tests = { 'CheckPKGExists' : CheckPKGExists })
 
- if conf.CheckPKGExists ('\"slv2 >= 0.6.0\"'):
+ if conf.CheckPKGExists ('slv2'):
                libraries['slv2'] = LibraryInfo()
                libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2')
                 env.Append (CCFLAGS="-DHAVE_LV2")
TagsNo tags attached.

Activities

system

2020-04-19 20:13

developer   ~0021664

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2008-03-24 12:57 hansfbaier New Issue
2009-02-19 18:21 drobilla Status new => assigned
2009-02-19 18:21 drobilla Assigned To => drobilla
2009-02-19 18:27 drobilla cost => 0.00
2009-02-19 18:27 drobilla Status assigned => resolved
2009-02-19 18:27 drobilla Resolution open => fixed
2020-04-19 20:13 system Note Added: 0021664
2020-04-19 20:13 system Status resolved => closed