Skip to search.
soundquest-users · Support for users of Sound Quest products

Group Information

  • Members: 428
  • Category: Software
  • Founded: Jul 28, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 101 - 130 of 3080   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
101 Michael Lambie
mlambie@... Send Email
Oct 1, 2000
8:03 am
Hi Phil, I'm not sure what you mean when you say "it's not multitasking for some reason". Will both programs not run at the same time? Is this the case? The...
102 Michael Lambie
mlambie@... Send Email
Oct 1, 2000
8:04 am
Hi Warren, It sounds as though you now have it working so if you have any other questions, please let me know. Mike Lambie Sound Quest Inc. ... From: Warren...
103 Phillip Smith
dreamsmith@... Send Email
Oct 1, 2000
8:38 pm
Michael, Thanks for responding to my call for help. What's happening is I can't open the midi in and out ports on MidiQuest if I have Cakewalk running at the...
104 Phillip Smith
dreamsmith@... Send Email
Oct 1, 2000
9:50 pm
Michael, I want to add to my previous email. I have managed to successfully load setups and patches from my Kurzweil K2500 to MidiQuest 8, when I did NOT have...
105 Tim Rhodes
tim.rhodes@... Send Email
Oct 1, 2000
10:11 pm
Philip I have Cakewalk 9 and MQ 8, with quite a complex set up [Roland JD800, Korg Wavestation, Matrix 1000, Yam A3000, Yam EMT10 plus others] and rely ...
106 Phillip Smith
dreamsmith@... Send Email
Oct 1, 2000
10:20 pm
Tim, Thanks for taking the time to help. I will check the items you mentioned, and also Hubi's. My setup is simple now, since we're waiting for our new house...
107 Michael Lambie
mlambie@... Send Email
Oct 2, 2000
5:29 am
Hello Phil, If you are using a Sound Blaster interface, that is definitely where the problem lies. The SB Live will only allow one application to use the ...
108 eric.szaleniec@... Send Email Oct 2, 2000
5:43 am
Hello Phil, I have a PIII 600 MHz with 128 MRam, Win98 + Cakewalk pro9 + MQ8 + a very old MQX32M midi interface (from the win3.1 time) and it's working. I have...
109 Warren Bedell
warren@... Send Email
Oct 2, 2000
11:39 am
Thanks for the response, but I guess I spoke too soon. I switched computers over the weekend and can't load the group from the Roland JV-1010. The...
110 Phillip Smith
dreamsmith@... Send Email
Oct 2, 2000
3:36 pm
Eric, Thanks for your reply. I'll try re-installing Cakewalk. I appreciate your help. Phil...
111 Phillip Smith
dreamsmith@... Send Email
Oct 2, 2000
3:39 pm
Thanks Michael, I suspected it was that. The first thing I'll do is dig up my old Edirol interface, and not use the SBLive's. And if that doesn't work, I'll...
112 Ian Lewis
ilewis@... Send Email
Oct 2, 2000
3:45 pm
The SBLive is completely unsuitable for use as a pro MIDI interface--it has no multiclient support and so cannot be opened by two programs at once. I'll bet...
113 Phillip Smith
dreamsmith@... Send Email
Oct 2, 2000
4:05 pm
Ian, Thank you for your reply - makes a lot of sense. It's unbelievable how responsive you guys have been! I really appreciate your help. Have a great day!...
114 Michael Lambie
mlambie@... Send Email
Oct 2, 2000
4:49 pm
Hi Warren, Ok, what you should do is remove the JV-1010 from the Driver list and re-add it. I am assuming here that you have installed the new drivers that are...
115 Ian Lewis
ilewis@... Send Email
Oct 2, 2000
4:51 pm
In MQ8 the type-in numeric input boxes don't seem to work right. I can use the mouse to increment or decrement values, but if I double-click and type, the...
116 Ian Lewis
ilewis@... Send Email
Oct 2, 2000
5:24 pm
Michael, What compiler is your development team using? I've finally gotten some time to try out the Infinity SDK, but it's chock-full of TObject*s. My guess is...
117 Michael Lambie
mlambie@... Send Email
Oct 2, 2000
7:16 pm
Hi Ian, Glad to hear that you're happy with MQ. I don't think there's bug, lets call it a "feature". After entering the value you need to press the "ENTER"...
118 Michael Lambie
mlambie@... Send Email
Oct 2, 2000
7:16 pm
Hi Ian, We're using Borland's compiler (BC++ v5.02), a long standing error but we're stuck with it now<g> and we can just get everything done quickly rather...
119 Ian Lewis
ilewis@... Send Email
Oct 2, 2000
8:37 pm
Sorry, I should have specified that hitting "enter" did not work either. I would prefer that even hitting "enter" not be required, as having a control lose...
120 Ian Lewis
ilewis@... Send Email
Oct 2, 2000
8:40 pm
You're right, no name-mangling issues--I confused your TObject with the OWL base TObject. Unfortunately, your headers include <owl/module.h>, so unless there's...
121 Rodrigo Saboia Silva
rsaboiasilva@... Send Email
Oct 2, 2000
9:59 pm
? Can somebody elaborate please? I was confused about the following comments that went back and forth ... I didn't know that there was such a thing as multi...
122 Michael Lambie
mlambie@... Send Email
Oct 2, 2000
9:59 pm
Hello Ian, I'll admit this is a little confusing but here's how it works. If you just type in a number, you should be able to press return and the value will...
123 Michael Lambie
mlambie@... Send Email
Oct 2, 2000
10:01 pm
Hi Ian, I just checked the headers, it looks like a couple of things have crept in that aren't really necessary. I've reattached the headers here and you ...
124 Ian Lewis
ilewis@... Send Email
Oct 2, 2000
11:49 pm
Still missing definitions for TColor and TDropInfo. TColor is embedded in the Globals structure, and TDropInfo is passed by value in the definition of...
125 Ian Lewis
ilewis@... Send Email
Oct 3, 2000
12:53 am
The Windows DDK allows multiple opens on a MIDI output device. This is possible because at the driver level, all communication is packet-oriented--that is, the...
126 Michael Lambie
mlambie@... Send Email
Oct 3, 2000
1:03 am
Hello Rod, Sure, there can be multi-client support. From what I understand, MS just didn't documented it in their DDK and offered up some rather poor examples....
127 Michael Lambie
mlambie@... Send Email
Oct 3, 2000
1:03 am
Hi Ian, Ok, just redefine TColor as a ULONG, that's what it is anyway. Define TDropInfo as a "void *". Its really for internal use and you won't be able to use...
128 heikki.paananen@... Send Email Oct 3, 2000
1:12 am
... From: EXT Ian Lewis [mailto:ilewis@...] Speaking of MIDI interfaces that don't have multiclient drivers, anyone want to buy an Opcode...
129 Alfred Anthony Scudiero
aascudiero@... Send Email
Oct 3, 2000
2:49 am
Does anyone know if MQ 8.0 will have a profile/driver for the Roland XV-88 board? Also, will it integrate with older versions of Cakewalk (I'm using ...
130 Ian Lewis
ilewis@... Send Email
Oct 3, 2000
3:46 am
Thanks, it compiles now. Ian ... From: Michael Lambie To: soundquest-users@egroups.com Sent: Monday, October 02, 2000 7:07 PM Subject: RE: [soundquest-users]...
Messages 101 - 130 of 3080   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help