Michael-Heinzelmann-IT-Consulting / ORCC-open-rapid-content-creation

open source tools that enable rapid content creation for enternainment, education and media production
GNU General Public License v3.0
0 stars 0 forks source link

avoid absolute numbers (mainly pixels) for canvas configuration #64

Open mheinzelmann opened 10 years ago

mheinzelmann commented 10 years ago
mheinzelmann commented 10 years ago

first tests showing better usability and faster editing - target is 1.1.1

mheinzelmann commented 9 years ago

isssue can also cause bug - e.g. tile set to 1080px then video size is reduced (configuration) and tiles goes to 0

java.util.NoSuchElementException at java.util.ArrayDeque.removeFirst(Unknown Source) at org.mcuosmipcuter.orcc.soundvis.defaultcanvas.Tiles.newFrame(Tiles.java:89) at org.mcuosmipcuter.orcc.soundvis.model.SoundCanvasWrapperImpl.newFrame(SoundCanvasWrapperImpl.java:125) at org.mcuosmipcuter.orcc.soundvis.gui.GraphPanel.newFrame(GraphPanel.java:181) at org.mcuosmipcuter.orcc.soundvis.threads.PlayThread$1.nextSample(PlayThread.java:128) at org.mcuosmipcuter.orcc.soundvis.util.ByteArrayLinearDecoder.decodeLinear(ByteArrayLinearDecoder.java:85) at org.mcuosmipcuter.orcc.soundvis.threads.PlayThread.run(PlayThread.java:113)