-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patharpy.html
More file actions
69 lines (65 loc) · 4.23 KB
/
arpy.html
File metadata and controls
69 lines (65 loc) · 4.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Kasm Arpy: Rust SDK for Ableton Live Max4Live MIDI Manipulation</title>
<meta name="description" content="Kasm Arpy is an SDK for Ableton Live, enabling developers to create Max4Live devices in Rust for advanced live MIDI manipulation. Build innovative music tools with modern programming." />
<meta name="keywords" content="Kasm Arpy, Ableton Live, Max4Live, Rust, MIDI, SDK, music production, live coding, audio plugin, music technology, device development" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Kasm Arpy: Rust SDK for Ableton Live Max4Live MIDI Manipulation" />
<meta property="og:description" content="Arpy Create Max4Live devices in Rust for real-time MIDI manipulation in Ableton Live. Modern SDK for music technologists and developers." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pyrmontbrewery.com/build/kasm.html" />
<meta property="og:image" content="https://pyrmontbrewery.com/build/pyrmontbrewery_logo_1024x1024.png" />
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '701956460214044');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=701956460214044&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-155182441-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-155182441-1');
</script>
<meta http-equiv="refresh" content="0;URL='https://kasmsdk.github.io?app=arpy'" />
</head>
<body style="background-color: #282c34; color: #fff; font-family: sans-serif; margin: 0; padding: 0;">
<main style="max-width: 700px; margin: 40px auto; padding: 24px; background: rgba(40,44,52,0.95); border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,0.2);">
<h1>Kasm: Rust SDK for Ableton Live Max4Live MIDI Manipulation</h1>
<p><strong>Kasm</strong> is a modern SDK for <a href="https://www.ableton.com/en/live/max-for-live/" style="color:#61dafb;">Ableton Live's Max4Live</a>, empowering developers to build custom devices using the <strong>Rust programming language</strong>. Unlock new creative possibilities for live MIDI manipulation, generative music, and advanced audio workflows.</p>
<ul>
<li>Write Max4Live devices in Rust for performance and safety</li>
<li>Manipulate live MIDI streams in real time</li>
<li>Integrate with Ableton Live for seamless music production</li>
<li>Open source, developer-friendly, and extensible</li>
</ul>
<h2>Why Kasm?</h2>
<p>Kasm bridges the gap between modern systems programming and music technology. Whether you're a musician, audio developer, or creative technologist, Kasm lets you:</p>
<ul>
<li>Prototype new MIDI effects and instruments</li>
<li>Leverage Rust's speed and reliability</li>
<li>Expand Ableton Live with custom, high-performance devices</li>
</ul>
<h2>Get Started</h2>
<p>Learn more and join the community:</p>
<ul>
<li><a href="https://github.com/beerbrewing/kasm" style="color:#61dafb;">GitHub Repository</a></li>
<li><a href="mailto:info@pyrmontbrewery.com" style="color:#61dafb;">Contact Us</a></li>
</ul>
<p style="margin-top:32px; font-size:0.9em; color:#bbb;">Kasm is not affiliated with Ableton AG. Ableton and Max4Live are trademarks of Ableton AG.</p>
</main>
</body>
</html>