User Tools

Site Tools


korg_electribe_es-1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
korg_electribe_es-1 [2022/12/16 22:25] – SoX example, tools links rjtkorg_electribe_es-1 [2023/10/15 21:44] (current) – [See Also] es12wav rjt
Line 1: Line 1:
 ====== Korg Electribe ES-1 ====== ====== Korg Electribe ES-1 ======
 +{{ :media:image:hardware:es-1.jpg}}
 +Cool sampler and sequencer. Comes with lots of sounds, patterns, and songs built-in, and it's pretty fun just messing with those, or replacing the samples and hearing the existing patterns with new sounds.
  
 ==== Loading Samples ==== ==== Loading Samples ====
Line 5: Line 7:
 Loading samples from a [[SmartMedia]] card has a few restrictions: Loading samples from a [[SmartMedia]] card has a few restrictions:
  
-  * Filenames and extensions have to be uppercase (manual uses extension in lowercase, this's just what I've read elsewhere). +  * Files need to be named in order, EG: 00.WAV 01.WAV 02.WAV 03.WAV 04.WAV (extension can be upper- or lowercase)
-  * Files eed to be named in order, EG: 00.WAV 01.WAV 02.WAV 03.WAV 04.WAV+
   * 100 files max in the root directory. Dunno about using subdirectories.   * 100 files max in the root directory. Dunno about using subdirectories.
-    * Practical workflow see to be grab a bunch of samples you want to keep togetherload them onto the ES-1, then save them as a bank (.ES1 file) back onto the card. This way you can store much more. Banks could be for individual songs, based on a theme, etc. Then you can load/unload full banks as you want them. +    * You don't need to keep you samples hereit's more a temp space as you'll move the individual samples into sets/banks and save those onto the card. 
-    * Workflow: http://www.korgforums.com/forum/phpBB2/viewtopic.php?t=39660&view=previous&sid=3a30c9d13b91828809997799e7ac7a62 +  * 8- or 16-bit, 32KHz. .WAV or .AIFF. If you use a rate other than 32KHz playback speed will be distorted
-    * Workflow: https://old.reddit.com/r/electribe/comments/p18ec2/es1_sample_editor/h8dtjsm/ +  * You can format the card in the ES-1. It'[[wp>File_Allocation_Table#FAT12|FAT-12]]. 
-  * 8- or 16-bit, 32KHz. .WAV or .AIFF. If you use a rate other than 32KHz playback speed will change+  * If you get ''Er.3'' when loading samples that means you're out of space
-  * You can format the card in the ES-1. It's FAT-12 +    * Actual sample space seems to be ~2.2MiB in my experience. 
-  * If you get ''Er.3'' that means you're out of space.+  * You have to load each sample one-by-one! 
 + 
 +=== Renaming === 
 + 
 +I use [[wp>GPRename]], which I have hooked into my file manager, so I can select a directory and launch it. 
 + 
 +  - Go to the 'Numerical' tab 
 +  - Set 'Add numbers starting at' to '0' 
 +  - Make sure 'increment by' is '1' (should be default) 
 +  - 'and after' field needs to have your file extension; so '.wav' 
 +  - Make sure 'Keep existing names' is set to 'No' (should be default) 
 +  - Hit 'Preview' to make sure things look right, then hit 'Rename' if they do. 
 + 
 +It'd be nice to script the whole renaming and converting process, so I'll add a command line renaming guide at some point maybe.
  
 === Converting === === Converting ===
Line 27: Line 41:
 ... ...
  
-With [[SoX]]:+With [[SoX]] (and [[bash]]): 
 + 
 +''for file in *.wav; do sox $file -r 32000 -b [8|16] -c [1|2] [optional output directory/]$(basename $file); done''
  
   * ''-r'' is sample rate   * ''-r'' is sample rate
   * ''-c'' is channels   * ''-c'' is channels
   * ''-b'' is bit depth   * ''-b'' is bit depth
- +  * 'optional output directory' has to already exist
-(untested) +
- +
-''for file in *.wav; do sox $file -r 32000 -b [16|8] -c 1 [optional output directory/]$(basename $file); done''+
  
 ===== See Also ===== ===== See Also =====
Line 41: Line 54:
   * [[https://files.ryliejamesthomas.net/manuals/korg_electribe_es-1.pdf]]   * [[https://files.ryliejamesthomas.net/manuals/korg_electribe_es-1.pdf]]
   * https://www.synthmania.com/es-1.htm   * https://www.synthmania.com/es-1.htm
-  * https://github.com/chris-roerig/es1-renamer+  * [[github>chris-roerig/es1-renamer]] 
 +  * [[github>polluxsynth/es12wav]]
   * https://www.korg.com/us/support/download/product/1/102/   * https://www.korg.com/us/support/download/product/1/102/
     * https://www.korg.com/us/support/download/software/1/102/3317/ - ELECTRIBE-S/ES1 to .WAV PC Utility.     * https://www.korg.com/us/support/download/software/1/102/3317/ - ELECTRIBE-S/ES1 to .WAV PC Utility.
   * [[https://forum.vintagesynth.com/viewtopic.php?f=3&t=96712|Korg Electribe S (ES-1) Firmware and Factory Sounds]] - Links to all resources, tools on the Vintage Synth forum.   * [[https://forum.vintagesynth.com/viewtopic.php?f=3&t=96712|Korg Electribe S (ES-1) Firmware and Factory Sounds]] - Links to all resources, tools on the Vintage Synth forum.
 +  * [[yt>Lyxr7ZbyLfI|Faxi Nadu - Korg Electribe ES1 Sampler / Sequencer Review]]
  
 {{tag>Korg Japan musical-instrument}} {{tag>Korg Japan musical-instrument}}
korg_electribe_es-1.1671189955.txt.gz · Last modified: 2022/12/16 22:25 by rjt