Yahoo Groups archive

Disklavier

Index last updated: 2026-04-28 23:20 UTC

Thread

RE: iPad and Disklavier

RE: iPad and Disklavier

2013-07-16 by Sheldon Deluty

Good Morning:

Does anyone know if it is possible to use an ipad with a midi connection to drive the Disklavier ?

Can you spec out the ipad app and the way you interface the ipad to the Disklavier, as well as how to get the midi files on to the ipad?

Thank you for your time.

Sheldon Deluty

Re: [disklavier] RE: iPad and Disklavier

2013-07-16 by Donal Galvin

Yes. You need the iPad camera connection kit.

Sent from my iPhone
Show quoted textHide quoted text
On 16 Jul 2013, at 11:53, Sheldon Deluty <mdshd@...> wrote:

> Good Morning:
> 
> Does anyone know if it is possible to use an ipad with a midi connection to drive the Disklavier ?
> 
> Can you spec out the ipad app and the way you interface the ipad to the Disklavier, as well as how to get the midi files on to the ipad?
> 
> Thank you for your time.
> 
> Sheldon Deluty
>

Re: iPad and Disklavier

2013-07-31 by jmsiro1390

It also depends on the type of Disklavier.  I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports.  I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).

Jeanne

--- In disklavier@yahoogroups.com, Sheldon Deluty <mdshd@...> wrote:
Show quoted textHide quoted text
>
> Good Morning:
> 
> Does anyone know if it is possible to use an ipad with a midi connection to
> drive the Disklavier ?
> 
> Can you spec out the ipad app and the way you interface the ipad to the
> Disklavier, as well as how to get the midi files on to the ipad?
> 
> Thank you for your time.
> 
> Sheldon Deluty
>

Re: iPad and Disklavier

2013-07-31 by discodonal

Have a look at this

http://youtu.be/HOLPx7N7gpw

--- In disklavier@yahoogroups.com, Sheldon Deluty <mdshd@...> wrote:
Show quoted textHide quoted text
>
> Good Morning:
> 
> Does anyone know if it is possible to use an ipad with a midi connection to
> drive the Disklavier ?
> 
> Can you spec out the ipad app and the way you interface the ipad to the
> Disklavier, as well as how to get the midi files on to the ipad?
> 
> Thank you for your time.
> 
> Sheldon Deluty
>

Re: [disklavier] iPad and Disklavier

2013-07-31 by Pi Piano

I essentially wanted to do the same thing, so I hooked up a Raspberry Pi the MIDI ports on my Disklavier, and I programmed a Web server on the Raspberry Pi to be able to play my library MIDI files through. Now I can browse my library and control the playback from my IPad or any other device with a Web browser. The Raspberry Pi is so small that I was able to hide it under the sofa next to the Disklavier.

Justin

On Jul 31, 2013, at 5:12 PM, jmsiro1390 <jeanne.siro@...> wrote:

It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).

Jeanne

--- In disklavier@yahoogroups.com, Sheldon Deluty wrote:
>
> Good Morning:
>
> Does anyone know if it is possible to use an ipad with a midi connection to
> drive the Disklavier ?
>
> Can you spec out the ipad app and the way you interface the ipad to the
> Disklavier, as well as how to get the midi files on to the ipad?
>
> Thank you for your time.
>
> Sheldon Deluty
>


Re: [disklavier] iPad and Disklavier

2013-07-31 by George Frederick Litterst

Good evening, everyone.

Here is a complete blog that I wrote on the subject of connecting a MIDI keyboard to an iPad:


Regards,
PianoBench
On Jul 31, 2013, at 5:12 PM, jmsiro1390 wrote:

It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).

Jeanne

--- In disklavier@yahoogroups.com, Sheldon Deluty wrote:
>
> Good Morning:
>
> Does anyone know if it is possible to use an ipad with a midi connection to
> drive the Disklavier ?
>
> Can you spec out the ipad app and the way you interface the ipad to the
> Disklavier, as well as how to get the midi files on to the ipad?
>
> Thank you for your time.
>
> Sheldon Deluty
>


