All public logs

Jump to navigation Jump to search

Combined display of all available logs of MiniScript Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)
  • 23:05, 1 April 2020 71.226.33.30 talk created page Sound.loop (Created page with "<c>Sound.loop</c> controls whether a sound will play just once (false) or will repeat indefinitely (true) when played with Sound.play. <ms>s = file.loadSound("/sys/so...")
  • 23:03, 1 April 2020 71.226.33.30 talk created page Sound.mix (Created page with "<c>Sound.mix</c> mixes another synthesized sound into this one, producing a more complex sound. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! De...")
  • 23:00, 1 April 2020 71.226.33.30 talk created page Sound.stop (Created page with "<c>Sound.stop</c> stops this sound if it is currently playing. == Example == <ms>s = file.loadSound("/sys/sounds/bonus.wav") s.loop = true s.play; key.get; s.stop</ms> Ca...")
  • 22:57, 1 April 2020 71.226.33.30 talk created page Sound.play (Created page with "<c>Sound.play</c> plays a sound. Call this on a Sound object initialized either Sound.init, or loaded via file.loadSound. === Arguments === {| class="wikitable" |- ! Param...")
  • 22:48, 1 April 2020 71.226.33.30 talk created page Sound.init (Created page with "<c>Sound.init</c> synthesizes a sound from various parameters, including look-up tables that represent one cycle of the waveform and the volume envelope. === Usage Notes...")
  • 22:45, 1 April 2020 71.226.33.30 talk created page Sound.stopAll (Created page with "<c>Sound.stopAll</c> stops all currently playing sounds. Category:Mini Micro")
  • 22:44, 1 April 2020 71.226.33.30 talk created page Sound.nosieWave (Created page with "<c>Sound.noiseWave</c> returns a collection of random values. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. These will approximate white...")
  • 22:43, 1 April 2020 71.226.33.30 talk created page Sound.noiseWave (Created page with "<c>Sound.noiseWave</c> returns a collection of random values. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This produces a slightly buzz...")
  • 22:42, 1 April 2020 71.226.33.30 talk created page Sound.sawtoothWave (Created page with "<c>Sound.sawtoothWave</c> returns a 128-element list approximating a sawtooth wave. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This pr...")
  • 22:40, 1 April 2020 71.226.33.30 talk created page Sound.triangleWave (Created page with "<c>Sound.triangleWave</c> returns a 128-element list approximating a triangle wave. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This produc...")
  • 22:39, 1 April 2020 71.226.33.30 talk created page Sound.squareWave (Created page with "<c>Sound.squareWave</c> returns a 128-element list approximating a square wave. === Usage Notes === For use with the ''waveform'' parameter of Sound.init. This produc...")
  • 22:37, 1 April 2020 71.226.33.30 talk created page Sound.sineWave (Created page with "<c>Sound.sineWave</c> returns a 128-element list approximating a sine wave. === Usage Notes === <c>Sound.sineWave</c> produces a smooth, pure tone. Category:Mini M...")
  • 22:35, 1 April 2020 71.226.33.30 talk created page Image.getImage (Created page with "<c>Image.getImage</c> returns a rectangular portion of the image as a new image. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Mean...")
  • 22:30, 1 April 2020 71.226.33.30 talk created page Image.setPixel (Created page with "<c>Image.setPixel</c> sets the color of a specific pixel in the image. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | '...")
  • 22:29, 1 April 2020 71.226.33.30 talk created page Image.pixel (Created page with "<c>Image.pixel</c> returns the color of a specific pixel in the image. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meaning |- | ''...")
  • 22:24, 1 April 2020 71.226.33.30 talk created page RawData.length (Created page with "<c>Image.width</c> returns the width of the image, in pixels. (Read-only.) == Example == <ms>img = file.loadImage("/sys/pics/Dart.png")</ms> Category:Mini Micro")
  • 22:17, 1 April 2020 71.226.33.30 talk created page TextDisplay.print (Created page with "<c>TextDisplay.print</c> prints a given string to this text display, followed by whatever TextDisplay.delimiter contains. === Arguments === {| class="wikitable" |- ! Pa...")
  • 22:14, 1 April 2020 71.226.33.30 talk created page TextDisplay.setCellBackColor (Created page with "<c>TextDisplay.setCellBackColor</c> changes the background color of the given cell. See also: TextDisplay.cellBackColor === Arguments === {| class="wikitable" |- ! Para...")
  • 22:11, 1 April 2020 71.226.33.30 talk created page TextDisplay.cellBackColor (Created page with "<c>TextDisplay.cellBackColor</c> returns the background color of the given cell. See also: TextDisplay.setCellBackColor === Arguments === {| class="wikitable" |- ! Par...")
  • 22:09, 1 April 2020 71.226.33.30 talk created page TextDisplay.setCellColor (Created page with "<c>TextDisplay.setCellColor</c> changes the foreground color of the given cell. === Arguments === {| class="wikitable" |- ! Parameter Name !! Type !! Default Value !! Meani...")
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)