Troms
automated percussion

version dated 2000

 

 

This instrument is a computer controlled assembly of seven single skin drums of increasing sizes (from 70cm to 7 cm) . Each drum has a set of different beaters. Since the smallest drums do not have enough place to accomodate a large number of beaters, this number decreases with the size of the drums. The beaters are arranged such that the rightmost beater always hits the center of the drumskin. The leftmost beater is positioned such as to obtain a rimshot. Other beaters occupy intermediate positions. The drums are mounted in an assembly with an angle of 36 degrees, on a sturdy three-wheel base.

The complete structure is made of steel and was almost entirelly welded using TIG technology. The instrument can be played by standard MIDI commands, using our GMT software but is also capable of listening to pure algorithmic commands.

The picture to the left gives an idea about the way the instrument is build. Although the picture was taken when the instrument was fully functional, it was not completely finished. Still some elements had to be properly welded and the whole skeleton still needed to be painted. The lead battery compartiment -required for playing the instrument on the street- is missing on the picture.

 

This instrument was made and designed to be a part of the <Slag-Werk> project realized for 'Web Strikes Back' at the occasion of the Tromp biannual, october 2000 in Eindhoven, the Netherlands.

<Troms> uses dedicated hardware, designed for musical automats such as player pianos, percussion instruments, organs and even bowed instruments. Details can be found in our course on experimental music (book 2) on this same website.

The hardware consists of following printed circuit boards:

1. a parallel bus-board, designed for many of our automated instruments. (cfr. Klung, Player Piano, Harma, Springers, Troms, ThunderWood, Gorgel...) This board gets its input from a parallel printer port from a stardard wintel PC running Window98 with MMX command set and multimedia timer features. However, it is also possible to use any other microprocessor or controller as long as it can implement centronics like outputs. Thus, National Instrument DIO cards (including PCMCIA cards), as well as Activewire USB interfaces are implemented in our software. The circuit, a demultiplexer, looks like:

To protect the PC from possibly burning out the printer port when using very long cables, read our note on printer port protection hardware. From the above circuit only the velo-bus is used. The adresses are A3,A4 and A4, such that alle 24 beaters can be individually adressed.

2. Note driver board. This pc board houses the power mosfets used to steer the solenoids used for activating the sound sources. [ comment on these circuits, first developed for our player piano and also used in automats such as <Klung>, can be found at http://www.logosfoundation.org/logos/kursus/2116.html. ] The solenoids used are rated 12/14V @400mA (resistance 30 Ohms) for 100% duty cycle. Since we use them only in pulsed mode, we could safely double the operating voltage to minimum 24V.

At the lowest software level, the control code -if the drum solenoids are connected to the velo-ports and latches- can run as:

  • PortOut &H37A,%VeloReg
  • PortOut &H378, 2^(note MOD 8) ' set the bit corresponding to the wanted midi note
  • PortOut &H37A,%VeloReg OR 1 ' strobe it
  • PortOut &H37A,%VeloReg
  •  
  • PortOut &H37A,%VeloLatch
  • PortOut &H378,(note MOD 8)
  • PortOut &H37A,%VeloLatch OR 1
  • PortOut &H37A,%VeloLatch
  •  
  • PortOut &H37A,%VeloStrobe
  • PortOut &H37A,%VeloStrobe OR 1
  • PortOut &H37A,%VeloStrobe

3. The power mosfets we used for controlling these solenoids are Harris RFP4N12L or IRL640, since these switch on TTL levels. Note that when the power suppy is switched on, all latches will go to a high state, thus sounding al notes and drums at the same time. To avoid this, either first start the computer and the appropriate GMT program and then switch on <Troms>, or start Troms with the provided dummy connector inserted in the input port.

4. The power supply for this instrument is rated for 300Watts. The instrument can also be taken on the road, running from a 24V car battery. The power supply circuit is straightforward, although dimensioned for the high currents involved when all hammers do strike. The BDX67 is a hefty darlington power transistor in TO3 housing capable of handling 20 Amps with adequate cooling. The 7824 can be a small model (78L24) since it only serves to steer the darlington. We used a classic in TO220 since we had a bunch of these handy. The 7805 needs to be cooled. A small fin will do. If you have a TO3 package, it can be used without heatsink here. Although we used a BZY91 to drop the voltage for the 7805, it would be cheaper to use a separate small (7.5V/1A) mains transformer.

The construction drawing for the wheel base looks like:

Music:

If you are using <GMT> under Power Basic, you can use all specific hardware control functions and procedures provided in our library. A midi command converter was written by Kristof Lauwers. The midi mapping is:

  • Bass-drum: midinotes 24,25,26,27,28,29 [beaters from center to rim]
  • Tenor-drum: midi notes 30,31,32,33 [beaters from center to rim]
  • Side-drum: midi notes 34,35,36,37 [beaters from center to rim]
  • Low-bongo: midi notes 38,39,40 [beaters from center to rim]
  • High-bongo: midi notes 41,42,43 [beaters from center to rim]
  • Low LP mini bongo: midi notes 44, 45 [center beater and rimshot beater]
  • High LP mini bongo : midi notes 46,47 [center beater and rimshot beater]

Coding samples can be found in the <GMT> module gmt_lib.dll as well as in troms.inc. Specific compositions for <Troms> have been written by Godfried-Willem Raes (Afrotroms, E-Troms, GeroTroms, Ratrom, Simple Triple Ouxercuse, Seven Quaver Evertire) and Kristof Lauwers (Betatroms).

construction workshop & low level coding collaborators:

  • Kristof Lauwers (GMT coding)

  • Filip Switters (TIG welding)

  • Xavier Verhelst (purchasing)

  • Johannes Taelman (PIC programming, revision 2004)

Simulator for all PC's with a soundcard - DOWNLOAD NOW

Dimensions:

  • width: 2500 mm
  • height: 1860mm
  • depth: 600mm
  • weigth: 90kg
  • power consumption: 300Watts / 230V AC
  • data input: centronics parallel port from Wintel PC or DAQCard DIO24 (National Instruments) for NT systems. In 2004 we started the implementation of a direct midi port on troms, thus saving a laptop computer for the controll. This new feature should be ready in april 2004.

Insurance value: 7.500 Euro.

 

 

Back to Web Strikes Back Back to logos' main index page To homepage Godfried-Willem Raes

 

The <Troms> automat can be heard on the Logos Public Domain CD <Automaton> (LPD007). as well as a robot in the M&M orchestra on Logos Public Domain CD <M&M> (LPD008).

Last update: 2004-04-07