Re: iPad and Disklavier

2013-08-01 by Scott Cammack

Justin,
The use of the RaspberryPi is such a great idea, and one that I've been toying with. I'm delighted to hear that you've been able to implement a working setup. Any chance you'll be sharing details of your experience with the group? I'd love to leverage off your design!
-Scott
*************************
Wed Jul 31, 2013 3:32 pm (PDT) . Posted by: "Pi Piano" raspberrypipiano
I essentially wanted to do the same thing, so I hooked up a Raspberry Pi the MIDI ports on my Disklavier, and I programmed a Web server on the Raspberry Pi to be able to play my library MIDI files through. Now I can browse my library and control the playback from my IPad or any other device with a Web browser. The Raspberry Pi is so small that I was able to hide it under the sofa next to the Disklavier.
Justin

Re: [disklavier] iPad and Disklavier

2013-08-01 by Pi Piano

Hi Scott,
I'll try not to bore everyone by getting too technical, but...

I started out with buying the hardware:
Rasberry PI, decorative case, 8GB SD Card, USB Power Supply, USB to Midi Converter and a miniature USB to Wifi dongle.

I installed Raspian on the SDCard and then had to upgrade to Raspian 3.2.27 to get the USB to Wifi dongle to work.
I then converted my esq files to midi files using some free Windows tools.

I then wrote a midi playback program that I could control with signals using the ALSA API. I implemented start, stop, pause, resume, next song, previous song, play album and get current song functions. (Pause, resume took forever to figure out how to implement with ALSA.) I also added logic to remap midi channels for my Disklavier to recognize them and filter out any tracks that look like drum tracks.

I then created a set of web pages that would allow me to upload midi files and organize them by folder/album. I then added buttons to control the midi playback program through posix signals. I did this using HTML, Javascript and PHP. I then tested and tweaked my web site to work with Safari, Chrome, Firefox and Internet Explorer. (Internet Explorer just had to do everything I needed differently than the rest.)

Here's an example of what it looks like:




It took me several weeks, but I can now control my piano from my iPad, or laptop and I don't have to worry about my floppy drive failing any more (as it was starting to act up.)

I hope this helps.

Justin



On Aug 1, 2013, at 12:56 PM, Scott Cammack <scott.cammack@...> wrote:


Justin,
The use of the RaspberryPi is such a great idea, and one that I've been toying with. I'm delighted to hear that you've been able to implement a working setup. Any chance you'll be sharing details of your experience with the group? I'd love to leverage off your design!
-Scott
*************************
Wed Jul 31, 2013 3:32 pm (PDT) . Posted by: "Pi Piano" raspberrypipiano
I essentially wanted to do the same thing, so I hooked up a Raspberry Pi the MIDI ports on my Disklavier, and I programmed a Web server on the Raspberry Pi to be able to play my library MIDI files through. Now I can browse my library and control the playback from my IPad or any other device with a Web browser. The Raspberry Pi is so small that I was able to hide it under the sofa next to the Disklavier.
Justin


Re: [disklavier] iPad and Disklavier

2013-08-02 by Bill Brandom

Once again I am amazed by the genius of another Disklavier owner.

Justin, what you did is really impressive!

Bill

Sent from Mailbox for iPhone
Show quoted textHide quoted text

On Thu, Aug 1, 2013 at 8:42 PM, Pi Piano <raspberrypipiano@...> wrote:

Hi Scott,
I'll try not to bore everyone by getting too technical, but...

I started out with buying the hardware:
Rasberry PI, decorative case, 8GB SD Card, USB Power Supply, USB to Midi Converter and a miniature USB to Wifi dongle.

I installed Raspian on the SDCard and then had to upgrade to Raspian 3.2.27 to get the USB to Wifi dongle to work.
I then converted my esq files to midi files using some free Windows tools.

I then wrote a midi playback program that I could control with signals using the ALSA API. I implemented start, stop, pause, resume, next song, previous song, play album and get current song functions. (Pause, resume took forever to figure out how to implement with ALSA.) I also added logic to remap midi channels for my Disklavier to recognize them and filter out any tracks that look like drum tracks.

