Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0.0 #3

Merged
merged 7 commits into from
Jun 1, 2016
Merged

5.0.0 #3

merged 7 commits into from
Jun 1, 2016

Conversation

lucidstack
Copy link
Owner

  • @ 147f569 - PortMidi.Reader now passes a buffer_size to the underlying nif, saving MIDI messages from being lost. This buffer_size is set to 256 by default, and can be configured at application level: config :portmidi, buffer_size: 1024
  • @ ed9e3bb - PortMidi.Reader now emits messages as lists, no more as simple tuples. Sometimes there could be only one message, but a list is always returned. The tuples have also changed structure, to include timestamps, that were previously ignored: [{{status, note1, note2}, timestamp}, ...]
  • @ d202f7a - PortMidi.Writer now accepts good old message tuples ({status, note1, note2}), event tuples, with timestamp ({{status, note1, note2}, timestamp}) or lists of event tuples ([{{status, note1, note2}, timestamp}, ...]). This is the preferred way for high throughput, and can be safely used as a pipe from an input device.

@lucidstack lucidstack merged commit 91467ad into master Jun 1, 2016
@lucidstack lucidstack deleted the with-buffer-size branch June 1, 2016 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant