37, 39 42, 44, 46
36, 38, 40, 41, 43, 45, 47,
49, ...
48, ...
Here's how you configure it: First, configure your KORG DRUMLOGUE AS FOLLOWS:
- Press SHIFT+LIVE[GLOBAL]
- Press RS/7 ---- Set Channel to 1-12 (Note, you need Firmware upgrade 1.1) ---- Route: Pick your MIDI Connection (USB or USB+MIDI]
Here’s how to map your LaunchPad Pro MK3 to Drumlogue like in the video, using Novation Components:
- Launch Components
Store the runtime descriptor passed during initialization so we can access the get_raw_input() API later during rendering.
// Runtime descriptor for background effect support
// Provides access to get_raw_input() API which returns audio input unaffected by effect on/off state
// This enables the effect to run continuously without requiring HOLD (XY Freeze) to be pressed
static unit_runtime_desc_t s_runtime_desc;
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
| // BasePreset - Base class for all Three.js presets | |
| class ThreeJSBasePreset { | |
| constructor(scene, camera, renderer, audioContext) { | |
| this.scene = scene; | |
| this.camera = camera; | |
| this.renderer = renderer; | |
| this.audioContext = audioContext; | |
| // Audio-reactive data (updated by ThreeJSRenderer) | |
| this.frequencyData = { bass: 0, mid: 0, high: 0 }; |
- Not integrated, but Instant Development Environments.
- quick and dirty ?
- quick to set up and emphemeral
- https://hub.docker.com/r/gbraad/c9ide
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
| RewriteEngine On | |
| RewriteRule ^dns-query$ dns-query.php [L] |
This is just an insightful gist that shows how I automate some tasks.
More information can be found in the repository gbraad-dotfiles/notebooks.
Similar to https://github.com/curl/curl/blob/master/.github/scripts/spacecheck.pl to handle issues like: https://mastodon.social/@bagder/114493950931893559
go run spacecheck.goWe can do more to prevent issues with the use of non-ASCII character use and bidi using the golang-ci linters
NewerOlder