comparison include/Midi.h @ 325:a9905703219d prerelease

More extensive support for MIDI types for libpd. Untested
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 03 Jun 2016 14:43:58 +0100
parents e4392164b458
children
comparison
equal deleted inserted replaced
324:9151fe15c194 325:a9905703219d
266 * Open the specified input Midi port and start reading from it. 266 * Open the specified input Midi port and start reading from it.
267 * @param port Midi port to open 267 * @param port Midi port to open
268 * @return 1 on success, -1 on failure 268 * @return 1 on success, -1 on failure
269 */ 269 */
270 int readFrom(int port); 270 int readFrom(int port);
271
271 /** 272 /**
272 * Open the specified output Midi port and prepares to write to it. 273 * Open the specified output Midi port and prepares to write to it.
273 * @param port Midi port to open 274 * @param port Midi port to open
274 * @return 1 on success, -1 on failure 275 * @return 1 on success, -1 on failure
275 */ 276 */