I then created a set of web pages that would allow me to upload midi files and organize them by folder/album. I then added buttons to control the midi playback program through posix signals. I did this using HTML, Javascript and PHP. I then tested and tweaked my web site to work with Safari, Chrome, Firefox and Internet Explorer. (Internet Explorer just had to do everything I needed differently than the rest.)

Here's an example of what it looks like:




It took me several weeks, but I can now control my piano from my iPad, or laptop and I don't have to worry about my floppy drive failing any more (as it was starting to act up.)

I hope this helps.

Justin



On Aug 1, 2013, at 12:56 PM, Scott Cammack <scott.cammack@...> wrote:


Justin,
The use of the RaspberryPi is such a great idea, and one that I've been toying with. I'm delighted to hear that you've been able to implement a working setup. Any chance you'll be sharing details of your experience with the group? I'd love to leverage off your design!
-Scott
*************************
Wed Jul 31, 2013 3:32 pm (PDT) . Posted by: "Pi Piano" raspberrypipiano
I essentially wanted to do the same thing, so I hooked up a Raspberry Pi the MIDI ports on my Disklavier, and I programmed a Web server on the Raspberry Pi to be able to play my library MIDI files through. Now I can browse my library and control the playback from my IPad or any other device with a Web browser. The Raspberry Pi is so small that I was able to hide it under the sofa next to the Disklavier.
Justin



Re: iPad and Disklavier

2013-08-02 by aswath698

hi

In order to connect the Disklavier console to the Ipad, you need to use a special cable - its called i-MX1

 http://usa.yamaha.com/products/music-production/accessories/usb-midi/i-mx1/

Aswath



--- In disklavier@yahoogroups.com, "jmsiro1390" <jeanne.siro@...> wrote:
Show quoted textHide quoted text
>
> It also depends on the type of Disklavier.  I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports.  I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).
> 
> Jeanne
> 
> --- In disklavier@yahoogroups.com, Sheldon Deluty <mdshd@> wrote:
> >
> > Good Morning:
> > 
> > Does anyone know if it is possible to use an ipad with a midi connection to
> > drive the Disklavier ?
> > 
> > Can you spec out the ipad app and the way you interface the ipad to the
> > Disklavier, as well as how to get the midi files on to the ipad?
> > 
> > Thank you for your time.
> > 
> > Sheldon Deluty
> >
>

Re: [disklavier] iPad and Disklavier

2013-08-02 by George Frederick Litterst

Good morning, everyone.

If you want to be able to charge your iPad at the same time, you might want to consider this cable:


Regards,
PianoBench

On Aug 2, 2013, at 2:59 AM, aswath698 wrote:

hi

In order to connect the Disklavier console to the Ipad, you need to use a special cable - its called i-MX1

http://usa.yamaha.com/products/music-production/accessories/usb-midi/i-mx1/

Aswath

--- In disklavier@yahoogroups.com, "jmsiro1390" wrote:
>
> It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).
>
> Jeanne
>
> --- In disklavier@yahoogroups.com, Sheldon Deluty wrote:
> >
> > Good Morning:
> >
> > Does anyone know if it is possible to use an ipad with a midi connection to
> > drive the Disklavier ?
> >
> > Can you spec out the ipad app and the way you interface the ipad to the
> > Disklavier, as well as how to get the midi files on to the ipad?
> >
> > Thank you for your time.
> >
> > Sheldon Deluty
> >
>


Re: [disklavier] Re: iPad and Disklavier

2013-08-02 by Spencer chase

is there a similar cable for the iphone5? not totally sure but this one looks like it is for models previous to the 5.
Show quoted textHide quoted text
On 8/1/2013 11:59 PM, aswath698 wrote:

hi

In order to connect the Disklavier console to the Ipad, you need to use a special cable - its called i-MX1

http://usa.yamaha.com/products/music-production/accessories/usb-midi/i-mx1/

Aswath

