Skip to content

Commit

Permalink
Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Apr 16, 2023
1 parent d05c7c7 commit 845af2e
Show file tree
Hide file tree
Showing 93 changed files with 3,989 additions and 1,690 deletions.
45 changes: 0 additions & 45 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,51 +172,6 @@
]
},

{
"name": "(gdb) pipedal Launch",
"type": "cppdbg",
"request": "launch",
// Resolved by CMake Tools:
"program": "${command:cmake.launchTargetPath}",
///"args": [ "[lv2host_leak]" ],

"args": [
"/etc/pipedal/config",
"/etc/pipedal/react",
"-port",
"0.0.0.0:8080",
"-shutdownPort",
"3147"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [
{
// add the directory where our target was built to the PATHs
// it gets resolved by CMake Tools:
"name": "PATH",
"value": "$PATH:${command:cmake.launchTargetDirectory}"
},
{
"name": "ASAN_OPTIONS",
"value": "detect_leaks=0"

},
{
"name": "OTHER_VALUE",
"value": "Something something"
}
],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
},
{
"name": "(gdb) processCopyrights Launch",
"type": "cppdbg",
Expand Down
4 changes: 2 additions & 2 deletions lv2/aarch64/ToobAmp.lv2/CabSim.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
a foaf:Person ;
foaf:name "Robin Davies" ;
foaf:mbox <mailto:rerdavies@gmail.com> ;
foaf:homepage <http://two-play.com/> .
foaf:homepage <https://github.com/sponsors/rerdavies> .

<http://two-play.com/plugins/toob-cab-sim>
a lv2:Plugin ,
Expand All @@ -49,7 +49,7 @@
doap:license <https://two-play.com/TooB/licenses/isc> ;
doap:maintainer <http://two-play.com/rerdavies#me> ;
lv2:minorVersion 0 ;
lv2:microVersion 13 ;
lv2:microVersion 14 ;
rdfs:comment "TooB amplifier cabinet simulator." ;

mod:brand "TooB";
Expand Down
Loading

0 comments on commit 845af2e

Please sign in to comment.