Skip to content

Instantly share code, notes, and snippets.

View smaudd's full-sized avatar
🎯
Focusing

Santiago smaudd

🎯
Focusing
  • Barcelona España
View GitHub Profile
@smaudd
smaudd / gist:20e8bb3006c549ba61fffda563fbb21c
Created July 15, 2025 18:32
strudel.cc techno ableton template
setCpm(140 / 4)
var BASS_PART = 0
var LEAD_PART = 1
const hpf_i = note(`~`).midichan(16).control([10, hpf]).midi()
function track({ exp, chan, cc }) {
let chain = exp.midichan(chan)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
/**
* @dev External interface of AccessControl declared to support ERC165 detection.
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../utils/Context.sol";
import "../utils/Strings.sol";
import "../utils/introspection/ERC165.sol";
/**
* @dev External interface of AccessControl declared to support ERC165 detection.