Code Monkey home page Code Monkey logo

surikov / riffshare Goto Github PK

View Code? Open in Web Editor NEW
43.0 43.0 6.0 70.36 MB

Music creation and collaboration platform

Home Page: https://twitter.com/hashtag/riffshare?f=tweets&vertical=default&src=hash

License: GNU Lesser General Public License v3.0

HTML 0.51% CSS 0.04% JavaScript 8.20% Java 0.03% Batchfile 0.01% PHP 0.02% Makefile 0.21% WebAssembly 65.65% C++ 16.12% C 8.39% CMake 0.07% Objective-C 0.14% Objective-C++ 0.61% Shell 0.01% R 0.01% Ruby 0.01%

riffshare's People

Contributors

surikov avatar yaoer 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  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

riffshare's Issues

make border on left and bottom (flat version)

i want to make 10% margin from bottom and 10% from left on RiffShareFlat , to move player and controller buttons and instrument selection and volume outside the SVG element and make it static .
first of all i did that on html like this :

<div id="channelBtn" style="width: 10vw; height: 100%;"></div>

<div id="rakeDiv" style="width: 90vw; height: 90vh; background-color: #0f0; overflow: hidden; padding: 0px; margin: 0px;">

  <div id="contentDiv" style=" width: 100%; height: 100%; background-color: #000; padding: 0px; margin: 0px;">

    <svg id="contentSVG" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="padding: 0px; margin: 0px;">

      <g id="contentGroup">
        <g id="counterGroup"></g>
        <g id="paneGroup"></g>
        <g id="linesGroup"></g>
        <g id="textGroup"></g>
        <g id="drumGroup"></g>
        <g id="track1Group"></g>
        <g id="track2Group"></g>
        <g id="track3Group"></g>
        <g id="track4Group"></g>
        <g id="track5Group"></g>
        <g id="track6Group"></g>
        <g id="track7Group"></g>
        <g id="track8Group"></g>
        <g id="upperGroup"></g>
      </g>

    </svg>

  </div>

</div>

<div id="playersBtn" style="position: absolute; height: 5vh;"></div>

then and got this :
Capture

now when i click on buttons on main screen have problem with X and Y position
when i click on play button makes note on the lines :
Capture2

i want the best way to do that without break anything.

thanks

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.