Re: [Bluemusic-users] 2.6.0-test2
Brought to you by:
kunstmusik
|
From: Menno K. <mag...@gm...> - 2015-04-30 17:06:22
|
Hi Steven, i have done some test on your repairs, using your latest test2. My comment are in capitals, please be aware that it not intended as me shouting at you but only to set it aside from my comments and your answers :). * Blue File manager is not alphabetical. That makes it harder to look for certain file I checked and this was not an issue on OSX or Windows, but was on Linux. I’ve added extra sorting code to fix this. THIS WORKS NOW, CAPITALS ARE SHOWN FIRST * needs mixer to be enabled Modified to just read file out if mixer is disabled. User should probably use the mixer though. WORKS WITH OR WITH MIXER * mono files play only 1 channel (left), stereo both channels. At one pointit would be great for mono samples to be able to use panning Need to add panner to mixer, not yet implemented. NOTED * ScoreObject Editor: changing values have no influence Done WORKS. EXCEPT SEE SOMEWHERE BELOW * resizing the Object manually from the end back is OK; but sound still goes on a bit after this resize - about a second longer This might be due to latency and be a visual issue. The generated CSD looks okay. Need to check visual rendering code. Also, I need to implement envelopes for audio clips... THIS ONLY WORKS HERE WHEN THE OBJECT IS SITUATED ON THE TIMELINE AT 0.00. IF NOT, THE SOUND GOES ON FOR ONE SECOND * adding effects have no influence (but possibly not implemeted yet) This is working here (requires mixer be on) IS NOT WORKING HERE (with mixer enabled) * cannot change offset on begin of sample It works by left-drag, but visual was always drawing from beginning. That is now implemented okay now (not accurate as it'll jitter when dragging), but visual rendering as a whole needs work. Will leave for now and revisit better waveform drawing for 2.6.1. VISUAL AND THE SOUND IS ALWAYS PLAYING FROM THE START. THERE IS SOMETHING GOING ON HERE BUT I CANNOT REALLY PINPOINT IT. SOMETIMES IT REDRAWS BUT THE I CANNOT DRAW IT ANYMORE TO ITS END. ALSO, IN THE AUDIO CLIP EDITOR, CHANGES VALUES THERE ARE NOT ACCEPTED AND RETURN TO PREVIOUS SETTINGS. WILL TEST SOME MORE LATER * For seed issue with RandomAdd and RandomMultiply: it was working on OS X and Windows, but Linux returned a different order of names for Noteprocessor properties; I fixed the code to handle any name order. WORKS VERY NICE, THANK YOU! -- View this message in context: http://csound.1045644.n5.nabble.com/2-6-0-test2-tp5741248p5741267.html Sent from the Csound - Blue - User mailing list archive at Nabble.com. |