mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
build
This commit is contained in:
@@ -678,6 +678,8 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
pointer-events: none;
|
||||
}.static {
|
||||
position: static;
|
||||
}.fixed {
|
||||
position: fixed;
|
||||
}.absolute {
|
||||
position: absolute;
|
||||
}.relative {
|
||||
@@ -693,8 +695,12 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
right: 0.5rem;
|
||||
}.bottom-2 {
|
||||
bottom: 0.5rem;
|
||||
}.right-4 {
|
||||
right: 1rem;
|
||||
}.z-\[10\] {
|
||||
z-index: 10;
|
||||
}.z-\[11\] {
|
||||
z-index: 11;
|
||||
}.block {
|
||||
display: block;
|
||||
}.flex {
|
||||
@@ -1363,4 +1369,4 @@ span.CodeMirror-selectedtext { background: none; }
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.c844960c.css.map */
|
||||
/*# sourceMappingURL=index.2798a8d1.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -56757,6 +56757,8 @@ exports.default = thunkify;
|
||||
},{"./curryN.js":"jngJ1","./internal/_curry1.js":"kHmsM","@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}],"aBpVm":[function(require,module,exports) {
|
||||
var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
|
||||
parcelHelpers.defineInteropFlag(exports);
|
||||
parcelHelpers.export(exports, "defaultSynth", ()=>defaultSynth
|
||||
);
|
||||
parcelHelpers.export(exports, "amsynth", ()=>amsynth
|
||||
);
|
||||
parcelHelpers.export(exports, "duosynth", ()=>duosynth
|
||||
@@ -56807,6 +56809,15 @@ var _strudelMjs = require("../../strudel.mjs");
|
||||
var _tone = require("tone");
|
||||
var _piano = require("@tonejs/piano");
|
||||
var _utilMjs = require("../../util.mjs");
|
||||
const defaultSynth = new _tone.PolySynth().chain(new _tone.Gain(0.5), _tone.getDestination());
|
||||
defaultSynth.set({
|
||||
oscillator: {
|
||||
type: 'triangle'
|
||||
},
|
||||
envelope: {
|
||||
release: 0.01
|
||||
}
|
||||
});
|
||||
// what about
|
||||
// https://www.charlie-roberts.com/gibberish/playground/
|
||||
const Pattern = _strudelMjs.Pattern;
|
||||
@@ -183303,4 +183314,4 @@ exports.default = cx;
|
||||
|
||||
},{"@parcel/transformer-js/src/esmodule-helpers.js":"gkKU3"}]},["3uVTb"], "3uVTb", "parcelRequire94c2")
|
||||
|
||||
//# sourceMappingURL=index.f8c9aeff.js.map
|
||||
//# sourceMappingURL=index.c6dd21ba.js.map
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" href="/tutorial/favicon.e3ab9dd9.ico">
|
||||
<link rel="stylesheet" type="text/css" href="/tutorial/index.c844960c.css">
|
||||
<link rel="stylesheet" type="text/css" href="/tutorial/index.2798a8d1.css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Strudel REPL">
|
||||
<title>Strudel Tutorial</title>
|
||||
@@ -11,6 +11,6 @@
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<script src="/tutorial/index.f8c9aeff.js" defer=""></script>
|
||||
<script src="/tutorial/index.c6dd21ba.js" defer=""></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user