--- In disklavier@yahoogroups.com, "jmsiro1390" wrote:
>
> It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).
>
> Jeanne
>
> --- In disklavier@yahoogroups.com, Sheldon Deluty wrote:
> >
> > Good Morning:
> >
> > Does anyone know if it is possible to use an ipad with a midi connection to
> > drive the Disklavier ?
> >
> > Can you spec out the ipad app and the way you interface the ipad to the
> > Disklavier, as well as how to get the midi files on to the ipad?
> >
> > Thank you for your time.
> >
> > Sheldon Deluty
> >
>


-- 
Best regards, Spencer Chase
67550-Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...
http://www.spencerserolls.com
(707) 984-8356 
(425) 791-0309

Re: [disklavier] Re: iPad and Disklavier

2013-08-02 by Jeanne Sirovatka

None of the adapters out there, either Yamaha or third party, have a lightning connector yet. You need to use a 30-pin to lightning connector as well as the midi connection system, whichever you choose. (I chose the iconnectMIDI because it was cheaper than the Yamaha and had more flexibility).
Show quoted textHide quoted text
On Fri, Aug 2, 2013 at 7:35 AM, Spencer chase <lists@spencerserolls.com> wrote:

is there a similar cable for the iphone5? not totally sure but this one looks like it is for models previous to the 5.

On 8/1/2013 11:59 PM, aswath698 wrote:

hi

In order to connect the Disklavier console to the Ipad, you need to use a special cable - its called i-MX1

http://usa.yamaha.com/products/music-production/accessories/usb-midi/i-mx1/

Aswath

--- In disklavier@yahoogroups.com, "jmsiro1390" wrote:
>
> It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).
>
> Jeanne
>
> --- In disklavier@yahoogroups.com, Sheldon Deluty wrote:
> >
> > Good Morning:
> >
> > Does anyone know if it is possible to use an ipad with a midi connection to
> > drive the Disklavier ?
> >
> > Can you spec out the ipad app and the way you interface the ipad to the
> > Disklavier, as well as how to get the midi files on to the ipad?
> >
> > Thank you for your time.
> >
> > Sheldon Deluty
> >
>


-- 
Best regards, Spencer Chase
67550-Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@spencerserolls.com
http://www.spencerserolls.com
(707) 984-8356 
(425) 791-0309




--
---------------------------------
Jeanne Sirovatka

Re: [disklavier] iPad and Disklavier

2013-08-02 by George Frederick Litterst

Good morning, everyone.

Spencer, at this time, I do not know of any iOS MIDI interface that offers the Lightning connector that is found on the iPhone 5 or the iPad 4. However, Apple's Lightning-to-30-pin adapters will work with the existing MIDI interfaces:



I recommend the second of the 2 options as it will put less strain on the device's port.

I have provided a complete explanation of these MIDI issues here:


Regards,
PianoBench



On Aug 2, 2013, at 9:35 AM, Spencer chase wrote:

is there a similar cable for the iphone5? not totally sure but this one looks like it is for models previous to the 5.

On 8/1/2013 11:59 PM, aswath698 wrote:

hi

In order to connect the Disklavier console to the Ipad, you need to use a special cable - its called i-MX1

http://usa.yamaha.com/products/music-production/accessories/usb-midi/i-mx1/

Aswath

--- In disklavier@yahoogroups.com, "jmsiro1390" wrote:
>
> It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).
>
> Jeanne
>
> --- In disklavier@yahoogroups.com, Sheldon Deluty wrote:
> >
> > Good Morning:
> >
> > Does anyone know if it is possible to use an ipad with a midi connection to
> > drive the Disklavier ?
> >
> > Can you spec out the ipad app and the way you interface the ipad to the
> > Disklavier, as well as how to get the midi files on to the ipad?
> >
> > Thank you for your time.
> >
> > Sheldon Deluty
> >
>


-- 
Best regards, Spencer Chase
67550-Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@spencerserolls.com
http://www.spencerserolls.com
(707) 984-8356 
(425) 791-0309


Re: [disklavier] iPad and Disklavier

2013-08-02 by George Frederick Litterst

Good afternoon, everyone.

Ken, the best MIDI player/librarian program that I have found for iOS is SweetMIDI Player:


