- Power on DIGA
- Plug in and power on TV Tuner, set DIGA to TS mode 2 input
- Power on DVHS and plug into TV Tuner
- Select iLink Dubbing from the menu and wait for error to appear. Clear the error and wait until TV picture appears again
- Go to DIGA TS mode settings
- Play tape, set TS mode to 1, exit fast and smash record
- If you're lucky it ignores the DRM flag and recording
- If you're even luckier timecode breaks and tape swaps don't stop the recording
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name auto kuroshiro | |
// @namespace jkss | |
// @include http://*.co.jp | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
var kspool = 0; | |
function textNodesUnder(el) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// * Using SunVox as a filter for some user-generated signal | |
// (with export to WAV) | |
// | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <dlfcn.h> | |
#include <signal.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From a5446728d4610365746dba91cd996d646914d33c Mon Sep 17 00:00:00 2001 | |
From: akasaka <[email protected]> | |
Date: Sat, 17 Jun 2023 11:41:35 +0900 | |
Subject: [PATCH] Show NSX-1 lyrics | |
--- | |
Sekaiju7.8/src/PianoRollKeyTimeView.cpp | 77 +++++++++++++++++++++++++ | |
1 file changed, 77 insertions(+) | |
diff --git a/Sekaiju7.8/src/PianoRollKeyTimeView.cpp b/Sekaiju7.8/src/PianoRollKeyTimeView.cpp |
OlderNewer