Skip to content

Instantly share code, notes, and snippets.

@meteorsnows
meteorsnows / MainComponent.cpp
Created April 20, 2020 04:36 — forked from COx2/MainComponent.cpp
JUCEのAudioDeviceManagerに独自のAudioDeviceを追加する
/*
==============================================================================
This file was auto-generated!
==============================================================================
*/
#include "MainComponent.h"
#include "MyAudioDevice.h"
@meteorsnows
meteorsnows / TransparentWindow.cs
Created May 25, 2019 05:32 — forked from kirurobo/TransparentWindow.cs
Transparent Window for Unity
///
/// Copyright (c) 2019 wakagomo
///
/// This source code is released under the MIT License.
/// http://opensource.org/licenses/mit-license.php
///
using UnityEngine;
using System;