Regards,
PianoBench


On Aug 2, 2013, at 10:56 AM, Weblistings.com wrote:


Hi Aswath:

Thank you for posting that link ( http://www.ikmultimedia.com/products/irigmidi/ ).

With that, is there software to just play the files directly from the iPhone or iPad? It would be nice to have the MIDI files on the phone, and just play them directly. A web interface would also be nice, but that requires wifi, hosting, software.

Thanks,

Ken


Re: [disklavier] iPad and Disklavier

2013-08-02 by Weblistings.com

Thank you, George, for your superb input to this group.

What steps would need to be taken to get my old Disklavier floppy disks transferred over, so SweetMIDI could play them on the Disklavier?

Thanks,

Ken

Re: [disklavier] iPad and Disklavier

2013-08-03 by Spencer chase

thanks for the link. however i am not going to pay $39 for a cable. the iphone5 is a great phone, the best i ever have owned but i am not going to pay Apple $39 to make it compatible with the 4. i have so many other ways to play midi, i don't need this. just thought is was another cool way to add to my arsenal but not for the cost of the cable plus the cost of the interface.
Show quoted textHide quoted text
On 8/2/2013 8:56 AM, George Frederick Litterst wrote:
\ufffd

Good morning, everyone.


Spencer, at this time, I do not know of any iOS MIDI interface that offers the Lightning connector that is found on the iPhone 5 or the iPad 4. However, Apple's Lightning-to-30-pin adapters will work with the existing MIDI interfaces:



I recommend the second of the 2 options as it will put less strain on the device's port.

I have provided a complete explanation of these MIDI issues here:


Regards,
PianoBench



On Aug 2, 2013, at 9:35 AM, Spencer chase wrote:

\ufffd

is there a similar cable for the iphone5? not totally sure but this one looks like it is for models previous to the 5.

On 8/1/2013 11:59 PM, aswath698 wrote:
\ufffd

hi

In order to connect the Disklavier console to the Ipad, you need to use a special cable - its called i-MX1

http://usa.yamaha.com/products/music-production/accessories/usb-midi/i-mx1/

Aswath

--- In disklavier@yahoogroups.com, "jmsiro1390" wrote:
>
> It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).
>
> Jeanne
>
> --- In disklavier@yahoogroups.com, Sheldon Deluty wrote:
> >
> > Good Morning:
> >
> > Does anyone know if it is possible to use an ipad with a midi connection to
> > drive the Disklavier ?
> >
> > Can you spec out the ipad app and the way you interface the ipad to the
> > Disklavier, as well as how to get the midi files on to the ipad?
> >
> > Thank you for your time.
> >
> > Sheldon Deluty
> >
>


-- 
Best regards, Spencer Chase
67550-Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...
http://www.spencerserolls.com
(707) 984-8356 
(425) 791-0309



-- 
Best regards, Spencer Chase
67550-Bell Springs Rd.
Garberville, CA 95542 Postal service only.
Laytonville, CA 95454 UPS only.
Spencer@...
http://www.spencerserolls.com
(707) 984-8356 
(425) 791-0309

Re: [disklavier] iPad and Disklavier

2013-08-03 by Horatio Kemeny

Check DealExtreme.com -- you'll often find the same cables for 99 cents. 

.....HK
Show quoted textHide quoted text
On 2013-08-02, at 7:36 PM, Spencer chase <lists@...m> wrote:

