| Author |
Message |
steampump

Joined: Oct 22, 2004 Posts: 76 Location: switzerland
G2 patch files: 14
|
Posted: Mon Dec 13, 2004 11:29 am Post subject:
Performance problems |
 |
|
I have found a bad bug with the G2 Engine in live performance..
When you are controlling the a performance with an external clock and change the performance programm, the Engine will hang. The only solution is to switch off and on the Engine.
I don't know if the problem is related with patch compatibility between os v1.1 and 1.24 ?
Have you similar problems ?
www.armuco.ch _________________ Artworks Music Computer |
|
|
Back to top
|
|
 |
Afro88

Joined: Jun 20, 2004 Posts: 701 Location: Brisbane, Australia
Audio files: 12
G2 patch files: 79
|
Posted: Mon Dec 13, 2004 5:50 pm Post subject:
|
 |
|
My engine's midi clock is slaved to the mpc and I haven't encountered this problem, either changing performances using midi program changes or using the editor... but then all the performances I use have been done in 1.2x.
If it is some kind of version incompatibility problem, maybe try resaving the programs into the synth. Open the offending program/s, save them to your hard disk, re-open them from the hard disk and then save them back into the G2 (all with the 1.24 editor). Hope that helps... |
|
|
Back to top
|
|
 |
steampump

Joined: Oct 22, 2004 Posts: 76 Location: switzerland
G2 patch files: 14
|
Posted: Tue Dec 14, 2004 1:46 pm Post subject:
|
 |
|
Thanks
I have used the up and download trick for each performance. The problem is not solved.
When i select a performance from within the editor i have no problem to play all performance.
But my problem happens everytime between some perfomance when i use the Remote25, who change the performance patch step by step 1 ,2,3,4 etc.
With changing single patch i do not have any problems.
When the perf problem occure the midi led lite on, and no sound can be played any more.
When the editor is activ you also recieve a usb lost contact error.
But maybe it is only a Remot25 problem ?
Is ther anybody out there using Remote25 to control a G2 Engine ?
Maybe an other silly Question.
Can the default folder for patch and perf be changed in the editor v 1.24 ?
And how to do it if so ? _________________ Artworks Music Computer |
|
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24600 Location: The Netherlands, Enschede
Audio files: 309
G2 patch files: 320
|
Posted: Tue Dec 14, 2004 3:32 pm Post subject:
|
 |
|
| steampump wrote: | Maybe an other silly Question.
Can the default folder for patch and perf be changed in the editor v 1.24 ?
And how to do it if so ? |
I'm not sure what you mean so maybe this is a PC only feature but, my editor remembers the folder where it last was as part of it's setup.
Further info : Under windows in the folder C:\Documents And Settings\<username>\Application Data\Clavia\ a (text) file is present named Modular G2 Editor.pref where some settings are stored. In that same folder the init patch templates are stored.
Jan. |
|
|
Back to top
|
|
 |
elektro80
Site Admin

Joined: Mar 25, 2003 Posts: 21959 Location: Norway
Audio files: 14
|
Posted: Tue Dec 14, 2004 5:33 pm Post subject:
|
 |
|
OK, Mr. Steam Pump, I was just about to forward some viagra emails to you.. but now I understand I misunderstood the name of the thread.
 _________________ A Charity Pantomime in aid of Paranoid Schizophrenics descended into chaos yesterday when someone shouted, "He's behind you!"
MySpace
SoundCloud
Flickr |
|
|
Back to top
|
|
 |
steampump

Joined: Oct 22, 2004 Posts: 76 Location: switzerland
G2 patch files: 14
|
Posted: Thu Dec 16, 2004 11:50 am Post subject:
|
 |
|
Thanks for the help to find the pref file but now what is the syntax for the parameter to insert and define a default folder. I can just see the 5 laste opend files and the window frame parameters of the editor in this file. _________________ Artworks Music Computer |
|
|
Back to top
|
|
 |
Roland Kuit
Joined: Sep 29, 2003 Posts: 1090 Location: The Netherlands/Sweden
Audio files: 8
G2 patch files: 127
|
Posted: Thu Dec 16, 2004 12:52 pm Post subject:
Performance problems |
 |
|
Elektro....you're funny  |
|
|
Back to top
|
|
 |
blue hell
Site Admin

Joined: Apr 03, 2004 Posts: 24600 Location: The Netherlands, Enschede
Audio files: 309
G2 patch files: 320
|
Posted: Thu Dec 16, 2004 1:00 pm Post subject:
|
 |
|
| steampump wrote: | | Thanks for the help to find the pref file but now what is the syntax for the parameter to insert and define a default folder. I can just see the 5 laste opend files and the window frame parameters of the editor in this file. |
Well, that's what I tried to tell you, I don't know :-)
The editor remembers the last folder it fetched a file from, probably by inspecting the the most recently opened file. When you want that to be a fixed folder you'll need some creativity with batch files I'm affraid.
That would be :
Make a pref file with in it the settings you want to be effective on editor statup and give that file some other name than the Clavia one.
Then make a batch file that copies your pref over the Clavia pref and then starts the editor. for the 1.24 software use something like :
| Code: |
Copy "c:\some_path\your_pref" "c:\some_path\Clavia_pref"
"C:\Program Files\Clavia\Modular G2 1.24\ModularG2Editor1_24.exe" "%1"
|
Store this into a fille called "G2.bat" or something and make sure you have the right filenames and paths for the pref files.
Then instead of opening the editor directly execute the batch file (by clicking on it, you can drag a shortcut into the startmenu if you like)
This will not work though when you start the editor by clicking on a patch or when you download a patch over the internet - in that case the exe will still be used directly.
When this has to work as well you'll need to tweak the file extension handling a bit in explorer (the file explorer, not IE) to make your batch file the program that handles patches and performances.
When you install a new editor you'll have to do it all over, or partially when you make the batch stuff a bit smarter.
Jan. |
|
|
Back to top
|
|
 |
|