|
|
|
|
|
|
#311008 - 05/25/10 02:11 AM
Re: 4.2 Patch not working for me.
|
Member
Registered: 12/13/05
Posts: 664
Loc: Italy
|
are you sure?? I have again tested here, all the sounds now match with the slots, when I press it, I get also the correct sounds ( I still use my default LSCP map) Anyway, a new currentOS42V3.rar is available on gFTP server. What new on this patch: 1) revisioned again the LSCP Sampler GM mode 2) resend the prog change on Giga GM when you switch engine, sometime when was selected the Giga solo and back to Giga GM, had play the old sound. Now wil resend again the Prg. 3) update also the Combi mode Giga GM, wil resend there the program too when you switch engines. 4) LiveArranger: On this update now is changed the file.exe Path. The OS now will run LiveArranger on: root/Presets/LiveArranger/LiveArranger.exe. On gFtp I have alsoo upload the new compressed version with the last norbert bugfix. Extract the rar and you get the LiveArranger folder, just copy to the Preset folder and Restart players. 5) LSCP soundbanks changed: Removed the two extra LSCP script: Tyros.lscp and Oriental.lscp we made some more simple to understand: soundbank1.lscp soundbank2.lscp soundbank3.lscp soundbank4.lscp here the edited code from source: LS_SCRIPT="/home/mediastation/Presets/soundbank1.lscp" if [ -f $LS_SCRIPT ]; then echo "Running $LS_SCRIPT script"; nc localhost 8888 < $LS_SCRIPT & else echo "$LS_SCRIPT file not exists"; fi LS_SCRIPT="/home/mediastation/Presets/soundbank2.lscp" if [ -f $LS_SCRIPT ]; then echo "Running $LS_SCRIPT script"; nc localhost 8888 < $LS_SCRIPT & else echo "$LS_SCRIPT file not exists"; fi LS_SCRIPT="/home/mediastation/Presets/soundbank3.lscp" if [ -f $LS_SCRIPT ]; then echo "Running $LS_SCRIPT script"; nc localhost 8888 < $LS_SCRIPT & else echo "$LS_SCRIPT file not exists"; fi LS_SCRIPT="/home/mediastation/Presets/soundbank4.lscp" if [ -f $LS_SCRIPT ]; then echo "Running $LS_SCRIPT script"; nc localhost 8888 < $LS_SCRIPT & else echo "$LS_SCRIPT file not exists"; fi So, just edit your LSPC application with this new standard 4 extra soundbanks. 6) midifiles players volumes C1, C2, C3: bugfix: MIDI track volume sliders C1 .. C3 were disabled due to a workaround of another bug. Now are fixed...request from dennis.. so..test it and let me know. Today we contine with the new features integration.. Fran is waiting with patience..
|
Top
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#311019 - 05/25/10 03:13 PM
Re: 4.2 Patch not working for me.
|
Senior Member
Registered: 11/18/01
Posts: 1631
Loc: Ireland
|
Ok ...A lesson learned here tonight and a happy ending too. Something Dennis said got me thinking so I decided to do an experiment. The way he got to 4.2v3 VS the way I did. So first my way. To be sure I had no rogue LSCP files I deleted the entire GigaLibrary folder and the the LSCP file from the Preset folder. Extracted the RAR to get back a fresh GigaLibrary folder, and copied the LSCP file from there into the Preset folder. Next I went to user/mediastation and extracted OS 4.2v3. When asked if I wished to overwrite all the files I selected Yes. Rebooted and no success. The problems remained. So next I did what Dennis did. I deleted the current folder rather than allowing the 4.2v3 RAR to overwrite it. Rebooted and ..... success So what ya think of that. Overwriting the current folder did not work ( and I done 3 times in total) yet the second I deleted it and replace it like Dennis did, success. Ho well, a lesson learned. Don't overwrite files. Delete them first if you want to replace them. So thanks Dom, Dennis & AFG. Kind Regards James
|
Top
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#311024 - 05/26/10 12:44 AM
Re: 4.2 Patch not working for me.
|
Senior Member
Registered: 01/31/06
Posts: 3354
Loc: The World
|
|
Top
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#311037 - 05/27/10 01:38 PM
Re: 4.2 Patch not working for me.
|
Senior Member
Registered: 01/31/06
Posts: 3354
Loc: The World
|
Still no VST audio output.
I did a FULL clean installation of the OS, format disk....Loaded back all the Giga library and other data.
Tried number 1, Superwave P8, nothing, numnber 2, nothing. And these are supposed to be installed by default, and set up to go, yes?
Tried the EDIT tab , and then made sure the correct ASIO host was selected, pressed RUN ASIO, nothing
What else is there to try? I have NEVER had any issues with the ASIO audio outs before. (well that is when I set them up manually..you know open the ASIO host 1, and then manually enter the MIDI and AUDIO settings, etc etc).
By the way I also tried doing one manually, still no go.
Dennis
[This message has been edited by miden (edited 05-27-2010).]
|
Top
|
|
|
|
|
|
|
|
|
|
|
|
|