Sven
Sven
Can be fixed by deleting ``` if !screen::is_point_visible(destination) { return Err(MouseError::OutOfBounds); } ``` and changing `fn move_to` into: ``` pub fn move_to(point: Point) -> Result { system_move_to(point); Ok(()) } ```
@gleitz my bad, totally missed your previous question! Bank 128 is *not* the source of drums but mainly sound effects and other misc sounds The drums actually come from MIDI...
actually let me double check the above since it might apply differently to soundfonts than how I expect - I'll see if I've still got the exact generation code, probably...
Ok so the above code should be: ``` ruby if program == 254: # channel is 9 due to zero-indexing track.events
Fixes #47 Could work on different OS's but am not able to test those.