Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts

Saturday, January 4, 2025

Combine Instruments Tool for Renoise

Combine Instruments I was trying to do some resampling of cardinal's lush plateau reverb on oxevst by looping back the audio from my interface and each recording was output to a new instrument. I wanted to have It all as one drumkit I think this tool does that.

Monday, December 30, 2024

Renoise Tools For Editing, cyclic shifting + fast euclidian polyrhythmic fills

Place Notes Evenly
Rotate-Pattern
works great with Supernudge
Vsti From Menu lets you choose next + prev vst patch from a hotkey! I set (- for prev and shift - for next) random-plug
Custom-Wave-Synth
gruvbox-theme
The Reaper Plugins

the reajs plug is a big deal! all those reaper plugins can run in renoise! (or any other daw),

  • saike dum drum

Thursday, July 6, 2023

getting wiki tables into markdown

 How to get tables from wikipedia into markdown without loosing the formatting

OCR is cool, the thing on iphone can preserve some formatting but I was loosing the formatting on my mac. if you mess with my tables thats a deal breaker for me. heres my web tools solution:

wikitable2csv 

csv2markdown

of course you could use pandoc

$ pandoc input.csv -t markdown -o output.md

tables generator is ok too

theres a python package called csvtomd

pip install csvtomd

$ csvtomd input.csv > output.md


Friday, June 30, 2023

image to text

OCR optical character recognition

saw photopea had an extension for it but it doesn't work on my moms computer.

this one does