37, 39 42, 44, 46
36, 38, 40, 41, 43, 45, 47,
49, ...
48, ...
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
| --------- beginning of system | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: === ELF LOADER START === | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: Loading: /data/user/0/com.regroovelizer/cache/selected_unit.nts3unit | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: [ELF] Type=3 Machine=40 Entry=0x0 | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: [ELF] Memory range: 0x0 - 0x3d44 (15684 bytes) | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: [ELF] Allocated 15684 bytes at 0xea937000 | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: [ELF] Loaded segment 1: vaddr=0x0 size=12796 flags=R-X | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: [ELF] Loaded segment 2: vaddr=0x3200 size=816 flags=R-- | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: [ELF] Loaded segment 3: vaddr=0x3530 size=2068 flags=RW- | |
| 02-06 23:31:02.838 11765 11855 I Regroovelizer-Native: Loaded at 0xea937000, size 15684 |
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.
NewerOlder