View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002135 | ardour | bugs | public | 2008-03-24 12:57 | 2020-04-19 20:13 |
| Reporter | hansfbaier | Assigned To | drobilla | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux Ubuntu studio gutsy | OS | Linux | OS Version | 2.6.22-14-rt |
| Summary | 0002135: Implement ProcessorBox::edit_processor for LV2 plugins | ||||
| Description | The 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 Information | BTW, 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") | ||||
| Tags | No tags attached. | ||||
| 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 |