GithubHelp home page GithubHelp logo

william-herring / wave Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 1.0 31.91 MB

An app for analysing sound waves and building sounds from a visual sound wave graph

Home Page: https://william-herring.github.io/wave

License: GNU General Public License v3.0

Kotlin 0.20% Swift 0.62% Objective-C 0.06% Dart 97.07% Ruby 2.06%
dart flutter physics science sound soundwave

wave's Introduction

  • Melbourne, Australia
  • Python
  • Flutter
  • Django
  • Flask
  • Next.js
  • Mobile and web

wave's People

Contributors

william-herring avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

nonymousmorlock

wave's Issues

oneCycleData is always null

lib/screens/plot_screen.dart

I've finally figured out the issue of why the CustomPainter for drawing the waves isn't drawing anything. That's because it is never actually initialised. So that's one problem solved, but it also helped to reveal that the reason that it isn't initialised is because oneCycleData is always null.

Container(
    height: 100,
    width: double.infinity,
    color: Colors.white54,
    padding: const EdgeInsets.symmetric(
      horizontal: 5,
      vertical: 0,
    ),
    child: oneCycleData != null
        ? CustomPaint(
      size: MediaQuery.of(context).size,
      painter: WavePainter(oneCycleData!),
    )
        : Container()),

As shown in the above code, the WavePainter can't be added to the widget tree because oneCycleData is null. I have no idea why this happens but at least it is a starting point.

Set up basic authentication

Use DRF ApiViews for basic login/logout/register functions. Using base user model from django.contrib.auth.models for now.

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.