Skip to content

Instantly share code, notes, and snippets.

View LucasVanDongen's full-sized avatar

Lucas van Dongen LucasVanDongen

View GitHub Profile
@LucasVanDongen
LucasVanDongen / decoder.py
Created June 4, 2017 20:19 — forked from Ludo6431/decoder.py
KORG Monotribe AFSK firmware decoder
# -*- coding: utf-8 -*-
# KORG monotribe firmware decoder by:
# Ludovic Lacoste (aka Ludo6431) -- http://ludolacoste.com
#
# thanks to :
# Th0mas @ http://gravitronic.blogspot.com/2011/12/decoding-korg-monotribe-firmware.html
# nitro2k01 @ http://blog.gg8.se/wordpress/2011/12/04/korg-monotribe-firmware-20-analysis/
# decoder.py <input ascii bits file> <output file prefix>
//
// ViewControllerRepresentable.swift
//
// Created by Lucas van Dongen on 03/02/2021.
//
import SwiftUI
/// Helps you hosting the UIViewControllers in a simple way for Previews
struct ViewControllerRepresentable<Controller: UIViewController>: UIViewControllerRepresentable {