Skip to content

Commit 5988283

Browse files
author
Emilie Gillet
committed
Updated name
1 parent 06fc613 commit 5988283

34 files changed

+59
-59
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Eurorack module tester.
22

33
This project is a test signal generator for Eurorack synth modules. It also provides frequency/clock measurement tools, and a +/12V and +5V power supply - making it a compact "all in one" box for powering and debugging a module.
44

5-
Original developer: Olivier Gillet (ol[email protected])
5+
Original developer: Emilie Gillet (emilie.o[email protected])
66

77
The firmware is released under a GPL3.0 license. The PCB layouts and schematics are released under a Creative Commons cc-by-sa 3.0 license.
88

bootloader/bootloader.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2011 Olivier Gillet.
1+
// Copyright 2011 Emilie Gillet.
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU General Public License as published by

bootloader/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009 Olivier Gillet.
1+
# Copyright 2009 Emilie Gillet.
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2009 Olivier Gillet.
1+
# Copyright 2009 Emilie Gillet.
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

midi/midi.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2009 Olivier Gillet.
1+
// Copyright 2009 Emilie Gillet.
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/display.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/display.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/frequency_counter.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/frequency_counter.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/hardware_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by
Binary file not shown.
Binary file not shown.

module_tester/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2013 Olivier Gillet..
1+
# Copyright 2013 Emilie Gillet..
22
#
33
# This program is free software: you can redistribute it and/or modify
44
# it under the terms of the GNU General Public License as published by

module_tester/midi_dispatcher.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2009 Olivier Gillet.
1+
// Copyright 2009 Emilie Gillet.
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/midi_dispatcher.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2012 Olivier Gillet.
1+
// Copyright 2012 Emilie Gillet.
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/module_tester.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/note_stack.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2012 Olivier Gillet.
1+
// Copyright 2012 Emilie Gillet.
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/parameter.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/parameter.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/pulse_counter.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/pulse_counter.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/resources.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/resources.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/resources/characters.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/python2.5
22
#
3-
# Copyright 2013 Olivier Gillet..
3+
# Copyright 2013 Emilie Gillet..
44
#
5-
# Author: Olivier Gillet (ol[email protected])
5+
# Author: Emilie Gillet (emilie.o[email protected])
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

module_tester/resources/lookup_tables.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/python2.5
22
#
3-
# Copyright 2013 Olivier Gillet..
3+
# Copyright 2013 Emilie Gillet..
44
#
5-
# Author: Olivier Gillet (ol[email protected])
5+
# Author: Emilie Gillet (emilie.o[email protected])
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

module_tester/resources/resources.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/python2.5
22
#
3-
# Copyright 2013 Olivier Gillet..
3+
# Copyright 2013 Emilie Gillet..
44
#
5-
# Author: Olivier Gillet (ol[email protected])
5+
# Author: Emilie Gillet (emilie.o[email protected])
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by
@@ -19,9 +19,9 @@
1919
#
2020
# Master resources file.
2121

22-
header = """// Copyright 2013 Olivier Gillet..
22+
header = """// Copyright 2013 Emilie Gillet..
2323
//
24-
// Author: Olivier Gillet (ol[email protected])
24+
// Author: Emilie Gillet (emilie.o[email protected])
2525
//
2626
// This program is free software: you can redistribute it and/or modify
2727
// it under the terms of the GNU General Public License as published by

module_tester/resources/strings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/python2.5
22
#
3-
# Copyright 2013 Olivier Gillet..
3+
# Copyright 2013 Emilie Gillet..
44
#
5-
# Author: Olivier Gillet (ol[email protected])
5+
# Author: Emilie Gillet (emilie.o[email protected])
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

module_tester/resources/waveforms.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/python2.5
22
#
3-
# Copyright 2013 Olivier Gillet..
3+
# Copyright 2013 Emilie Gillet..
44
#
5-
# Author: Olivier Gillet (ol[email protected])
5+
# Author: Emilie Gillet (emilie.o[email protected])
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU General Public License as published by

module_tester/signal_generator.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/signal_generator.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/ui.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

module_tester/ui.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright 2013 Olivier Gillet..
1+
// Copyright 2013 Emilie Gillet..
22
//
3-
// Author: Olivier Gillet (ol[email protected])
3+
// Author: Emilie Gillet (emilie.o[email protected])
44
//
55
// This program is free software: you can redistribute it and/or modify
66
// it under the terms of the GNU General Public License as published by

tools

Submodule tools updated from 4a3b9a1 to 714a4ed

0 commit comments

Comments
 (0)