* DEBUG : out/synth-wobblebass, gem-master debug [s $0-onoff-in], delete splitfilename in RECORD > S REC_FILE (bug if no extension)
* DEBUG for Mac OSX : [pix_rgba] inside [video-red-blob] (YUV error) and inside [video-halftone], automatic connection of Arduino when it is not Firmata inside (Bluetooth connection)
* NEW : website http://malinette.info with a lot of documentation !
* NEW : support English and French for Helps and Examples
* NEW : the [abstractions/include] abstraction to hold paths of abstractions
* NEW : the [docs/abs-template] abstraction to explain how to add abstractions to the Malinette
* NEW : synth-bassdrum help, between-help, synth-wobblebass-help, audio-ducker
* UPDATE : Be careful of new folders names. More simple : in, numbers, audio, video, out
* UPDATE : "_xp" folder to put experimental things : seq-counter2 bug, kinect, ...
* UPDATE : other/scripts/make_help.sh to build OVERVIEW.html and menutree.txt (tclplugin) and add some CSS to print the .html
* UPDATE : mouse without "x-y", 3d-transform-help without colors commands, osc-in-touchosc > osc-in-phone, rec-data > data-sampler, synth-bassdrum
* UDPATE : logo
* HARDWARE : wood box update
## v0.88 (2014/06/20)
* NEW : oscillator, osc-in, audio-pitchdelay
* NEW : manual in french
* UPDATE : audio-cutoff (numbers limits 0-127 and 0-1)
* add script "./other/scripts/make_helps.pd" to make a single htlm page with all abstractions
* update "docs/OVERVIEW.html", the list of abstractions + css
* debug [audio-sampler] : problem with id-rec initiliazed to 0 instead of 1
* fill some helps
* MASTER : debug [arduino-master] >[comport] and Mac OS X. On Linux and MS Windows, the Arduino is connected automatically, on Mac OS X, you need to specify the port number and switch on.
* MASTER : new features in [gem-master] with "advanced" button: dimensions, offset and record a video (.mov only)
* MASTER : [audio-master], [line~] instead of [vline~]
* FILTER : add [notescale], [between]
* FX-VIDEO : add [video-stopmotion]
* OUT : [synth-pluck], [video-record]
## v0.85 (2013/06/02)
* new organisations of folders : examples (instead of presets), abstractions (fx-video, fx-audio), lib
* new main for all platform (substitue [tof/menubutton] with [tof/pmenu])
* new GUI button objects for menu in main.pd ([pbutton-menu], [pf])
* add helps for beginners in the main
* add helps for abstractions
* script in ./other/scripts to resize all examples and the main and save patch in ./png (with scrot program in Linux)
* tcplugins in ./other/tclplugins
* update processing-pd codes
* substitute the tmp.mov with a better video (crossplatform)
* add an icon in ./data
* update README.txt
* fix some bugs (seq-counters, media paths, synth-fm argument, audio-out argument, ...)
* IN : add key-makeymakey
* MASTER : arduino-master find the last serial port automatically, audio-master with rec file, gem-master label is SCREEN
* OUT : update arduino-out (remove gif numbers)
* OUT : add 3d-physics, audio-sampler, synth-bassdrum, synth-vowel
@@ -11,7 +11,7 @@ To use the Malinette on your computer, you have to install Pure Data 0.48 and ex
## Windows
- Download and install [Pure Data 0.48.2.exe](http://msp.ucsd.edu/Software/pd-0.48-2.windows-installer.exe).
- Install Pure Data and run it. It should create a "%AppData%\Pd\externals" folder (usually C:\Users\user_name\AppData\Roaming\Pd), where we want to put Malinette files. Quit it.
- Download [malinette-soft-win-master.zip](https://framagit.org/malinette/malinette-soft/malinette-soft-win/-/archive/master/malinette-soft-win-master.zip) to get all externals and the "msvcr71.dll" file.
- Download [malinette-soft-win-master.zip](https://framagit.org/malinette/malinette-soft/malinette-soft-win/-/archive/master/malinette-soft-win-master.zip) to get all externals and the "msvcr71.dll" file. Command to find it in tour computer : dir msvcr71.dll /s /p
- Extract malinette-soft-win-master. Move all files in "externals" to your personal "%AppData%\Pd\externals" folder.
- Copy the "malinette-soft-win-master/pd/bin/msvcr71.dll" file to the "pd/bin" folder or to "C:\Windows\System Folder". [Source](https://lists.puredata.info/pipermail/pd-list/2017-04/118639.html). Needed when using Gem library.
- Download the most recent release of [malinette-ide.zip](https://framagit.org/malinette/malinette-ide/-/archive/master/malinette-ide-master.zip), and extract it to "%AppData%\Pd\" without the word "master" it is easier. **Be aware of keeping your old "malinette-ide" folder if you got one by renaming it**.
...
...
@@ -47,6 +47,7 @@ To use the Malinette on your computer, you have to install Pure Data 0.48 and ex
## Raspberry PI 2 and 3
- Download and extract [Pure Data 0.48.1.tar.gz](http://msp.ucsd.edu/Software/pd-0.48-1.rpi.tar.gz)
- sudo apt-get install tcl tk
- Follow Linux instructions.
## Linux
...
...
@@ -79,5 +80,5 @@ To use the Malinette on your computer, you have to install Pure Data 0.48 and ex
- For Gem, may be it is needed to install it with "apt-get install" instead of the "Pd > Find externals" way.
'''pd -font-weight normal -open ~/Documents/Pd/malinette-ide/MALINETTE.pd'''
pd -font-weight normal -open ~/Documents/Pd/malinette-ide/MALINETTE.pd
@@ -40,6 +40,8 @@ Plug the USB board, install drivers if required, and upload the "StandardFirmata
In Mac OS X, we note that the Arduino/Leonardo and Firwata does not work with [pduino]. So you should convert it in MIDI (see [malinette-hw](https://framagit.org/malinette/malinette-hw)) or use a Arduino/UNO for instance.
Note: For Windows 8, disable Driver Signature Verification.
## Updates
Few malinette-ide folders could be stored in the same folder if they don't have the same name. Keep in mind that is a good practice to rename old "malinette-ide" to keep your projects and data.