Sciweavers

41 search results - page 3 / 9
» Octave
Sort
View
CHI
2002
ACM
14 years 6 months ago
LMNKui: overlaying computer controls on a piano controller keyboard
We introduce the Look Ma No Keyboard user interface, an ergonomic and intuitive method for controlling music sequencing software from a piano controller by adding a momentary foot...
Farhan Mohamed, Sidney Fels
NIME
2005
Springer
148views Music» more  NIME 2005»
13 years 11 months ago
Bubbaboard and Mommaspeaker: Creating Digital Tonal Sounds from an Acoustic Percussive Instrument
This paper describes the transformation of an everyday object into a digital musical instrument. By tracking hand movements and tilt on one of two axes, the Bubbaboard, a transfor...
Derek Wang

Source Code
2846views
15 years 4 months ago
Armadillo C++ matrix library
Armadillo is a streamlined C++ linear algebra library (matrix maths) aiming towards a good balance between speed and ease of use. It is based on recursive templates. Integer, float...
Conrad Sanderson
CORR
2004
Springer
100views Education» more  CORR 2004»
13 years 5 months ago
An Example of Clifford Algebras Calculations with GiNaC
This is an example of C++ code of Clifford algebra calculations with the GiNaC computer algebra system. This code makes both symbolic and numeric computations. It was used to produ...
Vladimir V. Kisil
HASKELL
2006
ACM
13 years 11 months ago
Statically typed linear algebra in Haskell
Many numerical algorithms are specified in terms of operations on vectors and matrices. Matrix operations can be executed extremely efficiently using specialized linear algebra k...
Frederik Eaton