Geert Bevin

Results 29 comments of Geert Bevin

@ethauvin I like your suggestion, @sombriks would that work for you?

for all-in one commands, would this align what you expect: ``` bld create-rife2 com.example my-app TheAppItIs ``` I'm wondering if this is becoming too many unnamed arguments and if we...

I started looking into this and the new argument should not be the main classname imho. bld uses a project classname for various other classnames: ```java projectClassName_ = StringUtils.capitalize(project_.name()); projectBuildName_...

Thanks for the suggestion @afloarea, I'm thinking about what the best way would be to support this.

My other tool SendMIDI does exactly that

The receivemidi dump command might be what you're looking for then

You likely don't want to add the timestamps with ts, but yeah dumping like that would not be a standard midi file, it would be the binary midi stream. The...