winter desktop
live jam thingy
no midi keyboard involved last modified Thursday Dec 17, 2020 08:45 AM EST
articles that interest me
here is a rss feed widget that displays articles i’ve Starred
test run + performance
just noodling on a 25 key midi controller at night
test run
The Noodling:
part two
weighted random ambient playlist hotkey for foobar2000
this one is nasty:
global arr := ["ambient", "ambient2", "ambient3", "ambient4", "ambient5", "ambient6", "ambient7", "ambient8", "randambient2", "randambient2"]
Random, oVar, 1, arr.MaxIndex()
rand := arr[oVar]
Run "D:\foobar2000\foobar2000.exe" /runcmd=File/Scheduler/%rand%
foo_scheduler actions:
ambient#
Set playback order to “Repeat (Playlist)”
Set active playlist “ambient”
Start playback from track #123456
randambient2
Set playback order to “Random”
Set active playlist “ambient”
Start playback
1 seconds delay
Next track
1 seconds delay
Set playback order to “Repeat (Playlist)”
Herbs and supplements I like taking.
I will add more and explain them later. (Don’t take everything everyday all at once)
- Liposomal Vitamin C
- MegaFood Men’s One Daily – Men’s Multivitamin
- Health Ranger Spirulina
- Health Ranger Chlorella
- Global Healing Turmeric Extract
- Global Healing Selenium
- Global Healing Iodine
- Japanese Knotweed Trans-Resveratrol
- Thorne Vitamin B Complex
- Thorne Meriva-HP
- Magnesium Glycinate
- High Dose Astaxanthin + Lutein + Zeaxanthin
- Krill Oil
- Trimethylglycine
- Glycine
- Full Spectrum Dandelion Extract
- Magnolia Bark Extract
- 5-MTHF
- Liquid B12 in Vegetable Glycerin for sublingual adminstration
- Reishi, Shiitake, Cordyceps, Turkey Tail, Maitake, Chaga, Lion’s Mane mushroom extracts
- PQQ
- CoQ10 or Ubiquinol
- Silica
- C60 in Organic Olive Oil or MCT Oil
- Cilantro (Heavy Metal Chelator)
- Organic Psyllium Husk
- Collagen Peptides
- Pau D’arco extract
- Vitamin E
- New Roots Probiotic Intensity
- Tru Niagen
- Alpha Lipoic Acid
- Plant Derived Zinc and Zinc Orotate
- Vitamin D3 Liquid
- Vitamin K2
- Quercetin
- Cubeb Pepper
- Ginger
- Matcha Green Tea
- N-Acetyl-L-Cysteine
- Elderberry Extract
- Emulsified Vitamin A
- Bromelain
- Astragalus
- Sesame Seeds for Calcium
- Milk Thistle
- Allicin/Crushed Raw Garlic sitting for 5 minutes
- Green Beaver Fluoride Free Toothpaste
- Organic Oregano Oil
- CBD Oil
- Frankincense Oil
- Pine Oil
- Ginger Oil
- Cubeb Oil
- Black Seed Oil
- MSM
- Glucosamine
- Broccolli Sprouts
- Apricot Seeds (just one)
- Baking Soda Water
- French Press Organic Black Coffee
- Filtered Water with Health Ranger Mineral Drops, Organic Apple Cider Vinegar and Himalayan Pink Salt
- Fasting with aforementioned beverages and Vitamin C treatment at 72 hour mark
- Dry Brushing
- Beets + Arugula with Nitric Oxide Dump Exercise
- Deep Breathing Exercises (Use HEPA air purifier to clean air)
- Sovereign Silver Bio-Active Silver Hydrosol
- Carina Organics Unscented Moisturizing Shampoo
- Organic Olive Oil/Castile Soap
- Laundry Soda + Wool Dryer Balls
Foobar2000 Run Services
here is my config… save as .xml
<root>
<service minimized="false" num_exec="1">
<label>Open Directory</label>
<path>"$substr(%_path%,0,$strrchr(%_path%,'\'))"</path>
</service>
<service minimized="false" num_exec="1">
<label>Explore Directory</label>
<path>explorer /E,"$substr(%_path%,0,$strrchr(%_path%,'\'))"</path>
</service>
<service minimized="false" num_exec="1">
<label>OpenAs...</label>
<path>rundll32.exe shell32.dll,OpenAs_RunDLL %_path%</path>
</service>
<service minimized="false" num_exec="1">
<label>$if(%link%,Follow %link%,No link available)</label>
<path>"%link%"</path>
</service>
<service minimized="false" num_exec="1">
<label>Google Artist</label>
<path>http://www.google.com/search?q=$replace(%artist%, ,+)&ie=utf-8</path>
</service>
<service minimized="false" num_exec="1">
<label>Google Artist + Title</label>
<path>http://www.google.com/search?q=$replace(%artist%+%title%, ,+)&ie=utf-8</path>
</service>
<service minimized="false" num_exec="1">
<label>AllMusic Artist</label>
<path>http://www.allmusic.com/cg/amg.dll?P=amg&sql=$replace(%artist%, ,+)&x=0&y=0&opt1=1&sourceid="Mozilla-search"</path>
</service>
<service minimized="false" num_exec="1">
<label>AllMusic Album</label>
<path>http://www.allmusic.com/cg/amg.dll?P=amg&sql=$replace(%album%, ,+)&x=0&y=0&opt1=2&sourceid="Mozilla-search"</path>
</service>
<service minimized="false" num_exec="1">
<label>AllMusic Song</label>
<path>http://www.allmusic.com/cg/amg.dll?P=amg&sql=$replace(%title%, ,+)&x=0&y=0&opt1=3&sourceid="Mozilla-search"</path>
</service>
<service minimized="false" num_exec="1">
<label>last.fm title</label>
<path>http://www.google.com/search?q=site:last.fm+$replace(%artist%+%title%, ,+)&ie=utf-8&btnI</path>
</service>
<service minimized="false" num_exec="1">
<label>lyrics</label>
<path>https://lite.duckduckgo.com/lite/?q=$replace(%artist%+%title%, ,+,&,)+lyrics</path>
</service>
<service minimized="false" num_exec="1">
<label>utube</label>
<path>http://www.youtube.com/results?search_query=$replace(%album artist%+%title%, ,+)</path>
</service>
<service minimized="false" num_exec="11">
<label>mp3split</label>
<path>"D:\windows\program files x64\mp3splt\mp3splt.exe" -t 10.00 "%path%" -d "D:\pod"</path>
</service>
<service minimized="false" num_exec="1">
<label>last.fm artist</label>
<path>http://www.last.fm/music/$replace(%artist%, ,+)</path>
</service>
<service minimized="false" num_exec="1">
<label>discogs</label>
<path>http://www.discogs.com/search/?q=$replace(%album artist%+%album%, ,+)</path>
</service>
<service minimized="false" num_exec="1">
<label>rate</label>
<path>http://rateyourmusic.com/search?searchtype=l&searchterm=$replace(%album artist%+%album%, ,+)</path>
</service>
<service minimized="false" num_exec="1">
<label>last.fm sure</label>
<path>http://www.last.fm/music/$replace(%artist%/_/%title%, ,+)</path>
</service>
<service minimized="false" num_exec="1">
<label>wiki</label>
<path>https://en.wikipedia.org/w/index.php?search=%album artist%+, ,+</path>
</service>
<service minimized="false" num_exec="1">
<label>album art</label>
<path>"C:\Program files\AlbumArtDownloader\albumart.exe" "%artist%" "%album%" "$replace(%_path%,%_filename_ext%,)cover.jpg"</path>
</service>
</root>
A script to change Pale Moon’s user-agent to the latest version of Firefox.
#!/bin/bash
word=$(curl -fI 'https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US' | grep -o 'firefox-[0-9.]\+[0-9]' | awk -v RS='\r' '{print substr($0,9,2)}')
echo $word
sed -i "s|user_pref(\"network.http.useragent.global_override\", \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:[0-9][0-9].0) Gecko/20100101 Firefox/[0-9][0-9].0\");|user_pref(\"network.http.useragent.global_override\", \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:${word}.0) Gecko/20100101 Firefox/${word}.0\");|" user.js
Software I use for my music / audio.
I will be making posts featuring my own audio soon. The software I use is usually a combination of SunVox, Max 8 (max/msp), Purr-Data (puredata), Ableton 10, Renoise, Bitwig, Plogue Bidule, the u-he ZebraHZ and Diva VSTs .
Computers etc:
- MSI Alpha 15 (Windows 10 Enterprise..)
- Intel i9-12900K ASUS Z690-F 32GB RAM in a CORSAIR 7000D case running Windows 11 Enterprise and Linux Mint
- Libreboot T500 (one with Devuan lxqt, one with Debian and with Artix Linux)
- Libreboot X200 (Devuan xfce)
- Pinebook Pro with Armbian
- Odroid XU4, Raspberry Pi 3B & 4, Hummingboard Pro
- Orange Pi 5 with Ubuntu running Renoise, Sunvox etc
- Gemini PDA with Android and Debian
- Pocketchip
- Tablets with LineageOS etc
- GrapheneOS phone with sunvox etc
- Pinephone with Manjaro
- Dell Axim x51v PDA (this runs SunVox and Milkytracker)
- DS Lite (Homebrew like Nitrotracker)
- Libreboot Asus C201 chromebook
- Arturia Keylab 61 MIDI controller with its included plugins
- Akai MPK mini
- Elektron Cycles groove box
- Elektron Digitone
- Sony MDR-7510 Headphones
- Sony MDR-7520 Headphones
- Sony MDR-MA900 Headphones
- Austrian Audio Hi-X55 Headphones
- Audeze LCD-XC
- ADI-2 Pro FS R Black Edition
- Dirtywave M8 Tracker
- Dirtywave M8 Headless
Process, Exist, D:\foobar2000c\foobar2000.exe
if !errorlevel
{
Run "D:\foobar2000c\foobar2000.exe"
}
Process, Exist, Renoise.exe
if !errorlevel
{
Run "C:\Program Files\Renoise 3.3.2\Renoise.exe"
}
Process, Exist, Max.exe
if !errorlevel
{
Run "C:\Program Files\Cycling '74\Max 8\Max.exe"
}
Process, Exist, sunvox.exe
if !errorlevel
{
Run "D:\apps\sunvox-2.0c\sunvox\sunvox\windows_x86_64\sunvox.exe"
}
Process, Exist, radium.bin.exe
if !errorlevel
{
Run "D:\apps\radium_64bit_windows-6.9.97\radium_64bit_windows-6.9.97\radium.exe"
}
Process, Exist, Ableton Live 11 Suite.exe
if !errorlevel
{
Run "C:\ProgramData\Ableton\Live 11 Suite\Program\Ableton Live 11 Suite.exe"
}
Process, Exist, vmpk.exe
if !errorlevel
{
Run "C:\Program Files\vmpk\vmpk.exe"
}