Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Feb 1, 2021
1 parent 90b9a4f commit 6460038
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/kuriborosu.c
Expand Up @@ -99,8 +99,6 @@ static double get_file_length_from_plugin(const CarlaHostHandle handle)
// NOTE WIP, parameter index can change
return carla_get_current_parameter_value(handle, 0, 0 /* kParameterInfoLength */);

// TODO read from midi plugin

// default value
return 60.0;
}
Expand Down Expand Up @@ -238,7 +236,6 @@ int main(int argc, char* argv[])
{
const char* const plugin_arg = argv[i];


// check if file
if (plugin_arg[0] == '.' || plugin_arg[0] == '/')
{
Expand Down

0 comments on commit 6460038

Please sign in to comment.