Skip to content

Instantly share code, notes, and snippets.

View ferranpujolcamins's full-sized avatar

Ferran Pujol Camins ferranpujolcamins

View GitHub Profile
@rockstarartist
rockstarartist / midiman_firmware_debian_install.md
Last active February 10, 2023 18:24
MidiSport Midiman 2x2 USB driver installation for Raspbian Linux

Install the midisport-firmware package (firmware is in the package and the package should be available via the debian package repository)

sudo apt-get install midisport-firmware
sudo touch /etc/udev/rules.d/99-midisport-firmware.rules
sudo vi /etc/udev/rules.d/99-midisport-firmware.rules

In the editor, paste the following rules:

@unnamedd
unnamedd / MacEditorTextView.swift
Last active May 26, 2024 17:49
[SwiftUI] MacEditorTextView - A simple and small NSTextView wrapped by SwiftUI.
/**
* MacEditorTextView
* Copyright (c) Thiago Holanda 2020-2021
* https://twitter.com/tholanda
*
* MIT license
*/
import Combine
import SwiftUI