Useful Tools: Difference between revisions
Jump to navigation
Jump to search
m →Browser-based tuning tools (JavaScript etc.): Fixed a layout issue |
m Sorted two of the lists alphabetically |
||
Line 7: | Line 7: | ||
=Software for manipulating scales and tunings= | =Software for manipulating scales and tunings= | ||
* [http://www.huygens-fokker.org/scala/ Scala] - the ''de facto'' standard software for creating, manipulating and analyzing tunings | * [http://www.huygens-fokker.org/scala/ Scala] - the ''de facto'' standard software for creating, manipulating and analyzing tunings | ||
** [ | **[https://en.wikipedia.org/wiki/Scala_%28program%29 Wikipedia article on Scala] | ||
** instructions for [[Creating_Scala_scl_files_for_rank_two_temperaments|Creating Scala scl files for rank two temperaments]] | ** instructions for [[Creating_Scala_scl_files_for_rank_two_temperaments|Creating Scala scl files for rank two temperaments]] | ||
* [http://www.tallkite.com/alt-tuner.html alt-tuner] - a tuning plug-in that does adaptive tunings, on-the-fly retuning, and scale analysis by Kite Giedraitis | * [http://www.tallkite.com/alt-tuner.html alt-tuner] - a tuning plug-in that does adaptive tunings, on-the-fly retuning, and scale analysis by Kite Giedraitis | ||
* [http://robertinventor.com/software/tunesmithy/music.htm Fractal Tune Smithy & Bounce Metronome] - by Robert Walker | |||
*[http://www.microtonalsoftware.com/ Scala to TUN and MTS online converter] - by MicrotonalSoftware.com | |||
* [https://github.com/maxwellpollack/scalemap scalemap] - drop-in microtonal note-to-frequency mapping functionality for C, C++, and Javascript | |||
* [http://x31eq.com/temper/ Temperament finder] - site by [[Graham_Breed|Graham Breed]] | * [http://x31eq.com/temper/ Temperament finder] - site by [[Graham_Breed|Graham Breed]] | ||
* [http://tonalsoft.com/tonescape.aspx Tonescape] - Music composition, analysis and educational tool by Joe Monzo | * [http://tonalsoft.com/tonescape.aspx Tonescape] - Music composition, analysis and educational tool by Joe Monzo | ||
=Browser-based tuning tools (JavaScript etc.)= | =Browser-based tuning tools (JavaScript etc.).= | ||
* [https://microtonal-tuner.herokuapp.com Microtonal-tuner] - Wilckerson Ganda's tuner for all EDOs and EDONOIs (be sure to use https: not http:) | * [https://microtonal-tuner.herokuapp.com Microtonal-tuner] - Wilckerson Ganda's tuner for all EDOs and EDONOIs (be sure to use https: not http:) | ||
* [https://www.yacavone.net/xen-calc/ Xen-calc] An interval calculator that translates to/from ratios, cents, FJS and color notation, much more too. | * [https://www.yacavone.net/xen-calc/ Xen-calc] An interval calculator that translates to/from ratios, cents, FJS and color notation, much more too. | ||
* [https://xenpaper.com/ Xenpaper.com] - A text-based microtonal sequencer, like a notepad. Write down musical ideas and share the link around | |||
* [[Interval calculator]] - a nice online interval calculator tool, shows linear fraction and EDO fraction expansions, too | * [[Interval calculator]] - a nice online interval calculator tool, shows linear fraction and EDO fraction expansions, too | ||
* [http://www.untwelve.org/static/javascript_demos/MOSring.html Animated MOS ring demo] | * [http://www.untwelve.org/static/javascript_demos/MOSring.html Animated MOS ring demo] | ||
Line 53: | Line 53: | ||
=Useful tools for math in general= | =Useful tools for math in general= | ||
* [http://www.sengpielaudio.com/calculator-centsratio.htm Cents to Ratio Calculator] - and much more! Also, [http://robertinventor.com/software/tunesmithy/help/cents_and_ratios.htm another one] with extensive instructions. | * [http://www.sengpielaudio.com/calculator-centsratio.htm Cents to Ratio Calculator] - and much more! Also, [http://robertinventor.com/software/tunesmithy/help/cents_and_ratios.htm another one] with extensive instructions. | ||
* [http://www.maths.surrey.ac.uk/hosted-sites/R.Knott/Fibonacci/cfCALC.html Continued Fraction Calculator] | |||
* [http://www.mindspring.com/~alanh/fracs.html Fast Decimal to Fraction Approximations] | |||
* [https://play.google.com/store/apps/details?id=an.FracPro Fraction Calculator] — An Android app that [[User:PiotrGrochowski]] recommends to install. Allows to do arithmetic on fractions, while ''not'' outputting a mixed fraction. | |||
* [http://www.numberempire.com/fractionscalculator.php Fraction Expression Calculator] - easily do ratio arithmetic | * [http://www.numberempire.com/fractionscalculator.php Fraction Expression Calculator] - easily do ratio arithmetic | ||
* [http://www.calculatorsoup.com/calculators/math/lcd.php Least Common Denominator of Fractions (LCD) Calculator] - put your JI ratios in here! | * [http://www.calculatorsoup.com/calculators/math/lcd.php Least Common Denominator of Fractions (LCD) Calculator] - put your JI ratios in here! | ||
* [https://scratch.mit.edu/projects/245142985/ Number To Fractions] — Finds fractions to a number that improve over the previous. Allows restricting to 3–limit, 5–limit, 7–limit, 11–limit or 13–limit. Type a number to be approximated by JI ratios, or the binary logarithm of a ratio to be approximated by edo intervals. | |||
* [http://www.gnu.org/software/octave/ Octave] - a free, open source equivalent to MATLAB; useful for working with matrices and much more | * [http://www.gnu.org/software/octave/ Octave] - a free, open source equivalent to MATLAB; useful for working with matrices and much more | ||
*[http://www.codecogs.com/latex/eqneditor.php Online LaTeX Equation Editor] - create mathematical expressions in LaTeX format for wiki pages etc. | |||
* [http://www.wolframalpha.com Wolfram Alpha] - perform a variety of intensive mathematical calculations in your browser | * [http://www.wolframalpha.com Wolfram Alpha] - perform a variety of intensive mathematical calculations in your browser | ||
Revision as of 04:02, 15 April 2023
Software for manipulating scales and tunings
- Scala - the de facto standard software for creating, manipulating and analyzing tunings
- alt-tuner - a tuning plug-in that does adaptive tunings, on-the-fly retuning, and scale analysis by Kite Giedraitis
- Fractal Tune Smithy & Bounce Metronome - by Robert Walker
- Scala to TUN and MTS online converter - by MicrotonalSoftware.com
- scalemap - drop-in microtonal note-to-frequency mapping functionality for C, C++, and Javascript
- Temperament finder - site by Graham Breed
- Tonescape - Music composition, analysis and educational tool by Joe Monzo
Browser-based tuning tools (JavaScript etc.).
- Microtonal-tuner - Wilckerson Ganda's tuner for all EDOs and EDONOIs (be sure to use https: not http:)
- Xen-calc An interval calculator that translates to/from ratios, cents, FJS and color notation, much more too.
- Xenpaper.com - A text-based microtonal sequencer, like a notepad. Write down musical ideas and share the link around
- Interval calculator - a nice online interval calculator tool, shows linear fraction and EDO fraction expansions, too
- Animated MOS ring demo
- Hexagonal Keyboard Demo[dead link] - by Sjoerd Visscher
- edjiruler v0.0.1 - Visualize JI intervals close to equal divisions of whole numbers
- Scale Workshop - Generate tuning files in your browser
- Rank 2 Regular Temperament Generator - generate rank2 regular temperaments
- MOSedo - Moments of Symmetry in equal divisions of the octave calculator
- Diatonic Scale Explorer - Visualize the diatonic scale with different sizes of fifths
- JI Scale Interval Calculator - Shows a list of all JI intervals in your JI scale
- Harmonic Entropy Calculator - Interactive Harmonic Entropy curves.
- Online H-System Calculators - Hunt Intonation Quality Grade Point Average (IQGPA) Calculator
- Microtonal Software Scale Tree - ET Scale Tree Playground
- Offtonic Microtonal Synth
- Wickisynth - tuning demo synthesizer with Wicki-Hayden key layout
- Online 19-edo keyboard
- Online Terpstra keyboard (isomorphic hexagonal keyboard)
- Microtone[dead link] - A HTML5 uniform keyboard demo with any equal temperament
- The Monochord[dead link] - Try out just intervals from a base frequency.
- Rational Keyboard - JI keyboard with keys that grow in size
- Tonespiral - Listen to harmonics visualized as a spiral
- Wolfram Alpha Regular Temperament Widgets
- Just Intonation -> EDO calculator
- Selected just intervals by error
- Selected just intervals by error (MediaWiki output)
- Tempered out comma finder
- Tempering out edo finder
- Table of edo intervals
- Frequency Explorer - a browser-based synthesizer + sequencer with precisely-configurable musical scale and harmonic spectrum
- Music Calculators | Jeremiah Goyette (mostly set calculators)
Useful tools for math in general
- Cents to Ratio Calculator - and much more! Also, another one with extensive instructions.
- Continued Fraction Calculator
- Fast Decimal to Fraction Approximations
- Fraction Calculator — An Android app that User:PiotrGrochowski recommends to install. Allows to do arithmetic on fractions, while not outputting a mixed fraction.
- Fraction Expression Calculator - easily do ratio arithmetic
- Least Common Denominator of Fractions (LCD) Calculator - put your JI ratios in here!
- Number To Fractions — Finds fractions to a number that improve over the previous. Allows restricting to 3–limit, 5–limit, 7–limit, 11–limit or 13–limit. Type a number to be approximated by JI ratios, or the binary logarithm of a ratio to be approximated by edo intervals.
- Octave - a free, open source equivalent to MATLAB; useful for working with matrices and much more
- Online LaTeX Equation Editor - create mathematical expressions in LaTeX format for wiki pages etc.
- Wolfram Alpha - perform a variety of intensive mathematical calculations in your browser