Skip to content

Commit

Permalink
lichen-community-systemsGH-5: Initial demo for SMF player.
Browse files Browse the repository at this point in the history
  • Loading branch information
duhrer committed Feb 13, 2023
1 parent 02637f7 commit 4b7794e
Show file tree
Hide file tree
Showing 12 changed files with 451 additions and 27 deletions.
14 changes: 14 additions & 0 deletions demos/css/smfPlayer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Copyright 2023, Tony Atkins
*
* Licensed under the MIT license, see LICENSE for details.
*/

.main-panel {
display: none;
}

.start-button {
border-radius: 0.25rem;
padding: 1rem;
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion demos/js/receiveQuarterFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

components: {
timestamp: {
type: "youme.demos.quarterFrame.timestamp",
type: "youme.demos.timestamp",
container: "{that}.dom.timestamp",
options: {
model: {
Expand Down
7 changes: 2 additions & 5 deletions demos/js/sendQuarterFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
components: {
// TODO: Something to control direction.
timestamp: {
type: "youme.demos.quarterFrame.timestamp",
type: "youme.demos.timestamp",
container: "{that}.dom.timestamp",
options: {
model: {
Expand All @@ -65,10 +65,7 @@
},
outputs: {
type: "youme.multiPortSelectorView.outputs",
container: "{that}.dom.outputs",
options: {
desiredPortSpecs: ["Arturia BeatStep"]
}
container: "{that}.dom.outputs"
},
scheduler: {
type: "berg.scheduler",
Expand Down
Loading

0 comments on commit 4b7794e

Please sign in to comment.