Giter VIP home page Giter VIP logo

dreamo-engine-processingide's Issues

Add command "Go to previous scene"

It's only possible to switch to the next scene, not to the previous one. We should add such feature and link it to a keyboard shortcut.

Lower flickering in Scene Example

The polygons in Scene Example flicker too much, especially when the volume is low. Tune parameters to reduce the unwanted effect.

Features timbriche con volume al minimo

Le features timbriche (centroide spettrale, complessità spettrale, COBE, EBF) hanno valori anomali.

Questo è probabilmente dovuto al fatto che i campioni in quel caso hanno valore molto piccolo (ordine di 10^-6) e non sono mai a 0.

Idee:

  • implementare un controllo del volume (c'è già) che sotto una certa soglia non calcola più l'FFT o la forza a zero.

Che ne pensi @Screeen ?

Array out of bounds nel calcolo della roughness

C'è un errore nel metodo calcRoughness() in class_timbre.pde, riga 500.

Temporaneamente fixato da @Screeen nel commit 50f6a2 aggiungendo il controllo peak < 100 qui:

    if (largerThanPrevious && largerThanNext && largerThanNoiseFloor && peak < 100 ) 
    {
     peak++;
     peakValue[ peak - 1 ] = FFTcoeffs[i];
     freqValue[ peak - 1 ] = centerFreqHz(i);
    }

ma andrebbe verificato qual'è il vero problema e influisce sul calcolo della roughness.

@AndryFish hai scritto tu la funzione.

Any ideas?

Sketch crashes when exiting Full Screen (Mac OSX)

When running Dreamo on Mac in full screen mode application crashes when exiting (ESC button).

Error message:

java.lang.IllegalStateException: Not on FX application thread; currentThread = JavaFX Application Thread at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:236) at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:423) at javafx.stage.Window.setShowing(Window.java:921) at javafx.stage.Window.hide(Window.java:947) at com.sun.javafx.stage.WindowPeerListener.closed(WindowPeerListener.java:100) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:119) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.run(GlassWindowEventHandler.java:40) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.lambda$handleWindowEvent$423(GlassWindowEventHandler.java:151) at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389) at com.sun.javafx.tk.quantum.GlassWindowEventHandler.handleWindowEvent(GlassWindowEventHandler.java:149) at com.sun.glass.ui.Window.handleWindowEvent(Window.java:1266) at com.sun.glass.ui.Window.notifyDestroy(Window.java:1183)

Probably an error with FX2D rendering engine

Hide/show GUI controls

Aggiungere la possibilità di nasconder o mostrare i controlli della GUI (controllo delle soglie e del gain).

Due opzioni:

  • vincolarli ai grafici delle features;
  • usare un comando indipendente;

Posizionarei grafici sempre ai bordi

Ora i grafici di log delle features sono posizionati fissi, calcolando la posizione su uno schermo di 1280x750.

Quando uso l'app in full screen o imposto una dimensione diversa i grafici sulla destra stanno in mezzo al monitor, e danno fastidio.
Bisognerebbe parametrizzare il posizionamento in modo da rendere l'app responisve per qualsiasi monitor.

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.