> thanks for the link. however i am not going to pay $39 for a cable. the iphone5 is a great phone, the best i ever have owned but i am not going to pay Apple $39 to make it compatible with the 4. i have so many other ways to play midi, i don't need this. just thought is was another cool way to add to my arsenal but not for the cost of the cable plus the cost of the interface. 
> 
> On 8/2/2013 8:56 AM, George Frederick Litterst wrote:
>>  
>> Good morning, everyone.
>> 
>> 
>> Spencer, at this time, I do not know of any iOS MIDI interface that offers the Lightning connector that is found on the iPhone 5 or the iPad 4. However, Apple's Lightning-to-30-pin adapters will work with the existing MIDI interfaces:
>> 
>> http://store.apple.com/us/product/MD823ZM/A/lightning-to-30-pin-adapter?fnode=3a
>> 
>> http://store.apple.com/us/product/MD824ZM/A/lightning-to-30-pin-adapter-02-m?fnode=3a
>> 
>> I recommend the second of the 2 options as it will put less strain on the device's port.
>> 
>> I have provided a complete explanation of these MIDI issues here:
>> 
>> http://www.claviercompanion.com/connect/blog/50-connect-midi-keyboard-to-ipad
>> 
>> Regards,
>> PianoBench
>> 
>> 
>> www.georgelitterst.com
>> 
>> On Aug 2, 2013, at 9:35 AM, Spencer chase wrote:
>> 
>>>  
>>> is there a similar cable for the iphone5? not totally sure but this one looks like it is for models previous to the 5.
>>> 
>>> On 8/1/2013 11:59 PM, aswath698 wrote:
>>>>  
>>>> hi
>>>> 
>>>> In order to connect the Disklavier console to the Ipad, you need to use a special cable - its called i-MX1
>>>> 
>>>> http://usa.yamaha.com/products/music-production/accessories/usb-midi/i-mx1/
>>>> 
>>>> Aswath
>>>> 
>>>> --- In disklavier@yahoogroups.com, "jmsiro1390" <jeanne.siro@...> wrote:
>>>> >
>>>> > It also depends on the type of Disklavier. I have an e3 and the usb connection (USB host out) doesn't work -- you have to use the midi ports. I use iconnectmidi1 to connect from the disklavier to my ipad4 (you can use a 30pin-lightning or usb-lightning camera kit with the iconnectmidi for the newer ipads; either work).
>>>> > 
>>>> > Jeanne
>>>> > 
>>>> > --- In disklavier@yahoogroups.com, Sheldon Deluty <mdshd@> wrote:
>>>> > >
>>>> > > Good Morning:
>>>> > > 
>>>> > > Does anyone know if it is possible to use an ipad with a midi connection to
>>>> > > drive the Disklavier ?
>>>> > > 
>>>> > > Can you spec out the ipad app and the way you interface the ipad to the
>>>> > > Disklavier, as well as how to get the midi files on to the ipad?
>>>> > > 
>>>> > > Thank you for your time.
>>>> > > 
>>>> > > Sheldon Deluty
>>>> > >
>>>> >
>>> 
>>> -- 
>>> Best regards, Spencer Chase
>>> 67550-Bell Springs Rd.
>>> Garberville, CA 95542 Postal service only.
>>> Laytonville, CA 95454 UPS only.
>>> Spencer@...
>>> http://www.spencerserolls.com
>>> (707) 984-8356 
>>> (425) 791-0309
> 
> -- 
> Best regards, Spencer Chase
> 67550-Bell Springs Rd.
> Garberville, CA 95542 Postal service only.
> Laytonville, CA 95454 UPS only.
> Spencer@spencerserolls.com
> http://www.spencerserolls.com
> (707) 984-8356 
> (425) 791-0309
> 
> Reply via web post	 Reply to sender	 Reply to group	Start a New Topic           	Messages in this topic (18)
> RECENT ACTIVITY: New Members 5
> Visit Your Group
> To Post a message to the group, send it to:   disklavier@YahooGroups.com
> 
> To Post a private message to Todd Muncy, the group's founder and moderator, send it to:
> disklavier-owner@...
> 
> To reach our group's web site go to:
> http://Yahoogroups.com/group/disklavier
> 
> THINKING OF LEAVING THE GROUP?
> If you are thinking of unsubcribing because you are getting too much mail, go the the web site and change your email delivery option instead.  That will fix the problem, while maintaining your access to the group.  If you insist on leaving us completely send a blank email to:
> disklavier-unsubscribe@... 
> 
> Know someone who wants to join?  Have them send a blank email to:
> disklavier-subscribe@eGroups.com or give them this link:
> http://Yahoogroups.com/group/disklavier/join 
> Switch to: Text-Only, Daily Digest •

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.