arirusso / unimidi

Realtime MIDI IO for Ruby
Other
255 stars 28 forks source link

Give example of selecting device by name #34

Closed lpil closed 9 years ago

lpil commented 9 years ago

Hello!

Thank you for this super handy library

I thought other users might find this example helpful :)

Cheers, Louis

arirusso commented 9 years ago

This is a good addition

The only thing is that there's a find_by_name method as well that doesn't do regex match. I'll add both as well as some comments

lpil commented 9 years ago

Hiya.

So I think the night thing about this method is that is does do regex. It can match names that are not exact.

Cheers! Louis :)