Giter Club home page Giter Club logo

sound-shapes's People

Contributors

malterichert avatar rex2002 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

sound-shapes's Issues

NPE on toggling Settings

Encountering this NullPointerException whenever I open and close the right settings pane more than once:

Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.toLowerCase()" because "deviceName" is null
	at de.dhbw.music.MidiOutputDevice.setMidiDevice(MidiOutputDevice.java:32)
	at de.dhbw.Main.runController(Main.java:82)
	at de.dhbw.Main.main(Main.java:26)

Working theory is that closing the pane somehow triggers the midi setting's onAction with an empty content. Have to investigate further.

keybindings

think if shortcuts make sense and if yes to what extend (and implement those)

Always start play from beginning of the loop

When stopping playback and then restarting it, it is currently not clear where the playback will start. I think the most intuitive way to do this is to just always start at the beginning.

If we actually implement connection to external midi clocks at some point, they will obviously have to take priority.

Crash upon play with no playfield

On timeSignature branch:
When pressing play with no playfield present I consistently encounter the following exception:

Exception in thread "main" java.lang.NullPointerException: Cannot load from object array because "soundMatrix" is null
	at de.dhbw.music.MidiAdapter.tickMidi(MidiAdapter.java:36)
	at de.dhbw.Main.runController(Main.java:132)
	at de.dhbw.Main.main(Main.java:26)

@Rex2002 any idea how recent changes might have lead to this? I'm not sure when I last tested without a playfield.

Smoothen UI performance

The current (barebones) UI is massively overwhelmed when it has to handle 30fps video input. It seems like there should be a way to get smooth video and responsive UI at the same time.

For now, sampling video at 10fps seems a good compromise as it makes the UI respond smoothly again while not seeming too laggy.

image-processing values

test different values for image processing, especially GaussianBlur -> Deviation = 0, optimal cut-off for Black&White as well as performance improvement from tree/list with contour-detection

settings-button size

currently the buttons that open the settings pane are very hard to click.
Probably easily fixable by changing the background of the icons to non-transparent, but I fear my gimp-skills are not powerful enough for this

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.