jump to beginning show previous Showing Logic-users Thread 65903 of 105796 show next jump to end

Forum Index | Read LUG: Policy/Rules Messages Threads Digests | Post New Message | Search!

From: "frankenstrat11 <frankenstrat@...>" <frankenstrat@...>
Date: Wed, 1 Jan 2003 at 5:04:14 PM
Subject: [GEN] system common message to create a loop
Message #128511
Without boring you as to why I want to do this.... I need to create a loop by using system common messages. Since this is kind of a hairy confusing area for me, I'm hoping someone can help me. What is the specific command(s) to make a song return, for example, from measure 8 to measure one? I do understand the whole binary issue. I also understand I need to start the string with F0 and end with F7. As far as I can tell the stop command is 11111100 the start command is 11111010 plus the timing clock info. But although I have tried this, the sequence doesn't loop. Perhaps there is an easier way to do this (using MSB?LSB?) ( I know Logic has much easier ways to loop a sequence. Can't use these...trust me!I need to embed a message within the sequence) Any advice would be very much appreciated. Thanks Tim
Viewed 302 times, 2 replies, 12 messages in thread. Reply to this message.
From: "aaron j woolley" <lakeplacidblue@...>
Date: Thu, 2 Jan 2003 at 10:20:20 AM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128519
This is a reply to #128511.
Hi guys - hopefully someone can assist here - if you a spare moment I have a problem inasmuch that I had a 40gig drive on my logic based Pc - which is a pentium 4 running XP and the drive is NTFS formatted. I've just bought an 80gig drive which I've replaced it with - and want to put the old maxtor 40gig drive on my other pc which is running WIN ME on an old pentium 3 I don't seem to beable to find anyway I can revert the drive back to fat32 whilst its in sitting (slave) in the pentium 4 = the only option I keep getting is to reformat it to NTFS - any reference to fat or fat32 is not offered. If I take the HD and place it in the pentium 3 - the pc see's the drive there when I boot up and it goes thru its intialization etc - but then once it gets to booting up WIN ME - it just blinks away and doesn't boot the O/S I've tried fdisk after booting from a floppy - but i can't get to this drive in dos - it just doesn't see it can anyone help here ??? tia aaron
Viewed 327 times, 2 replies, 12 messages in thread. Reply to this message.
From: "bedvin15 <eddie_vincent@...>" <eddie_vincent@...>
Date: Fri, 3 Jan 2003 at 1:11:59 AM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128587
This is a reply to #128519.
I don't think you can convert back to FAT32 using Windows but you should be able to do this with Partition Magic. Paul
Viewed 250 times, 1 reply, 12 messages in thread. Reply to this message.
From: itsplayed <itsplayed@...>
Date: Fri, 3 Jan 2003 at 6:30:27 AM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128607
This is a reply to #128587.
> I don't think you can convert back to FAT32 using Windows but you > should be able to do this with Partition Magic. > > Paul You can convert back if you write zero's to the drive then reformat and reinstall. SRP3
Viewed 229 times, 1 reply, 12 messages in thread. Reply to this message.
From: Hendrik Jan Veenstra <h@...>
Date: Fri, 3 Jan 2003 at 10:27:09 AM
Subject: Re: [LUG] [GEN] system common message to create a loop
Message #128631
This is a reply to #128511.
Thoughts from the mind of frankenstrat11 <frankenstrat@...>, 01-01-2003: >Without boring you as to why I want to do this.... >I need to create a loop by using system common messages. Since this >is kind of a hairy confusing area for me, I'm hoping someone can help >me. >What is the specific command(s) to make a song return, for example, >from measure 8 to measure one? >I do understand the whole binary issue. I also understand I need to >start the string with F0 and end with F7. As far as I can tell the >stop command is 11111100 >the start command is 11111010 plus the timing clock info. >But although I have tried this, the sequence doesn't loop. First of all: no, you don't start/end with F0/F7. F0 and F7 are system common messages indicating start and end of a system exclusive message, and have nothing to do with starting or stopping a sequencer, or song position pointer or whatever. Second, I have no idea of Logic will obey system common and system realtime messages embedded in a sequence. What you would need, probably, is a "Song Position Pointer" (SPP) in the sequence -- in hexadecimal, that's a "F2 ll mm" message, where "ll mm" are the LSB and MSB indicating the number of MIDI beats (= 6 midi clocks, of which you have 24 per quarter) since the start of the song. So if you want to loop back to the start of the 2nd bar (= 4 beats into the song = 4*24– midi clocks = 96/6 midi beats), you would insert a "F2 10 00" message in the sequence at the point where you want Logic to return to bar 2. Start/continue/stop (FA, FB and FC respectively) are System Realtime messages, telling the sequencer to start/cont/stop -- but again I have no idea if Logic will respond to those if you insert them manually in a sequence. Furthermore, if you only want to loop back, you'd probably not need start/cont/stop messages -- or maybe, *if* Logic indeed _does_ loop back, you need a 'cont' message at the start of the loop (i.e. SPP to send Logic back to the start of the loop, and there Cont to continue running). And... according to the midi specs, start and cont messages ought to be followed by MIDI clocks (F8) -- which poses a problem, since Logic generates its own clock, and you're not using some external clock-source. So all in all this seems to be tricky business. The only way to figure this out is by lots of experimentation... As for the full midi specs: if you want to have them all together, with some other midi related stuff, check the midi section of my website (signature). Full midi specs with proper layout... -- Hendrik Jan Veenstra <h@...> Omega Art: http://www.omega-art.com
Viewed 236 times, 0 replies, 12 messages in thread. Reply to this message.
From: "aaron j woolley" <lakeplacidblue@...>
Date: Fri, 3 Jan 2003 at 8:19:14 PM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128683
This is a reply to #128607.
> > I don't think you can convert back to FAT32 using Windows but you > > should be able to do this with Partition Magic. > > > > Paul From: "itsplayed" <itsplayed@...> > You can convert back if you write zero's to the > drive then reformat and reinstall. > SRP3 how do i write zero's to the drive ?? and what is SRP3 ?? you've totally blinded me with science here !!!
Viewed 225 times, 1 reply, 12 messages in thread. Reply to this message.
From: "Darth" <d_a_r_t_h@...>
Date: Fri, 3 Jan 2003 at 9:33:21 PM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128686
This is a reply to #128683.
> > how do i write zero's to the drive ?? > Writing zeros means totally erasing the contents of a disk. There are special utilities for doing this provided by HD manufacturers or alternatively there is a generic utility I know called Ontrack Disk Manager. Writing zeros is equal to the state you received the HD from the factory. In my opinion writing zeros is not really necessary in your case. If you do an FDISK it should be OK. Regards: Darth
Viewed 241 times, 2 replies, 12 messages in thread. Reply to this message.
From: "Obliviän | Bacteria AS" <oblivian@...>
Date: Fri, 3 Jan 2003 at 9:55:12 PM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128687
This is a reply to #128686.
> > how do i write zero's to the drive ?? > Writing zeros means totally erasing the contents of a disk. > There are special utilities for doing this provided by HD manufacturers > or alternatively there is a generic utility I know called Ontrack Disk > Manager. > Writing zeros is equal to the state you received the HD from the factory. > In my opinion writing zeros is not really necessary in your case. > If you do an FDISK it should be OK. > Regards: > Darth The PowerQuest PartionMagic 8.0 **Trial** allows you to convert your drive back to FAT32. Just download the trial and convert it back. (It is a time limited trial...) http://www.partitionmagic.com Also, there's a hardcore way to do it. If you change the cluster size for the drive in your BIOS, it will force the system to reformat the drive. Then you can set it back to the original size and re-format again. Obi
Viewed 235 times, 1 reply, 12 messages in thread. Reply to this message.
From: "Sascha Franck" <S.Franck@...>
Date: Sat, 4 Jan 2003 at 1:36:54 AM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128688
This is a reply to #128519.
If you don't want to spend your money buying Partition Magic but prefer to "write zeros" to your HDDs, you can use a socalled "Low Level Format" utility. Those usually are placed on a boot floppy/CD and will just wipe out anything that has ever been on your HDD. Most HDD companies offer such a tool in their download sections. If you can't find any, I could mail you one from Maxtor which seems to work fine with all sorts of HDDs (I low level formatted at least 4-5 disks of different brands using it sucessfully). Be aware, low level formatting can take quite some hours for a large drive. But maybe the tip Obi posted is an even better way... Sascha
Viewed 271 times, 0 replies, 12 messages in thread. Reply to this message.
From: itsplayed <itsplayed@...>
Date: Sat, 4 Jan 2003 at 1:51:24 AM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128692
This is a reply to #128686.
> > how do i write zeros39;s to the drive ?? Darth <d_a_r_t_h@...> wrote: > Writing zeros means totally erasing the contents of a disk. > There are special utilities for doing this provided by HD manufacturers > or alternatively there is a generic utility I know called Ontrack Disk > Manager. > Writing zeros is equal to the state you received the HD from the factory. > In my opinion writing zeros is not really necessary in your case. > If you do an FDISK it should be OK. Wrighting zeros is exactly that,Starting from scratch.I'm not too familiar with programs that may do a conversion back to FAT32, but I would still do a completely clean reformat of the drive anyway! This is without a doubt the best route to take for a systems file change! You can write zero's to your drive using the floppy start-up disk supplied by the drive manufacturer.Look to your manual for more info. Sorry for the "SRP3" it's just my handle!If you decide to start from scratch and write zero's back to your drive and need some guidance in doing so, just e-mail me at itsplayed@... and I'll help you out through the process. Just save all data that is unretreaveable before beginning
Viewed 240 times, 0 replies, 12 messages in thread. Reply to this message.
From: "RayMaxer" <digil@...>
Date: Sat, 4 Jan 2003 at 3:56:51 AM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128696
This is a reply to #128687.
> The PowerQuest PartionMagic 8.0 **Trial** allows you to convert your drive > back to FAT32. Just download the trial and convert it back. (It is a time > limited trial...) > > http://www.partitionmagic.com > > Also, there's a hardcore way to do it. If you change the cluster size for > the drive in your BIOS, it will force the system to reformat the drive. Then > you can set it back to the original size and re-format again. > > Obi I think in his case it would be a 'clearer' action just to delete old NTFS partition in Partition Magic. Then you can either create and format a new FAT partition in PM or in Fdisk/Format... (I somehow dislike idea of having converted partitions) Ray.
Viewed 252 times, 1 reply, 12 messages in thread. Reply to this message.
From: "aaron j woolley" <lakeplacidblue@...>
Date: Sat, 4 Jan 2003 at 8:34:15 AM
Subject: Re: [LUG] [LAW] problem with NTFS - back to fat32
Message #128705
This is a reply to #128696.
> > The PowerQuest PartionMagic 8.0 **Trial** allows you to convert your drive > > back to FAT32. Just download the trial and convert it back. (It is a time > > limited trial...) > > http://www.partitionmagic.com > > Also, there's a hardcore way to do it. If you change the cluster size for > > the drive in your BIOS, it will force the system to reformat the drive. Then > > you can set it back to the original size and re-format again. From: "RayMaxer" <digil@...> > I think in his case it would be a 'clearer' action just to > delete old NTFS partition in Partition Magic. > Then you can either create and format a new FAT partition in PM or in > Fdisk/Format... (I somehow dislike idea of having converted partitions) thanx to everyone who has contributed to this dilemma I kinda think the easiest way for me would be to download the partion magic demo or .......simply put XP on the pentium 3 pc - and have everything running in NTFS - as from early postings I'd been sent it seemed I was stuck with the drive in its NTFS format anyway. thanks again everyone
Viewed 256 times, 0 replies, 12 messages in thread. Reply to this message.

Forum Index | Read LUG: Policy/Rules Messages Threads Digests | Post New Message | Search!

Forum Index | Read LUG: Policy/Rules Messages Threads Digests | Post New Message | Search!


© 1994-2008, All Rights Reserved.