View ViewControllerRepresentable.swift
// | |
// 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 { |
View decoder.py
# -*- 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> |