GithubHelp home page GithubHelp logo

explore_overtone's Introduction

explore_overtone's People

Contributors

rogerallen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

explore_overtone's Issues

[Question] How do I get started?

Hi,

Thanks for collecting and providing these examples - they are diverse and very cool!
I'm looking at the maze example specifically. Excuse my possibly silly question, but: how would I go about "running" that code? It's not its own namespace so I couldn't find a way to load in a repl, aside from copy pasting each function into it. What is the starting point?

Thank you & thanks for taking care of this repo!

Fran

vr-metronome beat->time->beat mismatch

I've found some sort of bug in my code. It turns out that if I get the time for a beat from (vr-metro-time m beat) and then use that time to find the beat via (vr-metro-beat m time), they don't match for a simple linear transition (60bpm -> 120bpm over 10s). So, there's something wrong here. At this point, I think that vr-metro-time gives me the proper time for the beat, but vr-metro-beat does not give me the proper beat from the time. But, I'm still investigating.

I created vr-metro-beat from vr-metro-now-beat when I saw the issue....

(vr-metro-beat [metro ticks]
"convert ticks (in ms) to a precise floating-point beat value. Not a whole number."
(integrate @bps-fn 0 (* 0.001 (- ticks @start)))) ;; time in seconds, not ms
(vr-metro-now-beat [metro]
"convert (now) to a precise beat value"
(vr-metro-beat metro (now)))

local repo instructions

Sam suggests "use lein's checkout feature" which is likely far more easy than my current instructions. give it a try.

upgrade issues

maze, piano - no sound -- is overtone.inst.piano broken?

piano - inst-fx -- couldn't find that?

quil_display -- no 'start' for metronome?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.